aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gn
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-21 12:25:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-21 12:25:45 -0700
commit7fbfbbe8f435fde7233c78f4f2dd1efb4fdd324c (patch)
tree94d76299873e210f9f9f839ee25138a4a3dd8fe3 /.gn
parent680e2e9a9eea28aa816ecdb88b4af1b4861393a0 (diff)
Basic standalone GN configs.
This sketches out what a world without Chrome's GN configs would look like. Instead of DEPSing in build/, we now host our own gypi_to_gn.py. The symlink from skia/ to . lets us run gclient hooks when the .gclient file is in the directory above skia/ or inside skia/. That means we don't need gn.py anymore. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2167163002 Review-Url: https://codereview.chromium.org/2167163002
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gn b/.gn
index c6fefbae8d..dce427f6eb 100644
--- a/.gn
+++ b/.gn
@@ -1 +1 @@
-buildconfig = "//build/config/BUILDCONFIG.gn"
+buildconfig = "//gn/BUILDCONFIG.gn"