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

Side by Side Diff: components/browser_sync.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 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',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../sync/sync.gyp:sync', 15 '../components/sync.gyp:sync',
16 '../ui/base/ui_base.gyp:ui_base', 16 '../ui/base/ui_base.gyp:ui_base',
17 'autofill_core_browser', 17 'autofill_core_browser',
18 'autofill_core_common', 18 'autofill_core_common',
19 'browser_sync_common', 19 'browser_sync_common',
20 'components_strings.gyp:components_strings', 20 'components_strings.gyp:components_strings',
21 'dom_distiller_core', 21 'dom_distiller_core',
22 'generate_version_info', 22 'generate_version_info',
23 'history_core_browser', 23 'history_core_browser',
24 'invalidation_impl', 24 'invalidation_impl',
25 'invalidation_public', 25 'invalidation_public',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ], 68 ],
69 }, 69 },
70 { 70 {
71 # GN version: //components/browser_sync/browser:test_support 71 # GN version: //components/browser_sync/browser:test_support
72 'target_name': 'browser_sync_browser_test_support', 72 'target_name': 'browser_sync_browser_test_support',
73 'type': 'static_library', 73 'type': 'static_library',
74 'dependencies': [ 74 'dependencies': [
75 '../base/base.gyp:base', 75 '../base/base.gyp:base',
76 '../base/base.gyp:test_support_base', 76 '../base/base.gyp:test_support_base',
77 '../google_apis/google_apis.gyp:google_apis', 77 '../google_apis/google_apis.gyp:google_apis',
78 '../sync/sync.gyp:sync', 78 '../components/sync.gyp:sync',
79 '../testing/gmock.gyp:gmock', 79 '../testing/gmock.gyp:gmock',
80 'bookmarks_browser', 80 'bookmarks_browser',
81 'browser_sync_browser', 81 'browser_sync_browser',
82 'history_core_browser', 82 'history_core_browser',
83 'invalidation_impl', 83 'invalidation_impl',
84 'invalidation_test_support', 84 'invalidation_test_support',
85 'pref_registry', 85 'pref_registry',
86 'signin_core_browser', 86 'signin_core_browser',
87 'signin_core_browser_test_support', 87 'signin_core_browser_test_support',
88 'sync_driver', 88 'sync_driver',
(...skipping 13 matching lines...) Expand all
102 'browser_sync/browser/profile_sync_test_util.cc', 102 'browser_sync/browser/profile_sync_test_util.cc',
103 'browser_sync/browser/profile_sync_test_util.h', 103 'browser_sync/browser/profile_sync_test_util.h',
104 'browser_sync/browser/test_http_bridge_factory.cc', 104 'browser_sync/browser/test_http_bridge_factory.cc',
105 'browser_sync/browser/test_http_bridge_factory.h', 105 'browser_sync/browser/test_http_bridge_factory.h',
106 'browser_sync/browser/test_profile_sync_service.cc', 106 'browser_sync/browser/test_profile_sync_service.cc',
107 'browser_sync/browser/test_profile_sync_service.h', 107 'browser_sync/browser/test_profile_sync_service.h',
108 ], 108 ],
109 } 109 }
110 ], 110 ],
111 } 111 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_webdata_service_observer.h ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698