| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'internal_api/public/change_record.h', | 313 'internal_api/public/change_record.h', |
| 314 'internal_api/public/configure_reason.h', | 314 'internal_api/public/configure_reason.h', |
| 315 'internal_api/public/http_bridge.h', | 315 'internal_api/public/http_bridge.h', |
| 316 'internal_api/public/http_post_provider_factory.h', | 316 'internal_api/public/http_post_provider_factory.h', |
| 317 'internal_api/public/http_post_provider_interface.h', | 317 'internal_api/public/http_post_provider_interface.h', |
| 318 'internal_api/public/internal_components_factory.h', | 318 'internal_api/public/internal_components_factory.h', |
| 319 'internal_api/public/internal_components_factory_impl.h', | 319 'internal_api/public/internal_components_factory_impl.h', |
| 320 'internal_api/public/read_node.h', | 320 'internal_api/public/read_node.h', |
| 321 'internal_api/public/read_transaction.h', | 321 'internal_api/public/read_transaction.h', |
| 322 'internal_api/public/sync_manager.h', | 322 'internal_api/public/sync_manager.h', |
| 323 'internal_api/public/sync_encryption_handler.cc', |
| 324 'internal_api/public/sync_encryption_handler.h', |
| 323 'internal_api/public/sync_manager.cc', | 325 'internal_api/public/sync_manager.cc', |
| 324 'internal_api/public/sync_manager_factory.h', | 326 'internal_api/public/sync_manager_factory.h', |
| 325 'internal_api/public/user_share.h', | 327 'internal_api/public/user_share.h', |
| 326 'internal_api/public/write_node.h', | 328 'internal_api/public/write_node.h', |
| 327 'internal_api/public/write_transaction.h', | 329 'internal_api/public/write_transaction.h', |
| 328 'internal_api/base_node.cc', | 330 'internal_api/base_node.cc', |
| 329 'internal_api/base_transaction.cc', | 331 'internal_api/base_transaction.cc', |
| 330 'internal_api/change_record.cc', | 332 'internal_api/change_record.cc', |
| 331 'internal_api/change_reorder_buffer.cc', | 333 'internal_api/change_reorder_buffer.cc', |
| 332 'internal_api/change_reorder_buffer.h', | 334 'internal_api/change_reorder_buffer.h', |
| 333 'internal_api/debug_info_event_listener.cc', | 335 'internal_api/debug_info_event_listener.cc', |
| 334 'internal_api/debug_info_event_listener.h', | 336 'internal_api/debug_info_event_listener.h', |
| 335 'internal_api/http_bridge.cc', | 337 'internal_api/http_bridge.cc', |
| 336 'internal_api/internal_components_factory_impl.cc', | 338 'internal_api/internal_components_factory_impl.cc', |
| 337 'internal_api/js_mutation_event_observer.cc', | 339 'internal_api/js_mutation_event_observer.cc', |
| 338 'internal_api/js_mutation_event_observer.h', | 340 'internal_api/js_mutation_event_observer.h', |
| 341 'internal_api/js_sync_encryption_handler_observer.cc', |
| 342 'internal_api/js_sync_encryption_handler_observer.h', |
| 339 'internal_api/js_sync_manager_observer.cc', | 343 'internal_api/js_sync_manager_observer.cc', |
| 340 'internal_api/js_sync_manager_observer.h', | 344 'internal_api/js_sync_manager_observer.h', |
| 341 'internal_api/read_node.cc', | 345 'internal_api/read_node.cc', |
| 342 'internal_api/read_transaction.cc', | 346 'internal_api/read_transaction.cc', |
| 343 'internal_api/syncapi_internal.cc', | 347 'internal_api/syncapi_internal.cc', |
| 344 'internal_api/syncapi_internal.h', | 348 'internal_api/syncapi_internal.h', |
| 345 'internal_api/syncapi_server_connection_manager.cc', | 349 'internal_api/syncapi_server_connection_manager.cc', |
| 346 'internal_api/syncapi_server_connection_manager.h', | 350 'internal_api/syncapi_server_connection_manager.h', |
| 351 'internal_api/sync_encryption_handler_impl.cc', |
| 352 'internal_api/sync_encryption_handler_impl.h', |
| 347 'internal_api/sync_manager_factory.cc', | 353 'internal_api/sync_manager_factory.cc', |
| 348 'internal_api/sync_manager_impl.cc', | 354 'internal_api/sync_manager_impl.cc', |
| 349 'internal_api/sync_manager_impl.h', | 355 'internal_api/sync_manager_impl.h', |
| 350 'internal_api/user_share.cc', | 356 'internal_api/user_share.cc', |
| 351 'internal_api/write_node.cc', | 357 'internal_api/write_node.cc', |
| 352 'internal_api/write_transaction.cc', | 358 'internal_api/write_transaction.cc', |
| 353 ], | 359 ], |
| 354 }, | 360 }, |
| 355 | 361 |
| 356 # The sync external API library. | 362 # The sync external API library. |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'sync_notifier', | 489 'sync_notifier', |
| 484 'test_support_sync', | 490 'test_support_sync', |
| 485 ], | 491 ], |
| 486 'export_dependent_settings': [ | 492 'export_dependent_settings': [ |
| 487 '../testing/gtest.gyp:gtest', | 493 '../testing/gtest.gyp:gtest', |
| 488 'syncapi_core', | 494 'syncapi_core', |
| 489 'sync_notifier', | 495 'sync_notifier', |
| 490 'test_support_sync', | 496 'test_support_sync', |
| 491 ], | 497 ], |
| 492 'sources': [ | 498 'sources': [ |
| 499 'internal_api/public/test/fake_encryption_handler.h', |
| 493 'internal_api/public/test/fake_sync_manager.h', | 500 'internal_api/public/test/fake_sync_manager.h', |
| 494 'internal_api/public/test/test_entry_factory.h', | 501 'internal_api/public/test/test_entry_factory.h', |
| 495 'internal_api/public/test/test_internal_components_factory.h', | 502 'internal_api/public/test/test_internal_components_factory.h', |
| 496 'internal_api/public/test/test_user_share.h', | 503 'internal_api/public/test/test_user_share.h', |
| 504 'internal_api/test/fake_sync_encryption_handler.cc', |
| 497 'internal_api/test/fake_sync_manager.cc', | 505 'internal_api/test/fake_sync_manager.cc', |
| 498 'internal_api/test/test_entry_factory.cc', | 506 'internal_api/test/test_entry_factory.cc', |
| 499 'internal_api/test/test_internal_components_factory.cc', | 507 'internal_api/test/test_internal_components_factory.cc', |
| 500 'internal_api/test/test_user_share.cc', | 508 'internal_api/test/test_user_share.cc', |
| 501 ], | 509 ], |
| 502 }, | 510 }, |
| 503 | 511 |
| 504 # Test support files for the 'syncapi_service' target. | 512 # Test support files for the 'syncapi_service' target. |
| 505 { | 513 { |
| 506 'target_name': 'test_support_syncapi_service', | 514 'target_name': 'test_support_syncapi_service', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'direct_dependent_settings': { | 707 'direct_dependent_settings': { |
| 700 'variables': { 'enable_wexit_time_destructors': 1, }, | 708 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 701 'include_dirs': [ | 709 'include_dirs': [ |
| 702 '..', | 710 '..', |
| 703 ], | 711 ], |
| 704 'sources': [ | 712 'sources': [ |
| 705 'internal_api/public/change_record_unittest.cc', | 713 'internal_api/public/change_record_unittest.cc', |
| 706 'internal_api/debug_info_event_listener_unittest.cc', | 714 'internal_api/debug_info_event_listener_unittest.cc', |
| 707 'internal_api/http_bridge_unittest.cc', | 715 'internal_api/http_bridge_unittest.cc', |
| 708 'internal_api/js_mutation_event_observer_unittest.cc', | 716 'internal_api/js_mutation_event_observer_unittest.cc', |
| 717 'internal_api/js_sync_encryption_handler_observer_unittest.cc', |
| 709 'internal_api/js_sync_manager_observer_unittest.cc', | 718 'internal_api/js_sync_manager_observer_unittest.cc', |
| 710 'internal_api/syncapi_server_connection_manager_unittest.cc', | 719 'internal_api/syncapi_server_connection_manager_unittest.cc', |
| 720 'internal_api/sync_encryption_handler_impl_unittest.cc', |
| 711 'internal_api/sync_manager_impl_unittest.cc', | 721 'internal_api/sync_manager_impl_unittest.cc', |
| 712 ], | 722 ], |
| 713 }, | 723 }, |
| 714 }, | 724 }, |
| 715 | 725 |
| 716 # Unit tests for the 'syncapi_service' target. This cannot be a static | 726 # Unit tests for the 'syncapi_service' target. This cannot be a static |
| 717 # library because the unit test files have to be compiled directly | 727 # library because the unit test files have to be compiled directly |
| 718 # into the executable, so we push the target files to the | 728 # into the executable, so we push the target files to the |
| 719 # depending executable target via direct_dependent_settings. | 729 # depending executable target via direct_dependent_settings. |
| 720 { | 730 { |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'variables': { | 850 'variables': { |
| 841 'test_suite_name': 'sync_unit_tests', | 851 'test_suite_name': 'sync_unit_tests', |
| 842 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 852 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 843 }, | 853 }, |
| 844 'includes': [ '../build/apk_test.gypi' ], | 854 'includes': [ '../build/apk_test.gypi' ], |
| 845 }, | 855 }, |
| 846 ], | 856 ], |
| 847 }], | 857 }], |
| 848 ], | 858 ], |
| 849 } | 859 } |
| OLD | NEW |