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

Side by Side Diff: .gn

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | content/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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//skia/*", 77 "//skia/*",
78 "//sql/*", 78 "//sql/*",
79 "//storage/*", 79 "//storage/*",
80 "//sync/*", 80 "//sync/*",
81 "//testing/*", 81 "//testing/*",
82 82
83 #"//third_party/*", # May not ever want this. 83 #"//third_party/*", # May not ever want this.
84 "//third_party/WebKit/Source/*", 84 "//third_party/WebKit/Source/*",
85 "//tools/*", 85 "//tools/*",
86 86
87 #"//ui/*", # Just a few problems. 87 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work:
88 "//ui/accessibility/*",
89 "//ui/android/*",
90 "//ui/app_list/*",
91 "//ui/aura/*",
92 "//ui/aura_extra/*",
93 "//ui/base/*",
94 "//ui/chromeos/*",
95 "//ui/compositor/*",
96 "//ui/display/*",
97 "//ui/events:events", # Specifically avoid //ui/events/ozone
98 "//ui/events:events_base",
99 "//ui/events:events_unittests",
100 "//ui/file_manager/*",
101 "//ui/gfx/*",
102 "//ui/gl/*",
103 "//ui/keyboard/*",
104 "//ui/login/*",
105 "//ui/message_center/*",
106 "//ui/metro_viewer/*",
107 "//ui/mojo/*",
108 "//ui/native_theme/*",
109 "//ui/platform_window/*",
110 "//ui/resources/*",
111 "//ui/shell_dialogs/*",
112 "//ui/snapshot/*",
113 "//ui/strings/*",
114 "//ui/surface/*",
115 "//ui/touch_selection/*",
116 "//ui/views/*",
117 "//ui/views_content_client/*",
118 "//ui/web_dialogs/*",
119 "//ui/webui/*",
120 "//ui/wm/*",
88 "//url/*", 121 "//url/*",
89 "//v8/*", 122 "//v8/*",
90 "//win8/*", 123 "//win8/*",
91 ] 124 ]
92 125
93 # These are the list of GN files that run exec_script. This whitelist exists 126 # These are the list of GN files that run exec_script. This whitelist exists
94 # to force additional review for new uses of exec_script, which is strongly 127 # to force additional review for new uses of exec_script, which is strongly
95 # discouraged except for gypi_to_gn calls. 128 # discouraged except for gypi_to_gn calls.
96 exec_script_whitelist = [ 129 exec_script_whitelist = [
97 "//android_webview/BUILD.gn", 130 "//android_webview/BUILD.gn",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "//tools/gn/format_test_data/055.golden", 229 "//tools/gn/format_test_data/055.golden",
197 "//tools/gn/function_exec_script.cc", 230 "//tools/gn/function_exec_script.cc",
198 "//tools/gn/gn.gyp", 231 "//tools/gn/gn.gyp",
199 "//tools/gn/input_conversion.cc", 232 "//tools/gn/input_conversion.cc",
200 "//tools/gn/misc/emacs/gn.el", 233 "//tools/gn/misc/emacs/gn.el",
201 "//tools/gn/misc/vim/syntax/gn.vim", 234 "//tools/gn/misc/vim/syntax/gn.vim",
202 "//tools/gn/setup.cc", 235 "//tools/gn/setup.cc",
203 "//ui/accessibility/BUILD.gn", 236 "//ui/accessibility/BUILD.gn",
204 "//ui/views/BUILD.gn", 237 "//ui/views/BUILD.gn",
205 ] 238 ]
OLDNEW
« no previous file with comments | « no previous file | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698