Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(644)

Unified Diff: mojo/common/BUILD.gn

Issue 1525733002: Revert of Only set -rpath=$ORIGIN in component builds by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | third_party/mojo/src/mojo/edk/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index f2da1fc6e6761001e85b0144c2b514707cb19e85..7cbd5bf40c6358a63b8f86a8b935db34d747a6c9 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -97,12 +97,6 @@
"../message_pump/message_pump_mojo_unittest.cc",
"common_type_converters_unittest.cc",
]
-
- if (is_linux && !is_component_build) {
- # This tests dynamically loads libmojo_test_support even in non-component
- # builds.
- configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
- }
}
test("mojo_common_perftests") {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | third_party/mojo/src/mojo/edk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698