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

Side by Side Diff: .gn

Issue 1319393003: Adds components/web_view to list of files to run gn check over (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | no next file » | 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "//components/url_formatter/*", 47 "//components/url_formatter/*",
48 "//components/url_matcher/*", 48 "//components/url_matcher/*",
49 "//components/user_manager/*", 49 "//components/user_manager/*",
50 "//components/user_prefs/*", 50 "//components/user_prefs/*",
51 "//components/variations/*", 51 "//components/variations/*",
52 "//components/view_manager/*", 52 "//components/view_manager/*",
53 "//components/wallpaper/*", 53 "//components/wallpaper/*",
54 "//components/web_cache/*", 54 "//components/web_cache/*",
55 "//components/webcrypto/*", 55 "//components/webcrypto/*",
56 "//components/web_modal/*", 56 "//components/web_modal/*",
57 "//components/web_view/*",
57 "//components/webdata/*", 58 "//components/webdata/*",
58 "//components/webdata_services/*", 59 "//components/webdata_services/*",
59 60
60 #"//content/*", # A whole lot of errors. 61 #"//content/*", # A whole lot of errors.
61 "//courgette/*", 62 "//courgette/*",
62 "//crypto/*", 63 "//crypto/*",
63 "//data/*", 64 "//data/*",
64 "//dbus/*", 65 "//dbus/*",
65 66
66 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency 67 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "//tools/gn/format_test_data/055.golden", 218 "//tools/gn/format_test_data/055.golden",
218 "//tools/gn/function_exec_script.cc", 219 "//tools/gn/function_exec_script.cc",
219 "//tools/gn/gn.gyp", 220 "//tools/gn/gn.gyp",
220 "//tools/gn/input_conversion.cc", 221 "//tools/gn/input_conversion.cc",
221 "//tools/gn/misc/emacs/gn.el", 222 "//tools/gn/misc/emacs/gn.el",
222 "//tools/gn/misc/vim/syntax/gn.vim", 223 "//tools/gn/misc/vim/syntax/gn.vim",
223 "//tools/gn/setup.cc", 224 "//tools/gn/setup.cc",
224 "//ui/accessibility/BUILD.gn", 225 "//ui/accessibility/BUILD.gn",
225 "//ui/views/BUILD.gn", 226 "//ui/views/BUILD.gn",
226 ] 227 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698