| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'prefs/json_pref_store_unittest.cc', | 660 'prefs/json_pref_store_unittest.cc', |
| 661 'prefs/overlay_user_pref_store_unittest.cc', | 661 'prefs/overlay_user_pref_store_unittest.cc', |
| 662 'prefs/pref_change_registrar_unittest.cc', | 662 'prefs/pref_change_registrar_unittest.cc', |
| 663 'prefs/pref_member_unittest.cc', | 663 'prefs/pref_member_unittest.cc', |
| 664 'prefs/pref_notifier_impl_unittest.cc', | 664 'prefs/pref_notifier_impl_unittest.cc', |
| 665 'prefs/pref_service_unittest.cc', | 665 'prefs/pref_service_unittest.cc', |
| 666 'prefs/pref_value_map_unittest.cc', | 666 'prefs/pref_value_map_unittest.cc', |
| 667 'prefs/pref_value_store_unittest.cc', | 667 'prefs/pref_value_store_unittest.cc', |
| 668 'prefs/scoped_user_pref_update_unittest.cc', | 668 'prefs/scoped_user_pref_update_unittest.cc', |
| 669 ], | 669 ], |
| 670 'previews_unittest_sources': [ |
| 671 'previews/previews_experiments_unittest.cc', |
| 672 ], |
| 670 'query_parser_unittest_sources': [ | 673 'query_parser_unittest_sources': [ |
| 671 'query_parser/query_parser_unittest.cc', | 674 'query_parser/query_parser_unittest.cc', |
| 672 'query_parser/snippet_unittest.cc', | 675 'query_parser/snippet_unittest.cc', |
| 673 ], | 676 ], |
| 674 'rappor_unittest_sources': [ | 677 'rappor_unittest_sources': [ |
| 675 'rappor/bloom_filter_unittest.cc', | 678 'rappor/bloom_filter_unittest.cc', |
| 676 'rappor/byte_vector_utils_unittest.cc', | 679 'rappor/byte_vector_utils_unittest.cc', |
| 677 'rappor/log_uploader_unittest.cc', | 680 'rappor/log_uploader_unittest.cc', |
| 678 'rappor/rappor_metric_unittest.cc', | 681 'rappor/rappor_metric_unittest.cc', |
| 679 'rappor/rappor_prefs_unittest.cc', | 682 'rappor/rappor_prefs_unittest.cc', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 '<@(ntp_snippets_unittest_sources)', | 1079 '<@(ntp_snippets_unittest_sources)', |
| 1077 '<@(offline_pages_background_unittest_sources)', | 1080 '<@(offline_pages_background_unittest_sources)', |
| 1078 '<@(offline_pages_unittest_sources)', | 1081 '<@(offline_pages_unittest_sources)', |
| 1079 '<@(omnibox_unittest_sources)', | 1082 '<@(omnibox_unittest_sources)', |
| 1080 '<@(open_from_clipboard_unittest_sources)', | 1083 '<@(open_from_clipboard_unittest_sources)', |
| 1081 '<@(os_crypt_unittest_sources)', | 1084 '<@(os_crypt_unittest_sources)', |
| 1082 '<@(password_manager_unittest_sources)', | 1085 '<@(password_manager_unittest_sources)', |
| 1083 '<@(precache_unittest_sources)', | 1086 '<@(precache_unittest_sources)', |
| 1084 '<@(proxy_config_unittest_sources)', | 1087 '<@(proxy_config_unittest_sources)', |
| 1085 '<@(prefs_unittest_sources)', | 1088 '<@(prefs_unittest_sources)', |
| 1089 '<@(previews_unittest_sources)', |
| 1086 '<@(query_parser_unittest_sources)', | 1090 '<@(query_parser_unittest_sources)', |
| 1087 '<@(rappor_unittest_sources)', | 1091 '<@(rappor_unittest_sources)', |
| 1088 '<@(search_engines_unittest_sources)', | 1092 '<@(search_engines_unittest_sources)', |
| 1089 '<@(search_provider_logos_unittest_sources)', | 1093 '<@(search_provider_logos_unittest_sources)', |
| 1090 '<@(search_unittest_sources)', | 1094 '<@(search_unittest_sources)', |
| 1091 '<@(security_state_unittest_sources)', | 1095 '<@(security_state_unittest_sources)', |
| 1092 '<@(sessions_unittest_sources)', | 1096 '<@(sessions_unittest_sources)', |
| 1093 '<@(signin_unittest_sources)', | 1097 '<@(signin_unittest_sources)', |
| 1094 '<@(ssl_config_unittest_sources)', | 1098 '<@(ssl_config_unittest_sources)', |
| 1095 '<@(ssl_errors_unittest_sources)', | 1099 '<@(ssl_errors_unittest_sources)', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 'components.gyp:omnibox_test_support', | 1213 'components.gyp:omnibox_test_support', |
| 1210 'components.gyp:open_from_clipboard', | 1214 'components.gyp:open_from_clipboard', |
| 1211 'components.gyp:open_from_clipboard_test_support', | 1215 'components.gyp:open_from_clipboard_test_support', |
| 1212 'components.gyp:os_crypt', | 1216 'components.gyp:os_crypt', |
| 1213 'components.gyp:os_crypt_test_support', | 1217 'components.gyp:os_crypt_test_support', |
| 1214 'components.gyp:password_manager_core_browser', | 1218 'components.gyp:password_manager_core_browser', |
| 1215 'components.gyp:password_manager_core_browser_test_support', | 1219 'components.gyp:password_manager_core_browser_test_support', |
| 1216 'components.gyp:password_manager_sync_browser', | 1220 'components.gyp:password_manager_sync_browser', |
| 1217 'components.gyp:precache_core', | 1221 'components.gyp:precache_core', |
| 1218 'components.gyp:pref_registry_test_support', | 1222 'components.gyp:pref_registry_test_support', |
| 1223 'components.gyp:previews', |
| 1219 'components.gyp:proxy_config', | 1224 'components.gyp:proxy_config', |
| 1220 'components.gyp:query_parser', | 1225 'components.gyp:query_parser', |
| 1221 'components.gyp:rappor', | 1226 'components.gyp:rappor', |
| 1222 'components.gyp:rappor_test_support', | 1227 'components.gyp:rappor_test_support', |
| 1223 'components.gyp:search', | 1228 'components.gyp:search', |
| 1224 'components.gyp:search_engines', | 1229 'components.gyp:search_engines', |
| 1225 'components.gyp:search_engines_test_support', | 1230 'components.gyp:search_engines_test_support', |
| 1226 'components.gyp:search_provider_logos', | 1231 'components.gyp:search_provider_logos', |
| 1227 'components.gyp:security_state', | 1232 'components.gyp:security_state', |
| 1228 'components.gyp:sessions_test_support', | 1233 'components.gyp:sessions_test_support', |
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2045 'dependencies': [ | 2050 'dependencies': [ |
| 2046 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2051 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2047 ], | 2052 ], |
| 2048 }], | 2053 }], |
| 2049 ], | 2054 ], |
| 2050 }, | 2055 }, |
| 2051 ], | 2056 ], |
| 2052 }], | 2057 }], |
| 2053 ], | 2058 ], |
| 2054 } | 2059 } |
| OLD | NEW |