summaryrefslogtreecommitdiffstats
path: root/gin
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-10-12 23:20:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-13 06:21:19 +0000
commitd4da5ab4987c2c22d96dcf8c4b3ac2449aa16c0f (patch)
tree125f2ec1dce6d8d5beed45329388dd1d982d9714 /gin
parentdb54eaf0cb213a4495dc2e4264fab57515b0a9d4 (diff)
downloadchromium_src-d4da5ab4987c2c22d96dcf8c4b3ac2449aa16c0f.zip
chromium_src-d4da5ab4987c2c22d96dcf8c4b3ac2449aa16c0f.tar.gz
chromium_src-d4da5ab4987c2c22d96dcf8c4b3ac2449aa16c0f.tar.bz2
Move //build/module_args/v8.gni to //build_overrides.
The original intent of the build/module_args directory was to provide a place where different repos could customize settings as needed depending on their dependencies and needs. However, given that you can't really yet embed GN by just deps-ing in //build/config and //build/toolchain, you end up needing to deps-in all of build, and so there was no good way to have different settings per-repo in //build/module_args. This CL changes the approach such that we will have an additional top-level directory called //build_overrides, which is therefore separate from //build and can be properly customized. It is unfortunate that we need to use two top-level directories for GN, but we don't have a good alternative at this time. Once we can remove the GYP build and further clean up the structure and dependencies of //build we will hopefully be able to do better. R=brettw@chromium.org BUG=541791 Review URL: https://codereview.chromium.org/1397493004 Cr-Commit-Position: refs/heads/master@{#353690}
Diffstat (limited to 'gin')
-rw-r--r--gin/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 4535074..5dc1aa8 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/module_args/v8.gni")
+import("//build_overrides/v8.gni")
import("//testing/test.gni")
component("gin") {