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

Unified Diff: build_overrides/v8.gni

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 | « BUILD.gn ('k') | gni/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index 919b519b71b58e755a44833f245e0f46faded305..15a50558610fa0592b9c91239e87562ee9c4f78a 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -18,3 +18,8 @@ v8_experimental_extra_library_files =
[ "//test/cctest/test-experimental-extra.js" ]
v8_enable_inspector_override = true
+
+declare_args() {
+ # Use static libraries instead of source_sets.
+ v8_static_library = false
+}
« no previous file with comments | « BUILD.gn ('k') | gni/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698