| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'internal_api/public/syncable/model_type_test_util.cc', | 364 'internal_api/public/syncable/model_type_test_util.cc', |
| 365 'internal_api/public/syncable/model_type_test_util.h', | 365 'internal_api/public/syncable/model_type_test_util.h', |
| 366 'js/js_test_util.cc', | 366 'js/js_test_util.cc', |
| 367 'js/js_test_util.h', | 367 'js/js_test_util.h', |
| 368 'notifier/mock_invalidation_state_tracker.cc', | 368 'notifier/mock_invalidation_state_tracker.cc', |
| 369 'notifier/mock_invalidation_state_tracker.h', | 369 'notifier/mock_invalidation_state_tracker.h', |
| 370 'sessions/test_util.cc', | 370 'sessions/test_util.cc', |
| 371 'sessions/test_util.h', | 371 'sessions/test_util.h', |
| 372 'syncable/syncable_mock.cc', | 372 'syncable/syncable_mock.cc', |
| 373 'syncable/syncable_mock.h', | 373 'syncable/syncable_mock.h', |
| 374 'test/callback_counter.h', |
| 374 'test/fake_encryptor.cc', | 375 'test/fake_encryptor.cc', |
| 375 'test/fake_encryptor.h', | 376 'test/fake_encryptor.h', |
| 376 'test/fake_extensions_activity_monitor.cc', | 377 'test/fake_extensions_activity_monitor.cc', |
| 377 'test/fake_extensions_activity_monitor.h', | 378 'test/fake_extensions_activity_monitor.h', |
| 378 'test/null_directory_change_delegate.cc', | 379 'test/null_directory_change_delegate.cc', |
| 379 'test/null_directory_change_delegate.h', | 380 'test/null_directory_change_delegate.h', |
| 380 'test/null_transaction_observer.cc', | 381 'test/null_transaction_observer.cc', |
| 381 'test/null_transaction_observer.h', | 382 'test/null_transaction_observer.h', |
| 382 'test/engine/test_directory_setter_upper.cc', | 383 'test/engine/test_directory_setter_upper.cc', |
| 383 'test/engine/test_directory_setter_upper.h', | 384 'test/engine/test_directory_setter_upper.h', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 'test_suite_name': 'sync_unit_tests', | 764 'test_suite_name': 'sync_unit_tests', |
| 764 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 765 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 765 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 766 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
| 766 }, | 767 }, |
| 767 'includes': [ '../build/apk_test.gypi' ], | 768 'includes': [ '../build/apk_test.gypi' ], |
| 768 }, | 769 }, |
| 769 ], | 770 ], |
| 770 }], | 771 }], |
| 771 ], | 772 ], |
| 772 } | 773 } |
| OLD | NEW |