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

Unified Diff: third_party/instrumented_libraries/BUILD.gn

Issue 1640863002: instrumented_libraries: Make prebuilt_link_helper config stick (GN) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/BUILD.gn
diff --git a/third_party/instrumented_libraries/BUILD.gn b/third_party/instrumented_libraries/BUILD.gn
index 8d113ef091b42e3ba946cac9d622efefeb873754..8ca522c2bcfdc0d8c578519074bdf49a4fca3772 100644
--- a/third_party/instrumented_libraries/BUILD.gn
+++ b/third_party/instrumented_libraries/BUILD.gn
@@ -21,7 +21,7 @@ group("deps") {
if (prebuilt_available) {
group("prebuilt") {
visibility = [ ":deps" ]
- public_configs = [ ":prebuilt_link_helper" ]
+ all_dependent_configs = [ ":prebuilt_link_helper" ]
deps = [
":extract_prebuilt_instrumented_libraries",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698