| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 'sync_driver/about_sync_util_unittest.cc', | 648 'sync_driver/about_sync_util_unittest.cc', |
| 649 'sync_driver/backup_rollback_controller_unittest.cc', | 649 'sync_driver/backup_rollback_controller_unittest.cc', |
| 650 'sync_driver/data_type_manager_impl_unittest.cc', | 650 'sync_driver/data_type_manager_impl_unittest.cc', |
| 651 'sync_driver/device_info_data_type_controller_unittest.cc', | 651 'sync_driver/device_info_data_type_controller_unittest.cc', |
| 652 'sync_driver/device_info_sync_service_unittest.cc', | 652 'sync_driver/device_info_sync_service_unittest.cc', |
| 653 'sync_driver/favicon_cache_unittest.cc', | 653 'sync_driver/favicon_cache_unittest.cc', |
| 654 'sync_driver/generic_change_processor_unittest.cc', | 654 'sync_driver/generic_change_processor_unittest.cc', |
| 655 'sync_driver/model_association_manager_unittest.cc', | 655 'sync_driver/model_association_manager_unittest.cc', |
| 656 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 656 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 657 'sync_driver/non_ui_data_type_controller_unittest.cc', | 657 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 658 'sync_driver/revisit/current_tab_matcher_unittest.cc', | |
| 659 'sync_driver/revisit/offset_tab_matcher_unittest.cc', | |
| 660 'sync_driver/revisit/sessions_page_revisit_observer_unittest.cc', | |
| 661 'sync_driver/shared_change_processor_unittest.cc', | 658 'sync_driver/shared_change_processor_unittest.cc', |
| 662 'sync_driver/sync_prefs_unittest.cc', | 659 'sync_driver/sync_prefs_unittest.cc', |
| 663 'sync_driver/sync_stopped_reporter_unittest.cc', | 660 'sync_driver/sync_stopped_reporter_unittest.cc', |
| 664 'sync_driver/sync_util_unittest.cc', | 661 'sync_driver/sync_util_unittest.cc', |
| 665 'sync_driver/system_encryptor_unittest.cc', | 662 'sync_driver/system_encryptor_unittest.cc', |
| 666 'sync_driver/tab_node_pool_unittest.cc', | 663 'sync_driver/tab_node_pool_unittest.cc', |
| 667 'sync_driver/ui_data_type_controller_unittest.cc', | 664 'sync_driver/ui_data_type_controller_unittest.cc', |
| 668 ], | 665 ], |
| 666 'sync_sessions_unittest_sources': [ |
| 667 'sync_sessions/revisit/current_tab_matcher_unittest.cc', |
| 668 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', |
| 669 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', |
| 670 ], |
| 669 'syncable_prefs_unittest_sources': [ | 671 'syncable_prefs_unittest_sources': [ |
| 670 'syncable_prefs/pref_model_associator_unittest.cc', | 672 'syncable_prefs/pref_model_associator_unittest.cc', |
| 671 'syncable_prefs/pref_service_syncable_unittest.cc', | 673 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 672 ], | 674 ], |
| 673 'tracing_unittest_sources': [ | 675 'tracing_unittest_sources': [ |
| 674 'tracing/trace_config_file_unittest.cc', | 676 'tracing/trace_config_file_unittest.cc', |
| 675 ], | 677 ], |
| 676 'translate_unittest_sources': [ | 678 'translate_unittest_sources': [ |
| 677 'translate/core/browser/language_state_unittest.cc', | 679 'translate/core/browser/language_state_unittest.cc', |
| 678 'translate/core/browser/translate_browser_metrics_unittest.cc', | 680 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 '<@(proxy_config_unittest_sources)', | 856 '<@(proxy_config_unittest_sources)', |
| 855 '<@(query_parser_unittest_sources)', | 857 '<@(query_parser_unittest_sources)', |
| 856 '<@(rappor_unittest_sources)', | 858 '<@(rappor_unittest_sources)', |
| 857 '<@(search_engines_unittest_sources)', | 859 '<@(search_engines_unittest_sources)', |
| 858 '<@(search_provider_logos_unittest_sources)', | 860 '<@(search_provider_logos_unittest_sources)', |
| 859 '<@(search_unittest_sources)', | 861 '<@(search_unittest_sources)', |
| 860 '<@(sessions_unittest_sources)', | 862 '<@(sessions_unittest_sources)', |
| 861 '<@(signin_unittest_sources)', | 863 '<@(signin_unittest_sources)', |
| 862 '<@(suggestions_unittest_sources)', | 864 '<@(suggestions_unittest_sources)', |
| 863 '<@(sync_driver_unittest_sources)', | 865 '<@(sync_driver_unittest_sources)', |
| 866 '<@(sync_sessions_unittest_sources)', |
| 864 '<@(syncable_prefs_unittest_sources)', | 867 '<@(syncable_prefs_unittest_sources)', |
| 865 '<@(translate_unittest_sources)', | 868 '<@(translate_unittest_sources)', |
| 866 '<@(undo_unittest_sources)', | 869 '<@(undo_unittest_sources)', |
| 867 '<@(update_client_unittest_sources)', | 870 '<@(update_client_unittest_sources)', |
| 868 '<@(upload_list_unittest_sources)', | 871 '<@(upload_list_unittest_sources)', |
| 869 '<@(url_formatter_unittest_sources)', | 872 '<@(url_formatter_unittest_sources)', |
| 870 '<@(url_matcher_unittest_sources)', | 873 '<@(url_matcher_unittest_sources)', |
| 871 '<@(user_prefs_unittest_sources)', | 874 '<@(user_prefs_unittest_sources)', |
| 872 '<@(variations_unittest_sources)', | 875 '<@(variations_unittest_sources)', |
| 873 '<@(wallpaper_unittest_sources)', | 876 '<@(wallpaper_unittest_sources)', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 'components.gyp:rappor_test_support', | 978 'components.gyp:rappor_test_support', |
| 976 'components.gyp:search', | 979 'components.gyp:search', |
| 977 'components.gyp:search_engines', | 980 'components.gyp:search_engines', |
| 978 'components.gyp:search_engines_test_support', | 981 'components.gyp:search_engines_test_support', |
| 979 'components.gyp:search_provider_logos', | 982 'components.gyp:search_provider_logos', |
| 980 'components.gyp:sessions_test_support', | 983 'components.gyp:sessions_test_support', |
| 981 'components.gyp:signin_core_browser', | 984 'components.gyp:signin_core_browser', |
| 982 'components.gyp:signin_core_browser_test_support', | 985 'components.gyp:signin_core_browser_test_support', |
| 983 'components.gyp:suggestions', | 986 'components.gyp:suggestions', |
| 984 'components.gyp:sync_driver_test_support', | 987 'components.gyp:sync_driver_test_support', |
| 988 'components.gyp:sync_sessions_test_support', |
| 985 'components.gyp:syncable_prefs_test_support', | 989 'components.gyp:syncable_prefs_test_support', |
| 986 'components.gyp:translate_core_browser', | 990 'components.gyp:translate_core_browser', |
| 987 'components.gyp:translate_core_common', | 991 'components.gyp:translate_core_common', |
| 988 'components.gyp:translate_core_language_detection', | 992 'components.gyp:translate_core_language_detection', |
| 989 'components.gyp:ui_zoom', | 993 'components.gyp:ui_zoom', |
| 990 'components.gyp:undo_component', | 994 'components.gyp:undo_component', |
| 991 'components.gyp:update_client', | 995 'components.gyp:update_client', |
| 992 'components.gyp:update_client_test_support', | 996 'components.gyp:update_client_test_support', |
| 993 'components.gyp:upload_list', | 997 'components.gyp:upload_list', |
| 994 'components.gyp:url_matcher', | 998 'components.gyp:url_matcher', |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 'dependencies': [ | 1733 'dependencies': [ |
| 1730 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1734 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1731 ], | 1735 ], |
| 1732 }], | 1736 }], |
| 1733 ], | 1737 ], |
| 1734 }, | 1738 }, |
| 1735 ], | 1739 ], |
| 1736 }], | 1740 }], |
| 1737 ], | 1741 ], |
| 1738 } | 1742 } |
| OLD | NEW |