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

Side by Side Diff: .gn

Issue 2693423007: Introduce GN config files. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 Google Inc. All Rights Reserved.
2
3 # This file is used by the GN meta build system to find the root of the source
4 # tree and to set startup options. For documentation on the values set in this
5 # file, run "gn help dotfile" at the command line.
6
7 # The location of the build configuration file.
8 buildconfig = "//build/config/BUILDCONFIG.gn"
9
10 # The secondary source root is a parallel directory tree where
11 # GN build files are placed when they can not be placed directly
12 # in the source tree, e.g. for third party source trees.
13 secondary_source = "//build/secondary/"
OLDNEW
« no previous file with comments | « .gitignore ('k') | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698