| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 ], | 384 ], |
| 385 'sources': [ | 385 'sources': [ |
| 386 'internal_api/public/base/model_type_test_util.cc', | 386 'internal_api/public/base/model_type_test_util.cc', |
| 387 'internal_api/public/base/model_type_test_util.h', | 387 'internal_api/public/base/model_type_test_util.h', |
| 388 'js/js_test_util.cc', | 388 'js/js_test_util.cc', |
| 389 'js/js_test_util.h', | 389 'js/js_test_util.h', |
| 390 'sessions/test_util.cc', | 390 'sessions/test_util.cc', |
| 391 'sessions/test_util.h', | 391 'sessions/test_util.h', |
| 392 'syncable/syncable_mock.cc', | 392 'syncable/syncable_mock.cc', |
| 393 'syncable/syncable_mock.h', | 393 'syncable/syncable_mock.h', |
| 394 'test/callback_counter.h', | |
| 395 'test/engine/fake_model_worker.cc', | 394 'test/engine/fake_model_worker.cc', |
| 396 'test/engine/fake_model_worker.h', | 395 'test/engine/fake_model_worker.h', |
| 397 'test/engine/mock_connection_manager.cc', | 396 'test/engine/mock_connection_manager.cc', |
| 398 'test/engine/mock_connection_manager.h', | 397 'test/engine/mock_connection_manager.h', |
| 399 'test/engine/syncer_command_test.cc', | 398 'test/engine/syncer_command_test.cc', |
| 400 'test/engine/syncer_command_test.h', | 399 'test/engine/syncer_command_test.h', |
| 401 'test/engine/test_directory_setter_upper.cc', | 400 'test/engine/test_directory_setter_upper.cc', |
| 402 'test/engine/test_directory_setter_upper.h', | 401 'test/engine/test_directory_setter_upper.h', |
| 403 'test/engine/test_id_factory.h', | 402 'test/engine/test_id_factory.h', |
| 404 'test/engine/test_syncable_utils.cc', | 403 'test/engine/test_syncable_utils.cc', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'test_suite_name': 'sync_unit_tests', | 806 'test_suite_name': 'sync_unit_tests', |
| 808 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 807 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 809 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 808 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
| 810 }, | 809 }, |
| 811 'includes': [ '../build/apk_test.gypi' ], | 810 'includes': [ '../build/apk_test.gypi' ], |
| 812 }, | 811 }, |
| 813 ], | 812 ], |
| 814 }], | 813 }], |
| 815 ], | 814 ], |
| 816 } | 815 } |
| OLD | NEW |