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

Side by Side Diff: components/browser_sync.gypi

Issue 1487873003: Convert enable_pre_sync_backup flag to new flags system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 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 | « chrome/test/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/browser_sync_browser 8 # GN version: //components/browser_sync_browser
9 'target_name': 'browser_sync_browser', 9 'target_name': 'browser_sync_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 12 matching lines...) Expand all
23 'history_core_browser', 23 'history_core_browser',
24 'invalidation_impl', 24 'invalidation_impl',
25 'invalidation_public', 25 'invalidation_public',
26 'keyed_service_core', 26 'keyed_service_core',
27 'password_manager_sync_browser', 27 'password_manager_sync_browser',
28 'pref_registry', 28 'pref_registry',
29 'signin_core_browser', 29 'signin_core_browser',
30 'syncable_prefs', 30 'syncable_prefs',
31 'sync_bookmarks', 31 'sync_bookmarks',
32 'sync_driver', 32 'sync_driver',
33 'sync_driver_features',
33 'sync_sessions', 34 'sync_sessions',
34 'variations', 35 'variations',
35 'version_info', 36 'version_info',
36 ], 37 ],
37 'include_dirs': [ 38 'include_dirs': [
38 '..', 39 '..',
39 ], 40 ],
40 'sources': [ 41 'sources': [
41 # Note: file list duplicated in GN build. 42 # Note: file list duplicated in GN build.
42 'browser_sync/browser/profile_sync_components_factory_impl.cc', 43 'browser_sync/browser/profile_sync_components_factory_impl.cc',
(...skipping 15 matching lines...) Expand all
58 '..', 59 '..',
59 ], 60 ],
60 'sources': [ 61 'sources': [
61 # Note: file list duplicated in GN build. 62 # Note: file list duplicated in GN build.
62 'browser_sync/common/browser_sync_switches.cc', 63 'browser_sync/common/browser_sync_switches.cc',
63 'browser_sync/common/browser_sync_switches.h', 64 'browser_sync/common/browser_sync_switches.h',
64 ], 65 ],
65 }, 66 },
66 ], 67 ],
67 } 68 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698