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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1785923010: Remove kAutofillWalletSyncExperimentEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark wallet_sync as obsolete, remove wallet_sync_enabled. Created 4 years, 9 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 | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | components/autofill.gypi » ('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 10 matching lines...) Expand all
21 'browser/about_flags.cc', 21 'browser/about_flags.cc',
22 'browser/about_flags.h', 22 'browser/about_flags.h',
23 'browser/after_startup_task_utils.cc', 23 'browser/after_startup_task_utils.cc',
24 'browser/after_startup_task_utils.h', 24 'browser/after_startup_task_utils.h',
25 'browser/app_controller_mac.h', 25 'browser/app_controller_mac.h',
26 'browser/app_controller_mac.mm', 26 'browser/app_controller_mac.mm',
27 'browser/app_icon_win.cc', 27 'browser/app_icon_win.cc',
28 'browser/app_icon_win.h', 28 'browser/app_icon_win.h',
29 'browser/app_mode/app_mode_utils.cc', 29 'browser/app_mode/app_mode_utils.cc',
30 'browser/app_mode/app_mode_utils.h', 30 'browser/app_mode/app_mode_utils.h',
31 'browser/autofill/options_util.cc',
32 'browser/autofill/options_util.h',
33 'browser/autofill/personal_data_manager_factory.cc', 31 'browser/autofill/personal_data_manager_factory.cc',
34 'browser/autofill/personal_data_manager_factory.h', 32 'browser/autofill/personal_data_manager_factory.h',
35 'browser/autofill/risk_util.cc', 33 'browser/autofill/risk_util.cc',
36 'browser/autofill/risk_util.h', 34 'browser/autofill/risk_util.h',
37 'browser/autofill/validation_rules_storage_factory.cc', 35 'browser/autofill/validation_rules_storage_factory.cc',
38 'browser/autofill/validation_rules_storage_factory.h', 36 'browser/autofill/validation_rules_storage_factory.h',
39 'browser/background_sync/background_sync_controller_factory.cc', 37 'browser/background_sync/background_sync_controller_factory.cc',
40 'browser/background_sync/background_sync_controller_factory.h', 38 'browser/background_sync/background_sync_controller_factory.h',
41 'browser/background_sync/background_sync_controller_impl.cc', 39 'browser/background_sync/background_sync_controller_impl.cc',
42 'browser/background_sync/background_sync_controller_impl.h', 40 'browser/background_sync/background_sync_controller_impl.h',
(...skipping 4205 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 '../components/components.gyp:rlz', 4246 '../components/components.gyp:rlz',
4249 '../components/components.gyp:search_engines', 4247 '../components/components.gyp:search_engines',
4250 '../rlz/rlz.gyp:rlz_lib', 4248 '../rlz/rlz.gyp:rlz_lib',
4251 'common', 4249 'common',
4252 ], 4250 ],
4253 }, 4251 },
4254 ], 4252 ],
4255 }], 4253 }],
4256 ], 4254 ],
4257 } 4255 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698