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

Unified Diff: BUILD.gn

Issue 2373783002: [build] Link V8 as component in static library builds (Closed)
Patch Set: Review Created 4 years, 1 month 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 | build_overrides/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2a198fbd78fb86a5aa940dc16bb35f704435bda5..99f700a824e23ff7459cbf92b5ab351580022ef6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2516,6 +2516,7 @@ if (is_component_build) {
":v8_base",
":v8_maybe_snapshot",
]
+
public_configs = [ ":external_config" ]
}
}
« no previous file with comments | « no previous file | build_overrides/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698