| 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'syncapi_service', | 418 'syncapi_service', |
| 419 ], | 419 ], |
| 420 'export_dependent_settings': [ | 420 'export_dependent_settings': [ |
| 421 '../testing/gmock.gyp:gmock', | 421 '../testing/gmock.gyp:gmock', |
| 422 'syncapi_service', | 422 'syncapi_service', |
| 423 ], | 423 ], |
| 424 'include_dirs': [ | 424 'include_dirs': [ |
| 425 '..', | 425 '..', |
| 426 ], | 426 ], |
| 427 'sources': [ | 427 'sources': [ |
| 428 'browser/sync/api/fake_syncable_service.cc', |
| 429 'browser/sync/api/fake_syncable_service.h', |
| 428 'browser/sync/api/syncable_service_mock.cc', | 430 'browser/sync/api/syncable_service_mock.cc', |
| 429 'browser/sync/api/syncable_service_mock.h', | 431 'browser/sync/api/syncable_service_mock.h', |
| 430 ], | 432 ], |
| 431 }, | 433 }, |
| 432 { | 434 { |
| 433 'target_name': 'test_support_sync_notifier', | 435 'target_name': 'test_support_sync_notifier', |
| 434 'type': 'static_library', | 436 'type': 'static_library', |
| 435 'dependencies': [ | 437 'dependencies': [ |
| 436 '../testing/gmock.gyp:gmock', | 438 '../testing/gmock.gyp:gmock', |
| 437 'sync_notifier', | 439 'sync_notifier', |
| (...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 'browser/sync/glue/change_processor_mock.cc', | 1728 'browser/sync/glue/change_processor_mock.cc', |
| 1727 'browser/sync/glue/change_processor_mock.h', | 1729 'browser/sync/glue/change_processor_mock.h', |
| 1728 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1730 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
| 1729 'browser/sync/glue/data_type_controller_mock.cc', | 1731 'browser/sync/glue/data_type_controller_mock.cc', |
| 1730 'browser/sync/glue/data_type_controller_mock.h', | 1732 'browser/sync/glue/data_type_controller_mock.h', |
| 1731 'browser/sync/glue/data_type_error_handler_mock.cc', | 1733 'browser/sync/glue/data_type_error_handler_mock.cc', |
| 1732 'browser/sync/glue/data_type_error_handler_mock.cc', | 1734 'browser/sync/glue/data_type_error_handler_mock.cc', |
| 1733 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1735 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
| 1734 'browser/sync/glue/data_type_manager_mock.cc', | 1736 'browser/sync/glue/data_type_manager_mock.cc', |
| 1735 'browser/sync/glue/data_type_manager_mock.h', | 1737 'browser/sync/glue/data_type_manager_mock.h', |
| 1736 'browser/sync/glue/extension_data_type_controller_unittest.cc', | 1738 'browser/sync/glue/fake_generic_change_processor.cc', |
| 1739 'browser/sync/glue/fake_generic_change_processor.h', |
| 1737 'browser/sync/glue/frontend_data_type_controller_mock.cc', | 1740 'browser/sync/glue/frontend_data_type_controller_mock.cc', |
| 1738 'browser/sync/glue/frontend_data_type_controller_mock.h', | 1741 'browser/sync/glue/frontend_data_type_controller_mock.h', |
| 1739 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 1742 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
| 1740 'browser/sync/glue/http_bridge_unittest.cc', | 1743 'browser/sync/glue/http_bridge_unittest.cc', |
| 1741 'browser/sync/glue/model_associator_mock.cc', | 1744 'browser/sync/glue/model_associator_mock.cc', |
| 1742 'browser/sync/glue/model_associator_mock.h', | 1745 'browser/sync/glue/model_associator_mock.h', |
| 1743 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc', | 1746 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc', |
| 1744 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', | 1747 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', |
| 1745 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', | 1748 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', |
| 1746 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1749 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
| 1747 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1750 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
| 1748 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1751 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
| 1749 'browser/sync/glue/preference_data_type_controller_unittest.cc', | |
| 1750 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1752 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
| 1751 'browser/sync/glue/session_model_associator_unittest.cc', | 1753 'browser/sync/glue/session_model_associator_unittest.cc', |
| 1752 'browser/sync/glue/shared_change_processor_mock.cc', | 1754 'browser/sync/glue/shared_change_processor_mock.cc', |
| 1753 'browser/sync/glue/shared_change_processor_mock.h', | 1755 'browser/sync/glue/shared_change_processor_mock.h', |
| 1754 'browser/sync/glue/shared_change_processor_unittest.cc', | 1756 'browser/sync/glue/shared_change_processor_unittest.cc', |
| 1755 'browser/sync/glue/sync_backend_host_unittest.cc', | 1757 'browser/sync/glue/sync_backend_host_unittest.cc', |
| 1756 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 1758 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
| 1757 'browser/sync/glue/synced_session_tracker_unittest.cc', | 1759 'browser/sync/glue/synced_session_tracker_unittest.cc', |
| 1758 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 1760 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
| 1759 'browser/sync/glue/theme_util_unittest.cc', | 1761 'browser/sync/glue/theme_util_unittest.cc', |
| 1760 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1762 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
| 1763 'browser/sync/glue/ui_data_type_controller_unittest.cc', |
| 1761 'browser/sync/glue/ui_model_worker_unittest.cc', | 1764 'browser/sync/glue/ui_model_worker_unittest.cc', |
| 1762 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 1765 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
| 1763 'browser/sync/profile_sync_components_factory_mock.cc', | 1766 'browser/sync/profile_sync_components_factory_mock.cc', |
| 1764 'browser/sync/profile_sync_components_factory_mock.h', | 1767 'browser/sync/profile_sync_components_factory_mock.h', |
| 1765 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1768 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 1766 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 1769 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
| 1767 'browser/sync/profile_sync_service_password_unittest.cc', | 1770 'browser/sync/profile_sync_service_password_unittest.cc', |
| 1768 'browser/sync/profile_sync_service_preference_unittest.cc', | 1771 'browser/sync/profile_sync_service_preference_unittest.cc', |
| 1769 'browser/sync/profile_sync_service_session_unittest.cc', | 1772 'browser/sync/profile_sync_service_session_unittest.cc', |
| 1770 'browser/sync/profile_sync_service_startup_unittest.cc', | 1773 'browser/sync/profile_sync_service_startup_unittest.cc', |
| (...skipping 2924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4695 # Use outputs of this action as inputs for the main target build. | 4698 # Use outputs of this action as inputs for the main target build. |
| 4696 # Seems as a misnomer but makes this happy on Linux (scons). | 4699 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4697 'process_outputs_as_sources': 1, | 4700 'process_outputs_as_sources': 1, |
| 4698 }, | 4701 }, |
| 4699 ], # 'actions' | 4702 ], # 'actions' |
| 4700 }, | 4703 }, |
| 4701 ] | 4704 ] |
| 4702 }], # 'coverage!=0' | 4705 }], # 'coverage!=0' |
| 4703 ], # 'conditions' | 4706 ], # 'conditions' |
| 4704 } | 4707 } |
| OLD | NEW |