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

Side by Side Diff: .gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments 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 | chrome/browser/BUILD.gn » ('j') | components/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 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/*", # Lots of errors. 37 #"//components/*", # Needs nacl below.
38 #"//components:*", # Some Android unit tests.
38 "//components/about_handler/*", 39 "//components/about_handler/*",
39 "//components/about_ui/*", 40 "//components/about_ui/*",
40 "//components/app_modal/*", 41 "//components/app_modal/*",
41 "//components/audio_modem/*", 42 "//components/audio_modem/*",
42 "//components/autofill/*", 43 "//components/autofill/*",
43 "//components/auto_login_parser/*", 44 "//components/auto_login_parser/*",
45 "//components/bitmap_uploader/*",
44 "//components/bookmarks/*", 46 "//components/bookmarks/*",
47 "//components/browser_sync/*",
45 "//components/browser_watcher/*", 48 "//components/browser_watcher/*",
46 "//components/browsing_data/*", 49 "//components/browsing_data/*",
47 "//components/bubble/*", 50 "//components/bubble/*",
48 "//components/captive_portal/*", 51 "//components/captive_portal/*",
49 "//components/cdm/*", 52 "//components/cdm/*",
50 "//components/certificate_reporting/*", 53 "//components/certificate_reporting/*",
51 "//components/certificate_transparency/*", 54 "//components/certificate_transparency/*",
52 "//components/chrome_apps/*", 55 "//components/chrome_apps/*",
53 "//components/clipboard/*", 56 "//components/clipboard/*",
54 "//components/cloud_devices/*", 57 "//components/cloud_devices/*",
55 "//components/component_updater/*", 58 "//components/component_updater/*",
56 "//components/compression/*", 59 "//components/compression/*",
57 "//components/constrained_window/*", 60 "//components/constrained_window/*",
58 "//components/content_settings/*", 61 "//components/content_settings/*",
59 "//components/cookie_config/*", 62 "//components/cookie_config/*",
60 "//components/copresence/*", 63 "//components/copresence/*",
61 "//components/crash/*", 64 "//components/crash/*",
62 "//components/cronet/*", 65 "//components/cronet/*",
63 "//components/crx_file/*", 66 "//components/crx_file/*",
64 "//components/data_reduction_proxy/*", 67 "//components/data_reduction_proxy/*",
65 "//components/data_usage/*", 68 "//components/data_usage/*",
66 "//components/data_use_measurement/*", 69 "//components/data_use_measurement/*",
67 "//components/device_event_log/*", 70 "//components/device_event_log/*",
68 "//components/devtools_discovery/*", 71 "//components/devtools_discovery/*",
69 "//components/devtools_http_handler/*", 72 "//components/devtools_http_handler/*",
70 "//components/devtools_service/*", 73 "//components/devtools_service/*",
71 74 "//components/dom_distiller/*",
72 # There are some Android problems where the jni_registrar referenced from
73 # core includes stuff from the content version of the dom_distiller.
74 #"//components/dom_distiller/*",
75
76 "//components/domain_reliability/*", 75 "//components/domain_reliability/*",
77 "//components/drive/*", 76 "//components/drive/*",
78 "//components/enhanced_bookmarks/*", 77 "//components/enhanced_bookmarks/*",
79 "//components/error_page/*", 78 "//components/error_page/*",
79 "//components/exp/*",
80 "//components/external_video_surface/*", 80 "//components/external_video_surface/*",
81 "//components/favicon/*", 81 "//components/favicon/*",
82 "//components/favicon_base/*", 82 "//components/favicon_base/*",
83 "//components/feedback/*", 83 "//components/feedback/*",
84 "//components/filesystem/*", 84 "//components/filesystem/*",
85 "//components/flags_ui/*", 85 "//components/flags_ui/*",
86 "//components/font_service/*", 86 "//components/font_service/*",
87 "//components/gcm_driver/*", 87 "//components/gcm_driver/*",
88 "//components/google/*", 88 "//components/google/*",
89 "//components/gpu/*", 89 "//components/gpu/*",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "//components/password_manager/*", 123 "//components/password_manager/*",
124 "//components/pdf/*", 124 "//components/pdf/*",
125 "//components/pdf_viewer/*", 125 "//components/pdf_viewer/*",
126 "//components/plugins/*", 126 "//components/plugins/*",
127 "//components/policy/*", 127 "//components/policy/*",
128 "//components/power/*", 128 "//components/power/*",
129 "//components/precache/*", 129 "//components/precache/*",
130 "//components/pref_registry/*", 130 "//components/pref_registry/*",
131 "//components/printing/*", 131 "//components/printing/*",
132 "//components/proximity_auth/*", 132 "//components/proximity_auth/*",
133 133 "//components/proxy_config/*",
134 #"//components/proxy_config/*", 134 "//components/query_parser/*",
135 #"//components/query_parser/*", 135 "//components/rappor/*",
136 #"//components/rappor/*", 136 "//components/renderer_context_menu/*",
137 #"//components/renderer_context_menu/*", 137 "//components/resource_provider/*",
138 #"//components/resource_provider/*", 138 "//components/resources/*",
139 #"//components/resources/*", 139 "//components/rlz/*",
140 #"//components/rlz/*", 140 "//components/safe_browsing_db/*",
141 141 "//components/safe_json/*",
142 #"//components/safe_json/*", 142 "//components/scheduler/*",
143 #"//components/scheduler/*", 143 "//components/search/*",
144 #"//components/search/*",
145 "//components/search_engines/*", 144 "//components/search_engines/*",
146 "//components/search_provider_logos/*", 145 "//components/search_provider_logos/*",
147 "//components/security_interstitials/*", 146 "//components/security_interstitials/*",
148 "//components/service_tab_launcher/*", 147 "//components/service_tab_launcher/*",
149 "//components/session_manager/*", 148 "//components/session_manager/*",
150 "//components/sessions/*", 149 "//components/sessions/*",
151 "//components/signin/*", 150 "//components/signin/*",
152 "//components/ssl_config/*", 151 "//components/ssl_config/*",
153 "//components/ssl_errors/*", 152 "//components/ssl_errors/*",
154 "//components/startup_metric_utils/*", 153 "//components/startup_metric_utils/*",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "//tools/gn/format_test_data/055.golden", 346 "//tools/gn/format_test_data/055.golden",
348 "//tools/gn/function_exec_script.cc", 347 "//tools/gn/function_exec_script.cc",
349 "//tools/gn/gn.gyp", 348 "//tools/gn/gn.gyp",
350 "//tools/gn/input_conversion.cc", 349 "//tools/gn/input_conversion.cc",
351 "//tools/gn/misc/emacs/gn.el", 350 "//tools/gn/misc/emacs/gn.el",
352 "//tools/gn/misc/vim/syntax/gn.vim", 351 "//tools/gn/misc/vim/syntax/gn.vim",
353 "//tools/gn/setup.cc", 352 "//tools/gn/setup.cc",
354 "//ui/accessibility/BUILD.gn", 353 "//ui/accessibility/BUILD.gn",
355 "//ui/views/BUILD.gn", 354 "//ui/views/BUILD.gn",
356 ] 355 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698