summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-gpu_BUILD.gn
blob: b052d6e2e04742827b00e0e30c0903f9af9471a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/BUILD.gn.orig	2017-01-26 00:49:14 UTC
+++ gpu/BUILD.gn
@@ -93,7 +93,7 @@ test("command_buffer_gles2_tests") {
     libs += [ "android" ]
     deps += [ "//ui/android:ui_java" ]
   }
-  if (is_linux && !is_component_build) {
+  if ((is_linux || is_bsd) && !is_component_build) {
     configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
   }
 }
OpenPOWER on IntegriCloud