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

Unified Diff: BUILD.gn

Issue 1396743005: Use //build_overrides instead of //build/modules for GN builds. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 02d9933102e19bd41bf5ce4692123eb396258714..4106be7c14dc1d39912c4448650eab4f914fe2b0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -9,7 +9,7 @@ import("//build/config/sanitizers/sanitizers.gni")
# Because standalone V8 builds are not supported, assume this is part of a
# Chromium build.
-import("//build/module_args/v8.gni")
+import("//build_overrides/v8.gni")
Michael Achenbach 2015/10/12 08:19:03 In order to create a standalone v8 build, would we
jochen (gone - plz use gerrit) 2015/10/12 11:03:27 2)
import("snapshot_toolchain.gni")
« 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