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

Unified Diff: build/config/BUILD.gn

Issue 1397493004: Move //build/module_args/v8.gni to //build_overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework README to hopefully be clearer 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 | « BUILD.gn ('k') | build/module_args/v8.gni » ('j') | build_overrides/README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 4af73895467c840e757efb0330248daab44c5961..97d7d04c8f245b433d46e61c923c3922b6252d7d 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -8,7 +8,7 @@ import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/ui.gni")
-import("//build/module_args/v8.gni")
+import("//build_overrides/v8.gni")
kjellander_chromium 2015/10/13 07:31:35 Having this being included in the //build tree wil
Dirk Pranke 2015/10/13 17:11:41 It should feel wrong, because it probably is wrong
import("//build/toolchain/goma.gni")
declare_args() {
« no previous file with comments | « BUILD.gn ('k') | build/module_args/v8.gni » ('j') | build_overrides/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698