OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
8 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
9 { | 9 { |
10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'dependencies': [ | 242 'dependencies': [ |
243 '../base/base.gyp:base', | 243 '../base/base.gyp:base', |
244 '../base/base.gyp:run_all_unittests', | 244 '../base/base.gyp:run_all_unittests', |
245 '../google_apis/google_apis.gyp:google_apis', | 245 '../google_apis/google_apis.gyp:google_apis', |
246 '../google_apis/google_apis.gyp:google_apis_test_support', | 246 '../google_apis/google_apis.gyp:google_apis_test_support', |
247 '../net/net.gyp:net', | 247 '../net/net.gyp:net', |
248 '../net/net.gyp:net_test_support', | 248 '../net/net.gyp:net_test_support', |
249 '../sql/sql.gyp:sql', | 249 '../sql/sql.gyp:sql', |
250 '../testing/gmock.gyp:gmock', | 250 '../testing/gmock.gyp:gmock', |
251 '../testing/gtest.gyp:gtest', | 251 '../testing/gtest.gyp:gtest', |
| 252 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
252 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 253 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
253 'sync', | 254 'sync', |
254 'test_support_sync_core', | 255 'test_support_sync_core', |
255 'test_support_sync_internal_api', | 256 'test_support_sync_internal_api', |
256 ], | 257 ], |
257 'include_dirs': [ | 258 'include_dirs': [ |
258 '..', | 259 '..', |
259 ], | 260 ], |
260 'sources': [ | 261 'sources': [ |
261 'api/attachments/attachment_id_unittest.cc', | 262 'api/attachments/attachment_id_unittest.cc', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ], | 490 ], |
490 'variables': { | 491 'variables': { |
491 'test_suite_name': 'sync_unit_tests', | 492 'test_suite_name': 'sync_unit_tests', |
492 }, | 493 }, |
493 'includes': [ '../build/apk_test.gypi' ], | 494 'includes': [ '../build/apk_test.gypi' ], |
494 }, | 495 }, |
495 ], | 496 ], |
496 }], | 497 }], |
497 ], | 498 ], |
498 } | 499 } |
OLD | NEW |