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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'internal_api/public/base_node.h', | 294 'internal_api/public/base_node.h', |
295 'internal_api/public/base_transaction.h', | 295 'internal_api/public/base_transaction.h', |
296 'internal_api/public/change_record.h', | 296 'internal_api/public/change_record.h', |
297 'internal_api/public/configure_reason.h', | 297 'internal_api/public/configure_reason.h', |
298 'internal_api/public/http_bridge.h', | 298 'internal_api/public/http_bridge.h', |
299 'internal_api/public/http_post_provider_factory.h', | 299 'internal_api/public/http_post_provider_factory.h', |
300 'internal_api/public/http_post_provider_interface.h', | 300 'internal_api/public/http_post_provider_interface.h', |
301 'internal_api/public/read_node.h', | 301 'internal_api/public/read_node.h', |
302 'internal_api/public/read_transaction.h', | 302 'internal_api/public/read_transaction.h', |
303 'internal_api/public/sync_manager.h', | 303 'internal_api/public/sync_manager.h', |
| 304 'internal_api/public/sync_manager_factory.h', |
| 305 'internal_api/public/sync_manager_factory.cc', |
304 'internal_api/public/user_share.h', | 306 'internal_api/public/user_share.h', |
305 'internal_api/public/write_node.h', | 307 'internal_api/public/write_node.h', |
306 'internal_api/public/write_transaction.h', | 308 'internal_api/public/write_transaction.h', |
307 'internal_api/base_node.cc', | 309 'internal_api/base_node.cc', |
308 'internal_api/base_transaction.cc', | 310 'internal_api/base_transaction.cc', |
309 'internal_api/change_record.cc', | 311 'internal_api/change_record.cc', |
310 'internal_api/change_reorder_buffer.cc', | 312 'internal_api/change_reorder_buffer.cc', |
311 'internal_api/change_reorder_buffer.h', | 313 'internal_api/change_reorder_buffer.h', |
312 'internal_api/debug_info_event_listener.cc', | 314 'internal_api/debug_info_event_listener.cc', |
313 'internal_api/debug_info_event_listener.h', | 315 'internal_api/debug_info_event_listener.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 ], | 385 ], |
384 'sources': [ | 386 'sources': [ |
385 'internal_api/public/base/model_type_test_util.cc', | 387 'internal_api/public/base/model_type_test_util.cc', |
386 'internal_api/public/base/model_type_test_util.h', | 388 'internal_api/public/base/model_type_test_util.h', |
387 'js/js_test_util.cc', | 389 'js/js_test_util.cc', |
388 'js/js_test_util.h', | 390 'js/js_test_util.h', |
389 'sessions/test_util.cc', | 391 'sessions/test_util.cc', |
390 'sessions/test_util.h', | 392 'sessions/test_util.h', |
391 'syncable/syncable_mock.cc', | 393 'syncable/syncable_mock.cc', |
392 'syncable/syncable_mock.h', | 394 'syncable/syncable_mock.h', |
| 395 'test/callback_counter.h', |
393 'test/engine/fake_model_worker.cc', | 396 'test/engine/fake_model_worker.cc', |
394 'test/engine/fake_model_worker.h', | 397 'test/engine/fake_model_worker.h', |
395 'test/engine/mock_connection_manager.cc', | 398 'test/engine/mock_connection_manager.cc', |
396 'test/engine/mock_connection_manager.h', | 399 'test/engine/mock_connection_manager.h', |
397 'test/engine/syncer_command_test.cc', | 400 'test/engine/syncer_command_test.cc', |
398 'test/engine/syncer_command_test.h', | 401 'test/engine/syncer_command_test.h', |
399 'test/engine/test_directory_setter_upper.cc', | 402 'test/engine/test_directory_setter_upper.cc', |
400 'test/engine/test_directory_setter_upper.h', | 403 'test/engine/test_directory_setter_upper.h', |
401 'test/engine/test_id_factory.h', | 404 'test/engine/test_id_factory.h', |
402 'test/engine/test_syncable_utils.cc', | 405 'test/engine/test_syncable_utils.cc', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 '../testing/gtest.gyp:gtest', | 457 '../testing/gtest.gyp:gtest', |
455 'syncapi_core', | 458 'syncapi_core', |
456 'test_support_sync', | 459 'test_support_sync', |
457 ], | 460 ], |
458 'export_dependent_settings': [ | 461 'export_dependent_settings': [ |
459 '../testing/gtest.gyp:gtest', | 462 '../testing/gtest.gyp:gtest', |
460 'syncapi_core', | 463 'syncapi_core', |
461 'test_support_sync', | 464 'test_support_sync', |
462 ], | 465 ], |
463 'sources': [ | 466 'sources': [ |
| 467 'internal_api/public/test/fake_sync_manager.h', |
464 'internal_api/public/test/test_entry_factory.h', | 468 'internal_api/public/test/test_entry_factory.h', |
465 'internal_api/public/test/test_user_share.h', | 469 'internal_api/public/test/test_user_share.h', |
| 470 'internal_api/test/fake_sync_manager.cc', |
466 'internal_api/test/test_entry_factory.cc', | 471 'internal_api/test/test_entry_factory.cc', |
467 'internal_api/test/test_user_share.cc', | 472 'internal_api/test/test_user_share.cc', |
468 ], | 473 ], |
469 }, | 474 }, |
470 | 475 |
471 # Test support files for the 'syncapi_service' target. | 476 # Test support files for the 'syncapi_service' target. |
472 { | 477 { |
473 'target_name': 'test_support_syncapi_service', | 478 'target_name': 'test_support_syncapi_service', |
474 'type': 'static_library', | 479 'type': 'static_library', |
475 'include_dirs': [ | 480 'include_dirs': [ |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 'test_suite_name': 'sync_unit_tests', | 811 'test_suite_name': 'sync_unit_tests', |
807 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 812 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
808 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 813 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
809 }, | 814 }, |
810 'includes': [ '../build/apk_test.gypi' ], | 815 'includes': [ '../build/apk_test.gypi' ], |
811 }, | 816 }, |
812 ], | 817 ], |
813 }], | 818 }], |
814 ], | 819 ], |
815 } | 820 } |
OLD | NEW |