aboutsummaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2018-03-19 12:27:00 -0700
committerBrandon Tolsch <btolsch@chromium.org>2018-03-22 20:23:56 +0000
commit762c4dae84026ab6180926db22a890578cf06f91 (patch)
treec19fadb491c399d60065d92fbe48ccf39baf79f7 /.gn
parentd6f24d6a01dbd9310a1d3a8be044a8de9a1b2603 (diff)
downloadopenscreen-762c4dae84026ab6180926db22a890578cf06f91.tar.gz
Add GN example and other basic setup
Change-Id: I72212dbdcb29f93b27ec80fd22ab23590d9dc575 Reviewed-on: https://chromium-review.googlesource.com/969445 Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gn b/.gn
new file mode 100644
index 00000000..e5b6d4a3
--- /dev/null
+++ b/.gn
@@ -0,0 +1,2 @@
+# The location of the build configuration file.
+buildconfig = "//build/BUILDCONFIG.gn"