summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authorcmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-19 13:14:26 +0000
committercmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-19 13:14:26 +0000
commit26688b86ead1c4c73a166b591dcfc9c934d9d966 (patch)
treef66dac347f35ba6a5e5c57c4e48ecfa8bb5c1662 /.gn
parentb055c2f97e0e7c5b2af1ed64b0a4c2b161af36d2 (diff)
downloadchromium_src-26688b86ead1c4c73a166b591dcfc9c934d9d966.zip
chromium_src-26688b86ead1c4c73a166b591dcfc9c934d9d966.tar.gz
chromium_src-26688b86ead1c4c73a166b591dcfc9c934d9d966.tar.bz2
Move gn secondary_source to the build/ directory
It's a goodness to sequester build configuration in the build/ directory. The gn secondary_source stuff was under tools/gn for historical reasons, so move it to a more appropriate place. BUG=None TEST=do a gn build of base_unittests, run said unittests. Review URL: https://codereview.chromium.org/340153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gn b/.gn
index aaaf5e0..e8cf92b 100644
--- a/.gn
+++ b/.gn
@@ -5,4 +5,4 @@
buildconfig = "//build/config/BUILDCONFIG.gn"
# The secondary source root is a parallel directory tree where
-secondary_source = "//tools/gn/secondary/"
+secondary_source = "//build/secondary/"