| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'signin_unittest_sources': [ | 623 'signin_unittest_sources': [ |
| 624 'signin/core/browser/account_tracker_service_unittest.cc', | 624 'signin/core/browser/account_tracker_service_unittest.cc', |
| 625 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', | 625 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', |
| 626 'signin/core/browser/refresh_token_annotation_request_unittest.cc', | 626 'signin/core/browser/refresh_token_annotation_request_unittest.cc', |
| 627 'signin/core/browser/signin_error_controller_unittest.cc', | 627 'signin/core/browser/signin_error_controller_unittest.cc', |
| 628 'signin/core/browser/signin_status_metrics_provider_unittest.cc', | 628 'signin/core/browser/signin_status_metrics_provider_unittest.cc', |
| 629 'signin/core/browser/webdata/token_service_table_unittest.cc', | 629 'signin/core/browser/webdata/token_service_table_unittest.cc', |
| 630 'signin/ios/browser/account_consistency_service_unittest.mm', | 630 'signin/ios/browser/account_consistency_service_unittest.mm', |
| 631 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm'
, | 631 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm'
, |
| 632 ], | 632 ], |
| 633 'ssl_config_unittest_sources': [ |
| 634 'ssl_config/ssl_config_service_manager_pref_unittest.cc', |
| 635 ], |
| 633 'storage_monitor_unittest_sources': [ | 636 'storage_monitor_unittest_sources': [ |
| 634 'storage_monitor/image_capture_device_manager_unittest.mm', | 637 'storage_monitor/image_capture_device_manager_unittest.mm', |
| 635 'storage_monitor/media_storage_util_unittest.cc', | 638 'storage_monitor/media_storage_util_unittest.cc', |
| 636 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
', | 639 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
', |
| 637 'storage_monitor/storage_info_unittest.cc', | 640 'storage_monitor/storage_info_unittest.cc', |
| 638 'storage_monitor/storage_monitor_chromeos_unittest.cc', | 641 'storage_monitor/storage_monitor_chromeos_unittest.cc', |
| 639 'storage_monitor/storage_monitor_linux_unittest.cc', | 642 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 640 'storage_monitor/storage_monitor_mac_unittest.mm', | 643 'storage_monitor/storage_monitor_mac_unittest.mm', |
| 641 'storage_monitor/storage_monitor_unittest.cc', | 644 'storage_monitor/storage_monitor_unittest.cc', |
| 642 'storage_monitor/storage_monitor_win_unittest.cc', | 645 'storage_monitor/storage_monitor_win_unittest.cc', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 '<@(password_manager_unittest_sources)', | 861 '<@(password_manager_unittest_sources)', |
| 859 '<@(precache_unittest_sources)', | 862 '<@(precache_unittest_sources)', |
| 860 '<@(proxy_config_unittest_sources)', | 863 '<@(proxy_config_unittest_sources)', |
| 861 '<@(query_parser_unittest_sources)', | 864 '<@(query_parser_unittest_sources)', |
| 862 '<@(rappor_unittest_sources)', | 865 '<@(rappor_unittest_sources)', |
| 863 '<@(search_engines_unittest_sources)', | 866 '<@(search_engines_unittest_sources)', |
| 864 '<@(search_provider_logos_unittest_sources)', | 867 '<@(search_provider_logos_unittest_sources)', |
| 865 '<@(search_unittest_sources)', | 868 '<@(search_unittest_sources)', |
| 866 '<@(sessions_unittest_sources)', | 869 '<@(sessions_unittest_sources)', |
| 867 '<@(signin_unittest_sources)', | 870 '<@(signin_unittest_sources)', |
| 871 '<@(ssl_config_unittest_sources)', |
| 868 '<@(suggestions_unittest_sources)', | 872 '<@(suggestions_unittest_sources)', |
| 869 '<@(sync_driver_unittest_sources)', | 873 '<@(sync_driver_unittest_sources)', |
| 870 '<@(sync_sessions_unittest_sources)', | 874 '<@(sync_sessions_unittest_sources)', |
| 871 '<@(syncable_prefs_unittest_sources)', | 875 '<@(syncable_prefs_unittest_sources)', |
| 872 '<@(translate_unittest_sources)', | 876 '<@(translate_unittest_sources)', |
| 873 '<@(undo_unittest_sources)', | 877 '<@(undo_unittest_sources)', |
| 874 '<@(update_client_unittest_sources)', | 878 '<@(update_client_unittest_sources)', |
| 875 '<@(upload_list_unittest_sources)', | 879 '<@(upload_list_unittest_sources)', |
| 876 '<@(url_formatter_unittest_sources)', | 880 '<@(url_formatter_unittest_sources)', |
| 877 '<@(url_matcher_unittest_sources)', | 881 '<@(url_matcher_unittest_sources)', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 'components.gyp:query_parser', | 985 'components.gyp:query_parser', |
| 982 'components.gyp:rappor', | 986 'components.gyp:rappor', |
| 983 'components.gyp:rappor_test_support', | 987 'components.gyp:rappor_test_support', |
| 984 'components.gyp:search', | 988 'components.gyp:search', |
| 985 'components.gyp:search_engines', | 989 'components.gyp:search_engines', |
| 986 'components.gyp:search_engines_test_support', | 990 'components.gyp:search_engines_test_support', |
| 987 'components.gyp:search_provider_logos', | 991 'components.gyp:search_provider_logos', |
| 988 'components.gyp:sessions_test_support', | 992 'components.gyp:sessions_test_support', |
| 989 'components.gyp:signin_core_browser', | 993 'components.gyp:signin_core_browser', |
| 990 'components.gyp:signin_core_browser_test_support', | 994 'components.gyp:signin_core_browser_test_support', |
| 995 'components.gyp:ssl_config', |
| 991 'components.gyp:suggestions', | 996 'components.gyp:suggestions', |
| 992 'components.gyp:sync_driver_test_support', | 997 'components.gyp:sync_driver_test_support', |
| 993 'components.gyp:sync_sessions', | 998 'components.gyp:sync_sessions', |
| 994 'components.gyp:syncable_prefs_test_support', | 999 'components.gyp:syncable_prefs_test_support', |
| 995 'components.gyp:translate_core_browser', | 1000 'components.gyp:translate_core_browser', |
| 996 'components.gyp:translate_core_common', | 1001 'components.gyp:translate_core_common', |
| 997 'components.gyp:translate_core_language_detection', | 1002 'components.gyp:translate_core_language_detection', |
| 998 'components.gyp:ui_zoom', | 1003 'components.gyp:ui_zoom', |
| 999 'components.gyp:undo_component', | 1004 'components.gyp:undo_component', |
| 1000 'components.gyp:update_client', | 1005 'components.gyp:update_client', |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1760 'dependencies': [ | 1765 'dependencies': [ |
| 1761 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1766 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1762 ], | 1767 ], |
| 1763 }], | 1768 }], |
| 1764 ], | 1769 ], |
| 1765 }, | 1770 }, |
| 1766 ], | 1771 ], |
| 1767 }], | 1772 }], |
| 1768 ], | 1773 ], |
| 1769 } | 1774 } |
| OLD | NEW |