summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_edk_test_BUILD.gn
blob: 19e36a58877232f3ccf41d8c94895bb1e5fa9717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- mojo/edk/test/BUILD.gn.orig	2017-04-19 19:06:35 UTC
+++ mojo/edk/test/BUILD.gn
@@ -46,7 +46,7 @@ source_set("run_all_unittests") {
     "//testing/gtest",
   ]
 
-  if (is_linux && !is_component_build) {
+  if ((is_linux || is_bsd) && !is_component_build) {
     public_configs = [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
   }
 }
@@ -66,7 +66,7 @@ source_set("run_all_perftests") {
     "run_all_perftests.cc",
   ]
 
-  if (is_linux && !is_component_build) {
+  if ((is_linux || is_bsd) && !is_component_build) {
     public_configs = [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
   }
 }