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

Side by Side Diff: .gn

Issue 1136283008: gpu: Cleanup 'gn check' errors for gpu_unittests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | gpu/BUILD.gn » ('j') | gpu/BUILD.gn » ('J')
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 27 matching lines...) Expand all
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/*", 44 "//google_apis/*",
45 "//google_update/*", 45 "//google_update/*",
46 46
47 #"//gpu/*", # Lots of errors. 47 #"//gpu/*", # Lots of errors.
48 "//gpu:*",
tfarina 2015/05/14 00:46:39 My plan is to start adding the subdirectories that
Dirk Pranke 2015/05/14 01:32:39 Acknowledged.
49
48 #"//ios/*", 50 #"//ios/*",
49 "//ipc/*", 51 "//ipc/*",
50 52
51 #"//jingle/*", 53 #"//jingle/*",
52 #"//media/*", # Lots of errors. 54 #"//media/*", # Lots of errors.
53 #"//mojo/*", 55 #"//mojo/*",
54 #"//native_client/*", 56 #"//native_client/*",
55 #"//net/*", # Needs GN binary changes to work on Android. 57 #"//net/*", # Needs GN binary changes to work on Android.
56 58
57 #"//pdf/*", # Medium-hard. 59 #"//pdf/*", # Medium-hard.
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "//tools/gn/format_test_data/055.gn", 182 "//tools/gn/format_test_data/055.gn",
181 "//tools/gn/format_test_data/055.golden", 183 "//tools/gn/format_test_data/055.golden",
182 "//tools/gn/function_exec_script.cc", 184 "//tools/gn/function_exec_script.cc",
183 "//tools/gn/gn.gyp", 185 "//tools/gn/gn.gyp",
184 "//tools/gn/input_conversion.cc", 186 "//tools/gn/input_conversion.cc",
185 "//tools/gn/misc/emacs/gn.el", 187 "//tools/gn/misc/emacs/gn.el",
186 "//tools/gn/misc/vim/syntax/gn.vim", 188 "//tools/gn/misc/vim/syntax/gn.vim",
187 "//tools/gn/setup.cc", 189 "//tools/gn/setup.cc",
188 "//ui/views/BUILD.gn", 190 "//ui/views/BUILD.gn",
189 ] 191 ]
OLDNEW
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | gpu/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698