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

Side by Side Diff: .gn

Issue 970613002: Add //google_apis/* to 'gn check'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | google_apis/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
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees. 10 # in the source tree, e.g. for third party source trees.
(...skipping 23 matching lines...) Expand all
34 #"//components/*", # Lots of errors. 34 #"//components/*", # Lots of errors.
35 #"//content/*", # A whole lot of errors. 35 #"//content/*", # A whole lot of errors.
36 "//courgette/*", 36 "//courgette/*",
37 "//crypto/*", 37 "//crypto/*",
38 "//data/*", 38 "//data/*",
39 "//dbus/*", 39 "//dbus/*",
40 "//device/*", 40 "//device/*",
41 41
42 #"//extensions/*", # Lots of errors. 42 #"//extensions/*", # Lots of errors.
43 #"//gin/*", # Easy. 43 #"//gin/*", # Easy.
44 #"//google_apis/*", # Easy. 44 "//google_apis/*",
45 "//google_update/*", 45 "//google_update/*",
46 46
47 #"//gpu/*", # Lots of errors. 47 #"//gpu/*", # Lots of errors.
48 #"//ios/*", 48 #"//ios/*",
49 "//ipc/*", 49 "//ipc/*",
50 50
51 #"//jingle/*", 51 #"//jingle/*",
52 #"//media/*", # Lots of errors. 52 #"//media/*", # Lots of errors.
53 #"//mojo/*", 53 #"//mojo/*",
54 #"//native_client/*", 54 #"//native_client/*",
(...skipping 13 matching lines...) Expand all
68 "//sync/*", 68 "//sync/*",
69 "//testing/*", 69 "//testing/*",
70 70
71 #"//third_party/*", # May not ever want this. 71 #"//third_party/*", # May not ever want this.
72 "//tools/*", 72 "//tools/*",
73 73
74 #"//ui/*", # Just a few problems. 74 #"//ui/*", # Just a few problems.
75 "//url/*", 75 "//url/*",
76 "//v8/*", 76 "//v8/*",
77 ] 77 ]
OLDNEW
« no previous file with comments | « no previous file | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698