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

Side by Side Diff: .gn

Issue 1491273003: Revert of Add all components 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 | components/arc/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 16 matching lines...) Expand all
27 "//chrome/common/*", 27 "//chrome/common/*",
28 "//chrome/installer/*", 28 "//chrome/installer/*",
29 "//chrome/third_party/mozilla_security_manager/*", 29 "//chrome/third_party/mozilla_security_manager/*",
30 "//chromecast/*", 30 "//chromecast/*",
31 31
32 # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following 32 # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
33 # line. 33 # line.
34 #"//chrome_elf/*", 34 #"//chrome_elf/*",
35 #"//cloud_print/*", 35 #"//cloud_print/*",
36 36
37 "//components/*", 37 #"//components/*", # Needs nacl below.
38 "//components:*",
39 "//components/about_handler/*",
40 "//components/about_ui/*",
41 "//components/app_modal/*",
42 "//components/audio_modem/*",
43 "//components/autofill/*",
44 "//components/auto_login_parser/*",
45 "//components/bitmap_uploader/*",
46 "//components/bookmarks/*",
47 "//components/browser_sync/*",
48 "//components/browser_watcher/*",
49 "//components/browsing_data/*",
50 "//components/bubble/*",
51 "//components/captive_portal/*",
52 "//components/cdm/*",
53 "//components/certificate_reporting/*",
54 "//components/certificate_transparency/*",
55 "//components/chrome_apps/*",
56 "//components/clipboard/*",
57 "//components/cloud_devices/*",
58 "//components/component_updater/*",
59 "//components/compression/*",
60 "//components/constrained_window/*",
61 "//components/content_settings/*",
62 "//components/cookie_config/*",
63 "//components/copresence/*",
64 "//components/crash/*",
65 "//components/cronet/*",
66 "//components/crx_file/*",
67 "//components/data_reduction_proxy/*",
68 "//components/data_usage/*",
69 "//components/data_use_measurement/*",
70 "//components/device_event_log/*",
71 "//components/devtools_discovery/*",
72 "//components/devtools_http_handler/*",
73 "//components/devtools_service/*",
74 "//components/dom_distiller/*",
75 "//components/domain_reliability/*",
76 "//components/drive/*",
77 "//components/enhanced_bookmarks/*",
78 "//components/error_page/*",
79 "//components/exp/*",
80 "//components/external_video_surface/*",
81 "//components/favicon/*",
82 "//components/favicon_base/*",
83 "//components/feedback/*",
84 "//components/filesystem/*",
85 "//components/flags_ui/*",
86 "//components/font_service/*",
87 "//components/gcm_driver/*",
88 "//components/google/*",
89 "//components/gpu/*",
90 "//components/guest_view/*",
91 "//components/handoff/*",
92 "//components/history/*",
93 "//components/html_viewer/*",
94 "//components/infobars/*",
95 "//components/invalidation/*",
96 "//components/json_schema/*",
97 "//components/keyed_service/*",
98 "//components/language_usage_metrics/*",
99 "//components/leveldb_proto/*",
100 "//components/login/*",
101 "//components/memory_pressure/*",
102 "//components/message_port/*",
103 "//components/metrics/*",
104 "//components/metrics_services_manager/*",
105 "//components/mime_util/*",
106 "//components/mus/*",
107 "//components/nacl/*",
108 "//components/navigation_interception/*",
109 "//components/navigation_metrics/*",
110 "//components/net_log/*",
111 "//components/network_hints/*",
112 "//components/network_time/*",
113 "//components/offline_pages/*",
114 "//components/omnibox/*",
115 "//components/onc/*",
116 "//components/open_from_clipboard/*",
117 "//components/os_crypt/*",
118 "//components/ownership/*",
119 "//components/packed_ct_ev_whitelist/*",
120 "//components/page_load_metrics/*",
121 "//components/pairing/*",
122 "//components/password_manager/*",
123 "//components/pdf/*",
124 "//components/pdf_viewer/*",
125 "//components/plugins/*",
126 "//components/policy/*",
127 "//components/power/*",
128 "//components/precache/*",
129 "//components/pref_registry/*",
130 "//components/printing/*",
131 "//components/proximity_auth/*",
132 "//components/proxy_config/*",
133 "//components/query_parser/*",
134 "//components/rappor/*",
135 "//components/renderer_context_menu/*",
136 "//components/resource_provider/*",
137 "//components/resources/*",
138 "//components/rlz/*",
139 "//components/safe_browsing_db/*",
140 "//components/safe_json/*",
141 "//components/scheduler/*",
142 "//components/search/*",
143 "//components/search_engines/*",
144 "//components/search_provider_logos/*",
145 "//components/security_interstitials/*",
146 "//components/service_tab_launcher/*",
147 "//components/session_manager/*",
148 "//components/sessions/*",
149 "//components/signin/*",
150 "//components/ssl_config/*",
151 "//components/ssl_errors/*",
152 "//components/startup_metric_utils/*",
153 "//components/storage_monitor/*",
154 "//components/strings/*",
155 "//components/suggestions/*",
156 "//components/sync_bookmarks/*",
157 "//components/sync_driver/*",
158 "//components/sync_sessions/*",
159 "//components/syncable_prefs/*",
160 "//components/test/*",
161 "//components/test_runner/*",
162 "//components/timers/*",
163 "//components/toolbar/*",
164 "//components/tools/*",
165 "//components/tracing/*",
166 "//components/translate/*",
167 "//components/ui/*",
168 "//components/undo/*",
169 "//components/update_client/*",
170 "//components/upload_list/*",
171 "//components/url_formatter/*",
172 "//components/url_matcher/*",
173 "//components/user_manager/*",
174 "//components/user_prefs/*",
175 "//components/variations/*",
176 "//components/visitedlink/*",
177 "//components/wallpaper/*",
178 "//components/web_cache/*",
179 "//components/web_modal/*",
180 "//components/web_resource/*",
181 "//components/web_view/*",
182 "//components/webcrypto/*",
183 "//components/webdata/*",
184 "//components/webdata_services/*",
185 "//components/webp_transcode/*",
186 "//components/webui_generator/*",
187 "//components/webusb/*",
188 "//components/wifi/*",
38 189
39 #"//content/*", # A whole lot of errors. 190 #"//content/*", # A whole lot of errors.
40 "//content/public/common:result_codes", 191 "//content/public/common:result_codes",
41 "//content/public/common:static_switches", 192 "//content/public/common:static_switches",
42 "//courgette/*", 193 "//courgette/*",
43 "//crypto/*", 194 "//crypto/*",
44 "//data/*", 195 "//data/*",
45 "//dbus/*", 196 "//dbus/*",
46 197
47 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency 198 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "//tools/gn/format_test_data/055.golden", 345 "//tools/gn/format_test_data/055.golden",
195 "//tools/gn/function_exec_script.cc", 346 "//tools/gn/function_exec_script.cc",
196 "//tools/gn/gn.gyp", 347 "//tools/gn/gn.gyp",
197 "//tools/gn/input_conversion.cc", 348 "//tools/gn/input_conversion.cc",
198 "//tools/gn/misc/emacs/gn.el", 349 "//tools/gn/misc/emacs/gn.el",
199 "//tools/gn/misc/vim/syntax/gn.vim", 350 "//tools/gn/misc/vim/syntax/gn.vim",
200 "//tools/gn/setup.cc", 351 "//tools/gn/setup.cc",
201 "//ui/accessibility/BUILD.gn", 352 "//ui/accessibility/BUILD.gn",
202 "//ui/views/BUILD.gn", 353 "//ui/views/BUILD.gn",
203 ] 354 ]
OLDNEW
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698