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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Patch Set: Rebase Created 5 years, 1 month 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 | « chrome/browser/ui/sync/sync_promo_ui_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 'chrome_resources.gyp:chrome_strings', 3062 'chrome_resources.gyp:chrome_strings',
3063 'chrome_resources.gyp:chrome_ui_string_overrider_factory', 3063 'chrome_resources.gyp:chrome_ui_string_overrider_factory',
3064 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', 3064 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory',
3065 'chrome_resources.gyp:platform_locale_settings', 3065 'chrome_resources.gyp:platform_locale_settings',
3066 'chrome_resources.gyp:theme_resources', 3066 'chrome_resources.gyp:theme_resources',
3067 'common', 3067 'common',
3068 'probe_message_proto', 3068 'probe_message_proto',
3069 '../components/components.gyp:autofill_core_browser', 3069 '../components/components.gyp:autofill_core_browser',
3070 '../components/components.gyp:bookmarks_browser', 3070 '../components/components.gyp:bookmarks_browser',
3071 '../components/components.gyp:bookmarks_managed', 3071 '../components/components.gyp:bookmarks_managed',
3072 '../components/components.gyp:browser_sync_common',
3072 '../components/components.gyp:captive_portal', 3073 '../components/components.gyp:captive_portal',
3073 '../components/components.gyp:cloud_devices_common', 3074 '../components/components.gyp:cloud_devices_common',
3074 '../components/components.gyp:component_metrics_proto', 3075 '../components/components.gyp:component_metrics_proto',
3075 '../components/components.gyp:component_updater', 3076 '../components/components.gyp:component_updater',
3076 '../components/components.gyp:compression', 3077 '../components/components.gyp:compression',
3077 '../components/components.gyp:content_settings_content_common', 3078 '../components/components.gyp:content_settings_content_common',
3078 '../components/components.gyp:content_settings_core_browser', 3079 '../components/components.gyp:content_settings_core_browser',
3079 '../components/components.gyp:content_settings_core_common', 3080 '../components/components.gyp:content_settings_core_common',
3080 '../components/components.gyp:crx_file', 3081 '../components/components.gyp:crx_file',
3081 '../components/components.gyp:data_reduction_proxy_core_browser', 3082 '../components/components.gyp:data_reduction_proxy_core_browser',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
4097 '../components/components.gyp:omnibox_browser', 4098 '../components/components.gyp:omnibox_browser',
4098 '../components/components.gyp:rlz', 4099 '../components/components.gyp:rlz',
4099 '../components/components.gyp:search_engines', 4100 '../components/components.gyp:search_engines',
4100 '../rlz/rlz.gyp:rlz_lib', 4101 '../rlz/rlz.gyp:rlz_lib',
4101 ], 4102 ],
4102 }, 4103 },
4103 ], 4104 ],
4104 }], 4105 }],
4105 ], 4106 ],
4106 } 4107 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/sync/sync_promo_ui_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698