| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 # The core sync library. | 10 # The core sync library. |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'internal_api/public/syncable/model_type_test_util.cc', | 368 'internal_api/public/syncable/model_type_test_util.cc', |
| 369 'internal_api/public/syncable/model_type_test_util.h', | 369 'internal_api/public/syncable/model_type_test_util.h', |
| 370 'js/js_test_util.cc', | 370 'js/js_test_util.cc', |
| 371 'js/js_test_util.h', | 371 'js/js_test_util.h', |
| 372 'notifier/mock_invalidation_state_tracker.cc', | 372 'notifier/mock_invalidation_state_tracker.cc', |
| 373 'notifier/mock_invalidation_state_tracker.h', | 373 'notifier/mock_invalidation_state_tracker.h', |
| 374 'sessions/test_util.cc', | 374 'sessions/test_util.cc', |
| 375 'sessions/test_util.h', | 375 'sessions/test_util.h', |
| 376 'syncable/syncable_mock.cc', | 376 'syncable/syncable_mock.cc', |
| 377 'syncable/syncable_mock.h', | 377 'syncable/syncable_mock.h', |
| 378 'test/callback_counter.h', |
| 378 'test/engine/fake_model_worker.cc', | 379 'test/engine/fake_model_worker.cc', |
| 379 'test/engine/fake_model_worker.h', | 380 'test/engine/fake_model_worker.h', |
| 380 'test/engine/mock_connection_manager.cc', | 381 'test/engine/mock_connection_manager.cc', |
| 381 'test/engine/mock_connection_manager.h', | 382 'test/engine/mock_connection_manager.h', |
| 382 'test/engine/syncer_command_test.cc', | 383 'test/engine/syncer_command_test.cc', |
| 383 'test/engine/syncer_command_test.h', | 384 'test/engine/syncer_command_test.h', |
| 384 'test/engine/test_directory_setter_upper.cc', | 385 'test/engine/test_directory_setter_upper.cc', |
| 385 'test/engine/test_directory_setter_upper.h', | 386 'test/engine/test_directory_setter_upper.h', |
| 386 'test/engine/test_id_factory.h', | 387 'test/engine/test_id_factory.h', |
| 387 'test/engine/test_syncable_utils.cc', | 388 'test/engine/test_syncable_utils.cc', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 'test_suite_name': 'sync_unit_tests', | 768 'test_suite_name': 'sync_unit_tests', |
| 768 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 769 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 769 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 770 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
| 770 }, | 771 }, |
| 771 'includes': [ '../build/apk_test.gypi' ], | 772 'includes': [ '../build/apk_test.gypi' ], |
| 772 }, | 773 }, |
| 773 ], | 774 ], |
| 774 }], | 775 }], |
| 775 ], | 776 ], |
| 776 } | 777 } |
| OLD | NEW |