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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3226 matching lines...) Expand 10 before | Expand all | Expand 10 after
3237 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', 3237 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory',
3238 'chrome_resources.gyp:platform_locale_settings', 3238 'chrome_resources.gyp:platform_locale_settings',
3239 'chrome_resources.gyp:theme_resources', 3239 'chrome_resources.gyp:theme_resources',
3240 'common', 3240 'common',
3241 'probe_message_proto', 3241 'probe_message_proto',
3242 '../components/components.gyp:autofill_core_browser', 3242 '../components/components.gyp:autofill_core_browser',
3243 '../components/components.gyp:bookmarks_browser', 3243 '../components/components.gyp:bookmarks_browser',
3244 '../components/components.gyp:bookmarks_managed', 3244 '../components/components.gyp:bookmarks_managed',
3245 '../components/components.gyp:browser_sync_browser', 3245 '../components/components.gyp:browser_sync_browser',
3246 '../components/components.gyp:browser_sync_common', 3246 '../components/components.gyp:browser_sync_common',
3247 '../components/components.gyp:browsing_data_core',
3247 '../components/components.gyp:captive_portal', 3248 '../components/components.gyp:captive_portal',
3248 '../components/components.gyp:cloud_devices_common', 3249 '../components/components.gyp:cloud_devices_common',
3249 '../components/components.gyp:cloud_policy_proto', 3250 '../components/components.gyp:cloud_policy_proto',
3250 '../components/components.gyp:component_metrics_proto', 3251 '../components/components.gyp:component_metrics_proto',
3251 '../components/components.gyp:component_updater', 3252 '../components/components.gyp:component_updater',
3252 '../components/components.gyp:content_settings_content_common', 3253 '../components/components.gyp:content_settings_content_common',
3253 '../components/components.gyp:content_settings_core_browser', 3254 '../components/components.gyp:content_settings_core_browser',
3254 '../components/components.gyp:content_settings_core_common', 3255 '../components/components.gyp:content_settings_core_common',
3255 '../components/components.gyp:crx_file', 3256 '../components/components.gyp:crx_file',
3256 '../components/components.gyp:data_reduction_proxy_core_browser', 3257 '../components/components.gyp:data_reduction_proxy_core_browser',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 'conditions': [ 3371 'conditions': [
3371 ['OS != "ios"', { 3372 ['OS != "ios"', {
3372 'dependencies': [ 3373 'dependencies': [
3373 'common_mojo_bindings', 3374 'common_mojo_bindings',
3374 'common_net', 3375 'common_net',
3375 'debugger', 3376 'debugger',
3376 'installer_util', 3377 'installer_util',
3377 '../cc/cc.gyp:cc', 3378 '../cc/cc.gyp:cc',
3378 '../components/components.gyp:about_handler', 3379 '../components/components.gyp:about_handler',
3379 '../components/components.gyp:autofill_content_browser', 3380 '../components/components.gyp:autofill_content_browser',
3380 '../components/components.gyp:browsing_data', 3381 '../components/components.gyp:browsing_data_content',
3381 '../components/components.gyp:certificate_reporting', 3382 '../components/components.gyp:certificate_reporting',
3382 '../components/components.gyp:certificate_transparency', 3383 '../components/components.gyp:certificate_transparency',
3383 '../components/components.gyp:contextual_search_browser', 3384 '../components/components.gyp:contextual_search_browser',
3384 '../components/components.gyp:cookie_config', 3385 '../components/components.gyp:cookie_config',
3385 '../components/components.gyp:data_reduction_proxy_content_browser', 3386 '../components/components.gyp:data_reduction_proxy_content_browser',
3386 '../components/components.gyp:data_use_measurement_content', 3387 '../components/components.gyp:data_use_measurement_content',
3387 '../components/components.gyp:devtools_discovery', 3388 '../components/components.gyp:devtools_discovery',
3388 '../components/components.gyp:devtools_http_handler', 3389 '../components/components.gyp:devtools_http_handler',
3389 '../components/components.gyp:dom_distiller_content_browser', 3390 '../components/components.gyp:dom_distiller_content_browser',
3390 '../components/components.gyp:domain_reliability', 3391 '../components/components.gyp:domain_reliability',
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 '../components/components.gyp:rlz', 4302 '../components/components.gyp:rlz',
4302 '../components/components.gyp:search_engines', 4303 '../components/components.gyp:search_engines',
4303 '../rlz/rlz.gyp:rlz_lib', 4304 '../rlz/rlz.gyp:rlz_lib',
4304 'common', 4305 'common',
4305 ], 4306 ],
4306 }, 4307 },
4307 ], 4308 ],
4308 }], 4309 }],
4309 ], 4310 ],
4310 } 4311 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc ('k') | components/browsing_data.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698