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

Side by Side Diff: .gn

Issue 821103003: Use gn check_targets and gn gen --check instead of presubmit (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the experimental meta-buildsystem in src/tools/gn to 1 # This file is used by the experimental meta-buildsystem in src/tools/gn to
2 # find the root of the source tree and to set startup options. 2 # find the root of the source tree and to set startup options.
3 3
4 # The location of the build configuration file. 4 # The location of the build configuration file.
5 buildconfig = "//build/config/BUILDCONFIG.gn" 5 buildconfig = "//build/config/BUILDCONFIG.gn"
6 6
7 # The secondary source root is a parallel directory tree where 7 # The secondary source root is a parallel directory tree where
8 # GN build files are placed when they can not be placed directly 8 # GN build files are placed when they can not be placed directly
9 # in the source tree, e.g. for third party source trees. 9 # in the source tree, e.g. for third party source trees.
10 secondary_source = "//build/secondary/" 10 secondary_source = "//build/secondary/"
11
12 # The set of targets known to pass 'gn check'. When all targets pass, remove
13 # this.
14 check_targets = [
jamesr 2015/01/08 19:14:25 this code filters
15 "//examples/*",
16 "//mojo/*",
17 "//services/*",
18 "//shell/*",
19 "//sky/*",
20 ]
OLDNEW
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698