OLD | NEW |
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 { | 68 { |
69 # GN version: //components/browser_sync/browser:test_support | 69 # GN version: //components/browser_sync/browser:test_support |
70 'target_name': 'browser_sync_browser_test_support', | 70 'target_name': 'browser_sync_browser_test_support', |
71 'type': 'static_library', | 71 'type': 'static_library', |
72 'dependencies': [ | 72 'dependencies': [ |
73 '../base/base.gyp:base', | 73 '../base/base.gyp:base', |
74 '../base/base.gyp:test_support_base', | 74 '../base/base.gyp:test_support_base', |
75 '../google_apis/google_apis.gyp:google_apis', | 75 '../google_apis/google_apis.gyp:google_apis', |
76 '../sync/sync.gyp:sync', | 76 '../sync/sync.gyp:sync', |
77 '../testing/gmock.gyp:gmock', | 77 '../testing/gmock.gyp:gmock', |
| 78 'bookmarks_browser', |
78 'browser_sync_browser', | 79 'browser_sync_browser', |
79 'history_core_browser', | 80 'history_core_browser', |
80 'invalidation_impl', | 81 'invalidation_impl', |
81 'invalidation_test_support', | 82 'invalidation_test_support', |
82 'pref_registry', | 83 'pref_registry', |
83 'signin_core_browser', | 84 'signin_core_browser', |
84 'signin_core_browser_test_support', | 85 'signin_core_browser_test_support', |
85 'sync_driver', | 86 'sync_driver', |
86 'sync_driver_test_support', | 87 'sync_driver_test_support', |
87 'sync_sessions_test_support', | 88 'sync_sessions_test_support', |
(...skipping 11 matching lines...) Expand all Loading... |
99 'browser_sync/browser/profile_sync_test_util.cc', | 100 'browser_sync/browser/profile_sync_test_util.cc', |
100 'browser_sync/browser/profile_sync_test_util.h', | 101 'browser_sync/browser/profile_sync_test_util.h', |
101 'browser_sync/browser/test_http_bridge_factory.cc', | 102 'browser_sync/browser/test_http_bridge_factory.cc', |
102 'browser_sync/browser/test_http_bridge_factory.h', | 103 'browser_sync/browser/test_http_bridge_factory.h', |
103 'browser_sync/browser/test_profile_sync_service.cc', | 104 'browser_sync/browser/test_profile_sync_service.cc', |
104 'browser_sync/browser/test_profile_sync_service.h', | 105 'browser_sync/browser/test_profile_sync_service.h', |
105 ], | 106 ], |
106 } | 107 } |
107 ], | 108 ], |
108 } | 109 } |
OLD | NEW |