| 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 { | 8 { |
| 9 'target_name': 'test_support_sync_core', | 9 'target_name': 'test_support_sync_core', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 '..', | 380 '..', |
| 381 ], | 381 ], |
| 382 'sources': [ | 382 'sources': [ |
| 383 'internal_api/debug_info_event_listener_unittest.cc', | 383 'internal_api/debug_info_event_listener_unittest.cc', |
| 384 'internal_api/http_bridge_unittest.cc', | 384 'internal_api/http_bridge_unittest.cc', |
| 385 'internal_api/js_mutation_event_observer_unittest.cc', | 385 'internal_api/js_mutation_event_observer_unittest.cc', |
| 386 'internal_api/js_sync_encryption_handler_observer_unittest.cc', | 386 'internal_api/js_sync_encryption_handler_observer_unittest.cc', |
| 387 'internal_api/js_sync_manager_observer_unittest.cc', | 387 'internal_api/js_sync_manager_observer_unittest.cc', |
| 388 'internal_api/public/change_record_unittest.cc', | 388 'internal_api/public/change_record_unittest.cc', |
| 389 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', | 389 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', |
| 390 'internal_api/public/sessions/sync_source_info_unittest.cc', | |
| 391 'internal_api/syncapi_server_connection_manager_unittest.cc', | 390 'internal_api/syncapi_server_connection_manager_unittest.cc', |
| 392 'internal_api/sync_encryption_handler_impl_unittest.cc', | 391 'internal_api/sync_encryption_handler_impl_unittest.cc', |
| 393 'internal_api/sync_manager_impl_unittest.cc', | 392 'internal_api/sync_manager_impl_unittest.cc', |
| 394 ], | 393 ], |
| 395 'conditions': [ | 394 'conditions': [ |
| 396 ['OS == "ios"', { | 395 ['OS == "ios"', { |
| 397 'sources!': [ | 396 'sources!': [ |
| 398 'internal_api/http_bridge_unittest.cc', | 397 'internal_api/http_bridge_unittest.cc', |
| 399 ], | 398 ], |
| 400 }], | 399 }], |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'variables': { | 633 'variables': { |
| 635 'test_suite_name': 'sync_unit_tests', | 634 'test_suite_name': 'sync_unit_tests', |
| 636 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 635 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 637 }, | 636 }, |
| 638 'includes': [ '../build/apk_test.gypi' ], | 637 'includes': [ '../build/apk_test.gypi' ], |
| 639 }, | 638 }, |
| 640 ], | 639 ], |
| 641 }], | 640 }], |
| 642 ], | 641 ], |
| 643 } | 642 } |
| OLD | NEW |