| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'favicon_base/fallback_icon_url_parser_unittest.cc', | 194 'favicon_base/fallback_icon_url_parser_unittest.cc', |
| 195 'favicon_base/favicon_url_parser_unittest.cc', | 195 'favicon_base/favicon_url_parser_unittest.cc', |
| 196 'favicon_base/large_icon_url_parser_unittest.cc', | 196 'favicon_base/large_icon_url_parser_unittest.cc', |
| 197 'favicon_base/select_favicon_frames_unittest.cc', | 197 'favicon_base/select_favicon_frames_unittest.cc', |
| 198 ], | 198 ], |
| 199 'favicon_unittest_sources': [ | 199 'favicon_unittest_sources': [ |
| 200 'favicon/content/content_favicon_driver_unittest.cc', | 200 'favicon/content/content_favicon_driver_unittest.cc', |
| 201 'favicon/core/favicon_handler_unittest.cc', | 201 'favicon/core/favicon_handler_unittest.cc', |
| 202 'favicon/core/large_icon_service_unittest.cc', | 202 'favicon/core/large_icon_service_unittest.cc', |
| 203 ], | 203 ], |
| 204 'flags_ui_unittest_sources': [ |
| 205 'flags_ui/flags_state_unittest.cc', |
| 206 ], |
| 204 'undo_unittest_sources': [ | 207 'undo_unittest_sources': [ |
| 205 'undo/bookmark_undo_service_test.cc', | 208 'undo/bookmark_undo_service_test.cc', |
| 206 'undo/undo_manager_test.cc', | 209 'undo/undo_manager_test.cc', |
| 207 ], | 210 ], |
| 208 | 211 |
| 209 'audio_modem_unittest_sources': [ | 212 'audio_modem_unittest_sources': [ |
| 210 'audio_modem/audio_player_unittest.cc', | 213 'audio_modem/audio_player_unittest.cc', |
| 211 'audio_modem/audio_recorder_unittest.cc', | 214 'audio_modem/audio_recorder_unittest.cc', |
| 212 'audio_modem/modem_unittest.cc', | 215 'audio_modem/modem_unittest.cc', |
| 213 ], | 216 ], |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 '<@(crx_file_unittest_sources)', | 866 '<@(crx_file_unittest_sources)', |
| 864 '<@(data_reduction_proxy_unittest_sources)', | 867 '<@(data_reduction_proxy_unittest_sources)', |
| 865 '<@(data_usage_unittest_sources)', | 868 '<@(data_usage_unittest_sources)', |
| 866 '<@(data_use_measurement_unittest_sources)', | 869 '<@(data_use_measurement_unittest_sources)', |
| 867 '<@(device_event_log_unittest_sources)', | 870 '<@(device_event_log_unittest_sources)', |
| 868 '<@(dom_distiller_unittest_sources)', | 871 '<@(dom_distiller_unittest_sources)', |
| 869 '<@(domain_reliability_unittest_sources)', | 872 '<@(domain_reliability_unittest_sources)', |
| 870 '<@(enhanced_bookmarks_unittest_sources)', | 873 '<@(enhanced_bookmarks_unittest_sources)', |
| 871 '<@(favicon_base_unittest_sources)', | 874 '<@(favicon_base_unittest_sources)', |
| 872 '<@(favicon_unittest_sources)', | 875 '<@(favicon_unittest_sources)', |
| 876 '<@(flags_ui_unittest_sources)', |
| 873 '<@(gcm_driver_crypto_unittest_sources)', | 877 '<@(gcm_driver_crypto_unittest_sources)', |
| 874 '<@(gcm_driver_unittest_sources)', | 878 '<@(gcm_driver_unittest_sources)', |
| 875 '<@(google_unittest_sources)', | 879 '<@(google_unittest_sources)', |
| 876 '<@(history_unittest_sources)', | 880 '<@(history_unittest_sources)', |
| 877 '<@(instance_id_unittest_sources)', | 881 '<@(instance_id_unittest_sources)', |
| 878 '<@(json_schema_unittest_sources)', | 882 '<@(json_schema_unittest_sources)', |
| 879 '<@(keyed_service_unittest_sources)', | 883 '<@(keyed_service_unittest_sources)', |
| 880 '<@(language_usage_metrics_unittest_sources)', | 884 '<@(language_usage_metrics_unittest_sources)', |
| 881 '<@(leveldb_proto_unittest_sources)', | 885 '<@(leveldb_proto_unittest_sources)', |
| 882 '<@(login_unittest_sources)', | 886 '<@(login_unittest_sources)', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 971 'components.gyp:data_use_measurement_core', | 975 'components.gyp:data_use_measurement_core', |
| 972 'components.gyp:device_event_log_component', | 976 'components.gyp:device_event_log_component', |
| 973 'components.gyp:dom_distiller_core', | 977 'components.gyp:dom_distiller_core', |
| 974 'components.gyp:dom_distiller_protos', | 978 'components.gyp:dom_distiller_protos', |
| 975 'components.gyp:dom_distiller_test_support', | 979 'components.gyp:dom_distiller_test_support', |
| 976 'components.gyp:domain_reliability', | 980 'components.gyp:domain_reliability', |
| 977 'components.gyp:enhanced_bookmarks', | 981 'components.gyp:enhanced_bookmarks', |
| 978 'components.gyp:enhanced_bookmarks_test_support', | 982 'components.gyp:enhanced_bookmarks_test_support', |
| 979 'components.gyp:favicon_base', | 983 'components.gyp:favicon_base', |
| 980 'components.gyp:favicon_core', | 984 'components.gyp:favicon_core', |
| 985 'components.gyp:flags_ui', |
| 981 'components.gyp:gcm_driver', | 986 'components.gyp:gcm_driver', |
| 982 'components.gyp:gcm_driver_test_support', | 987 'components.gyp:gcm_driver_test_support', |
| 983 'components.gyp:google_core_browser', | 988 'components.gyp:google_core_browser', |
| 984 'components.gyp:history_core_browser', | 989 'components.gyp:history_core_browser', |
| 985 'components.gyp:history_core_common', | 990 'components.gyp:history_core_common', |
| 986 'components.gyp:history_core_test_support', | 991 'components.gyp:history_core_test_support', |
| 987 'components.gyp:instance_id_test_support', | 992 'components.gyp:instance_id_test_support', |
| 988 'components.gyp:invalidation_impl', | 993 'components.gyp:invalidation_impl', |
| 989 'components.gyp:invalidation_test_support', | 994 'components.gyp:invalidation_test_support', |
| 990 'components.gyp:json_schema', | 995 'components.gyp:json_schema', |
| (...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 'dependencies': [ | 1824 'dependencies': [ |
| 1820 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1825 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1821 ], | 1826 ], |
| 1822 }], | 1827 }], |
| 1823 ], | 1828 ], |
| 1824 }, | 1829 }, |
| 1825 ], | 1830 ], |
| 1826 }], | 1831 }], |
| 1827 ], | 1832 ], |
| 1828 } | 1833 } |
| OLD | NEW |