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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 }, | 67 }, |
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 '../google_apis/google_apis.gyp:google_apis', | 74 '../google_apis/google_apis.gyp:google_apis', |
75 '../sync/sync.gyp:sync', | 75 '../sync/sync.gyp:sync', |
76 '../testing/gmock.gyp:gmock', | 76 '../testing/gmock.gyp:gmock', |
| 77 'sync_driver', |
77 'sync_driver_test_support', | 78 'sync_driver_test_support', |
78 ], | 79 ], |
79 'include_dirs': [ | 80 'include_dirs': [ |
80 '..', | 81 '..', |
81 ], | 82 ], |
82 'sources': [ | 83 'sources': [ |
83 # Note: file list duplicated in GN build. | 84 # Note: file list duplicated in GN build. |
84 'browser_sync/browser/profile_sync_service_mock.cc', | 85 'browser_sync/browser/profile_sync_service_mock.cc', |
85 'browser_sync/browser/profile_sync_service_mock.h', | 86 'browser_sync/browser/profile_sync_service_mock.h', |
| 87 'browser_sync/browser/profile_sync_test_util.cc', |
| 88 'browser_sync/browser/profile_sync_test_util.h', |
86 ], | 89 ], |
87 } | 90 } |
88 ], | 91 ], |
89 } | 92 } |
OLD | NEW |