| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'favicon_base/favicon_url_parser_unittest.cc', | 199 'favicon_base/favicon_url_parser_unittest.cc', |
| 200 'favicon_base/large_icon_url_parser_unittest.cc', | 200 'favicon_base/large_icon_url_parser_unittest.cc', |
| 201 'favicon_base/select_favicon_frames_unittest.cc', | 201 'favicon_base/select_favicon_frames_unittest.cc', |
| 202 ], | 202 ], |
| 203 'favicon_unittest_sources': [ | 203 'favicon_unittest_sources': [ |
| 204 'favicon/content/content_favicon_driver_unittest.cc', | 204 'favicon/content/content_favicon_driver_unittest.cc', |
| 205 'favicon/core/fallback_url_util_unittest.cc', | 205 'favicon/core/fallback_url_util_unittest.cc', |
| 206 'favicon/core/favicon_handler_unittest.cc', | 206 'favicon/core/favicon_handler_unittest.cc', |
| 207 'favicon/core/large_icon_service_unittest.cc', | 207 'favicon/core/large_icon_service_unittest.cc', |
| 208 ], | 208 ], |
| 209 'flags_ui_unittest_sources': [ |
| 210 'flags_ui/flags_state_unittest.cc', |
| 211 ], |
| 209 'undo_unittest_sources': [ | 212 'undo_unittest_sources': [ |
| 210 'undo/bookmark_undo_service_test.cc', | 213 'undo/bookmark_undo_service_test.cc', |
| 211 'undo/undo_manager_test.cc', | 214 'undo/undo_manager_test.cc', |
| 212 ], | 215 ], |
| 213 | 216 |
| 214 'audio_modem_unittest_sources': [ | 217 'audio_modem_unittest_sources': [ |
| 215 'audio_modem/audio_player_unittest.cc', | 218 'audio_modem/audio_player_unittest.cc', |
| 216 'audio_modem/audio_recorder_unittest.cc', | 219 'audio_modem/audio_recorder_unittest.cc', |
| 217 'audio_modem/modem_unittest.cc', | 220 'audio_modem/modem_unittest.cc', |
| 218 ], | 221 ], |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 '<@(crx_file_unittest_sources)', | 886 '<@(crx_file_unittest_sources)', |
| 884 '<@(data_reduction_proxy_unittest_sources)', | 887 '<@(data_reduction_proxy_unittest_sources)', |
| 885 '<@(data_usage_unittest_sources)', | 888 '<@(data_usage_unittest_sources)', |
| 886 '<@(data_use_measurement_unittest_sources)', | 889 '<@(data_use_measurement_unittest_sources)', |
| 887 '<@(device_event_log_unittest_sources)', | 890 '<@(device_event_log_unittest_sources)', |
| 888 '<@(dom_distiller_unittest_sources)', | 891 '<@(dom_distiller_unittest_sources)', |
| 889 '<@(domain_reliability_unittest_sources)', | 892 '<@(domain_reliability_unittest_sources)', |
| 890 '<@(enhanced_bookmarks_unittest_sources)', | 893 '<@(enhanced_bookmarks_unittest_sources)', |
| 891 '<@(favicon_base_unittest_sources)', | 894 '<@(favicon_base_unittest_sources)', |
| 892 '<@(favicon_unittest_sources)', | 895 '<@(favicon_unittest_sources)', |
| 896 '<@(flags_ui_unittest_sources)', |
| 893 '<@(gcm_driver_crypto_unittest_sources)', | 897 '<@(gcm_driver_crypto_unittest_sources)', |
| 894 '<@(gcm_driver_unittest_sources)', | 898 '<@(gcm_driver_unittest_sources)', |
| 895 '<@(google_unittest_sources)', | 899 '<@(google_unittest_sources)', |
| 896 '<@(history_unittest_sources)', | 900 '<@(history_unittest_sources)', |
| 897 '<@(instance_id_unittest_sources)', | 901 '<@(instance_id_unittest_sources)', |
| 898 '<@(json_schema_unittest_sources)', | 902 '<@(json_schema_unittest_sources)', |
| 899 '<@(keyed_service_unittest_sources)', | 903 '<@(keyed_service_unittest_sources)', |
| 900 '<@(language_usage_metrics_unittest_sources)', | 904 '<@(language_usage_metrics_unittest_sources)', |
| 901 '<@(leveldb_proto_unittest_sources)', | 905 '<@(leveldb_proto_unittest_sources)', |
| 902 '<@(login_unittest_sources)', | 906 '<@(login_unittest_sources)', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 'components.gyp:data_use_measurement_core', | 996 'components.gyp:data_use_measurement_core', |
| 993 'components.gyp:device_event_log_component', | 997 'components.gyp:device_event_log_component', |
| 994 'components.gyp:dom_distiller_core', | 998 'components.gyp:dom_distiller_core', |
| 995 'components.gyp:dom_distiller_protos', | 999 'components.gyp:dom_distiller_protos', |
| 996 'components.gyp:dom_distiller_test_support', | 1000 'components.gyp:dom_distiller_test_support', |
| 997 'components.gyp:domain_reliability', | 1001 'components.gyp:domain_reliability', |
| 998 'components.gyp:enhanced_bookmarks', | 1002 'components.gyp:enhanced_bookmarks', |
| 999 'components.gyp:enhanced_bookmarks_test_support', | 1003 'components.gyp:enhanced_bookmarks_test_support', |
| 1000 'components.gyp:favicon_base', | 1004 'components.gyp:favicon_base', |
| 1001 'components.gyp:favicon_core', | 1005 'components.gyp:favicon_core', |
| 1006 'components.gyp:flags_ui', |
| 1002 'components.gyp:gcm_driver', | 1007 'components.gyp:gcm_driver', |
| 1003 'components.gyp:gcm_driver_test_support', | 1008 'components.gyp:gcm_driver_test_support', |
| 1004 'components.gyp:google_core_browser', | 1009 'components.gyp:google_core_browser', |
| 1005 'components.gyp:history_core_browser', | 1010 'components.gyp:history_core_browser', |
| 1006 'components.gyp:history_core_common', | 1011 'components.gyp:history_core_common', |
| 1007 'components.gyp:history_core_test_support', | 1012 'components.gyp:history_core_test_support', |
| 1008 'components.gyp:instance_id_test_support', | 1013 'components.gyp:instance_id_test_support', |
| 1009 'components.gyp:invalidation_impl', | 1014 'components.gyp:invalidation_impl', |
| 1010 'components.gyp:invalidation_test_support', | 1015 'components.gyp:invalidation_test_support', |
| 1011 'components.gyp:json_schema', | 1016 'components.gyp:json_schema', |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1853 'dependencies': [ | 1858 'dependencies': [ |
| 1854 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1859 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1855 ], | 1860 ], |
| 1856 }], | 1861 }], |
| 1857 ], | 1862 ], |
| 1858 }, | 1863 }, |
| 1859 ], | 1864 ], |
| 1860 }], | 1865 }], |
| 1861 ], | 1866 ], |
| 1862 } | 1867 } |
| OLD | NEW |