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

Side by Side Diff: components/browser_sync.gypi

Issue 1808223002: Fix the build dependency of ProfileSyncService on sync.pb.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/browser_sync/browser/BUILD.gn » ('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 20 matching lines...) Expand all
31 'syncable_prefs', 31 'syncable_prefs',
32 'sync_bookmarks', 32 'sync_bookmarks',
33 'sync_driver', 33 'sync_driver',
34 'sync_sessions', 34 'sync_sessions',
35 'variations', 35 'variations',
36 'version_info', 36 'version_info',
37 ], 37 ],
38 'include_dirs': [ 38 'include_dirs': [
39 '..', 39 '..',
40 ], 40 ],
41 'export_dependent_settings': [
42 'sync_driver',
43 ],
41 'sources': [ 44 'sources': [
42 # Note: file list duplicated in GN build. 45 # Note: file list duplicated in GN build.
43 'browser_sync/browser/profile_sync_components_factory_impl.cc', 46 'browser_sync/browser/profile_sync_components_factory_impl.cc',
44 'browser_sync/browser/profile_sync_components_factory_impl.h', 47 'browser_sync/browser/profile_sync_components_factory_impl.h',
45 'browser_sync/browser/profile_sync_service.cc', 48 'browser_sync/browser/profile_sync_service.cc',
46 'browser_sync/browser/profile_sync_service.h', 49 'browser_sync/browser/profile_sync_service.h',
47 'browser_sync/browser/signin_confirmation_helper.cc', 50 'browser_sync/browser/signin_confirmation_helper.cc',
48 'browser_sync/browser/signin_confirmation_helper.h', 51 'browser_sync/browser/signin_confirmation_helper.h',
49 ], 52 ],
50 }, 53 },
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'browser_sync/browser/profile_sync_test_util.cc', 102 'browser_sync/browser/profile_sync_test_util.cc',
100 'browser_sync/browser/profile_sync_test_util.h', 103 'browser_sync/browser/profile_sync_test_util.h',
101 'browser_sync/browser/test_http_bridge_factory.cc', 104 'browser_sync/browser/test_http_bridge_factory.cc',
102 'browser_sync/browser/test_http_bridge_factory.h', 105 'browser_sync/browser/test_http_bridge_factory.h',
103 'browser_sync/browser/test_profile_sync_service.cc', 106 'browser_sync/browser/test_profile_sync_service.cc',
104 'browser_sync/browser/test_profile_sync_service.h', 107 'browser_sync/browser/test_profile_sync_service.h',
105 ], 108 ],
106 } 109 }
107 ], 110 ],
108 } 111 }
OLDNEW
« no previous file with comments | « no previous file | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698