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

Side by Side Diff: .gn

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 | components/html_viewer/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 21 matching lines...) Expand all
32 #"//chrome_elf/*", 32 #"//chrome_elf/*",
33 "//cloud_print/*", 33 "//cloud_print/*",
34 34
35 #"//components/*", # Lots of errors. 35 #"//components/*", # Lots of errors.
36 "//components/app_modal/*", 36 "//components/app_modal/*",
37 "//components/autofill/*", 37 "//components/autofill/*",
38 "//components/bookmarks/*", 38 "//components/bookmarks/*",
39 "//components/google/*", 39 "//components/google/*",
40 "//components/history/*", 40 "//components/history/*",
41 "//components/html_viewer/*", 41 "//components/html_viewer/*",
42 "//components/mus/*",
42 "//components/omnibox/*", 43 "//components/omnibox/*",
43 "//components/os_crypt/*", 44 "//components/os_crypt/*",
44 "//components/pref_registry/*", 45 "//components/pref_registry/*",
45 "//components/undo/*", 46 "//components/undo/*",
46 "//components/update_client/*", 47 "//components/update_client/*",
47 "//components/url_formatter/*", 48 "//components/url_formatter/*",
48 "//components/url_matcher/*", 49 "//components/url_matcher/*",
49 "//components/user_manager/*", 50 "//components/user_manager/*",
50 "//components/user_prefs/*", 51 "//components/user_prefs/*",
51 "//components/variations/*", 52 "//components/variations/*",
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/web_view/*",
58 "//components/webdata/*", 58 "//components/webdata/*",
59 "//components/webdata_services/*", 59 "//components/webdata_services/*",
60 60
61 #"//content/*", # A whole lot of errors. 61 #"//content/*", # A whole lot of errors.
62 "//courgette/*", 62 "//courgette/*",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//tools/gn/format_test_data/055.golden", 207 "//tools/gn/format_test_data/055.golden",
208 "//tools/gn/function_exec_script.cc", 208 "//tools/gn/function_exec_script.cc",
209 "//tools/gn/gn.gyp", 209 "//tools/gn/gn.gyp",
210 "//tools/gn/input_conversion.cc", 210 "//tools/gn/input_conversion.cc",
211 "//tools/gn/misc/emacs/gn.el", 211 "//tools/gn/misc/emacs/gn.el",
212 "//tools/gn/misc/vim/syntax/gn.vim", 212 "//tools/gn/misc/vim/syntax/gn.vim",
213 "//tools/gn/setup.cc", 213 "//tools/gn/setup.cc",
214 "//ui/accessibility/BUILD.gn", 214 "//ui/accessibility/BUILD.gn",
215 "//ui/views/BUILD.gn", 215 "//ui/views/BUILD.gn",
216 ] 216 ]
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698