| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'bookmarks/browser/bookmark_utils_unittest.cc', | 74 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 75 'browser_watcher/endsession_watcher_window_win_unittest.cc', | 75 'browser_watcher/endsession_watcher_window_win_unittest.cc', |
| 76 'browser_watcher/exit_funnel_win_unittest.cc', | 76 'browser_watcher/exit_funnel_win_unittest.cc', |
| 77 'browser_watcher/exit_code_watcher_win_unittest.cc', | 77 'browser_watcher/exit_code_watcher_win_unittest.cc', |
| 78 'browser_watcher/watcher_client_win_unittest.cc', | 78 'browser_watcher/watcher_client_win_unittest.cc', |
| 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc', | 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc', |
| 80 'crash/app/crash_keys_win_unittest.cc', | 80 'crash/app/crash_keys_win_unittest.cc', |
| 81 'captive_portal/captive_portal_detector_unittest.cc', | 81 'captive_portal/captive_portal_detector_unittest.cc', |
| 82 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 82 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 83 'cloud_devices/common/printer_description_unittest.cc', | 83 'cloud_devices/common/printer_description_unittest.cc', |
| 84 'component_updater/test/component_patcher_unittest.cc', | |
| 85 'component_updater/test/component_updater_ping_manager_unittest.cc', | |
| 86 'component_updater/test/crx_downloader_unittest.cc', | |
| 87 'component_updater/test/request_sender_unittest.cc', | |
| 88 'component_updater/test/update_checker_unittest.cc', | |
| 89 'component_updater/test/update_response_unittest.cc', | |
| 90 'content_settings/core/browser/content_settings_mock_provider.cc', | 84 'content_settings/core/browser/content_settings_mock_provider.cc', |
| 91 'content_settings/core/browser/content_settings_mock_provider.h', | 85 'content_settings/core/browser/content_settings_mock_provider.h', |
| 92 'content_settings/core/browser/content_settings_provider_unittest.cc
', | 86 'content_settings/core/browser/content_settings_provider_unittest.cc
', |
| 93 'content_settings/core/browser/content_settings_rule_unittest.cc', | 87 'content_settings/core/browser/content_settings_rule_unittest.cc', |
| 94 'content_settings/core/browser/content_settings_utils_unittest.cc', | 88 'content_settings/core/browser/content_settings_utils_unittest.cc', |
| 95 'content_settings/core/common/content_settings_pattern_parser_unitte
st.cc', | 89 'content_settings/core/common/content_settings_pattern_parser_unitte
st.cc', |
| 96 'content_settings/core/common/content_settings_pattern_unittest.cc', | 90 'content_settings/core/common/content_settings_pattern_unittest.cc', |
| 97 'crx_file/id_util_unittest.cc', | 91 'crx_file/id_util_unittest.cc', |
| 98 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request
_handler_unittest.cc', | 92 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request
_handler_unittest.cc', |
| 99 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_proto
col_unittest.cc', | 93 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_proto
col_unittest.cc', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'translate/core/browser/translate_browser_metrics_unittest.cc', | 269 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 276 'translate/core/browser/translate_prefs_unittest.cc', | 270 'translate/core/browser/translate_prefs_unittest.cc', |
| 277 'translate/core/browser/translate_script_unittest.cc', | 271 'translate/core/browser/translate_script_unittest.cc', |
| 278 'translate/core/common/translate_metrics_unittest.cc', | 272 'translate/core/common/translate_metrics_unittest.cc', |
| 279 'translate/core/common/translate_util_unittest.cc', | 273 'translate/core/common/translate_util_unittest.cc', |
| 280 'translate/core/language_detection/language_detection_util_unittest.
cc', | 274 'translate/core/language_detection/language_detection_util_unittest.
cc', |
| 281 'translate/ios/browser/js_translate_manager_unittest.mm', | 275 'translate/ios/browser/js_translate_manager_unittest.mm', |
| 282 'translate/ios/browser/language_detection_controller_unittest.mm', | 276 'translate/ios/browser/language_detection_controller_unittest.mm', |
| 283 'translate/ios/browser/translate_controller_unittest.mm', | 277 'translate/ios/browser/translate_controller_unittest.mm', |
| 284 'ui/zoom/page_zoom_unittests.cc', | 278 'ui/zoom/page_zoom_unittests.cc', |
| 279 'update_client/test/component_patcher_unittest.cc', |
| 280 'update_client/test/crx_downloader_unittest.cc', |
| 281 'update_client/test/ping_manager_unittest.cc', |
| 282 'update_client/test/request_sender_unittest.cc', |
| 283 'update_client/test/update_checker_unittest.cc', |
| 284 'update_client/test/update_response_unittest.cc', |
| 285 'update_client/update_query_params_unittest.cc', | 285 'update_client/update_query_params_unittest.cc', |
| 286 'url_matcher/regex_set_matcher_unittest.cc', | 286 'url_matcher/regex_set_matcher_unittest.cc', |
| 287 'url_matcher/string_pattern_unittest.cc', | 287 'url_matcher/string_pattern_unittest.cc', |
| 288 'url_matcher/substring_set_matcher_unittest.cc', | 288 'url_matcher/substring_set_matcher_unittest.cc', |
| 289 'url_matcher/url_matcher_factory_unittest.cc', | 289 'url_matcher/url_matcher_factory_unittest.cc', |
| 290 'url_matcher/url_matcher_unittest.cc', | 290 'url_matcher/url_matcher_unittest.cc', |
| 291 'url_fixer/url_fixer_unittest.cc', | 291 'url_fixer/url_fixer_unittest.cc', |
| 292 'variations/active_field_trials_unittest.cc', | 292 'variations/active_field_trials_unittest.cc', |
| 293 'variations/caching_permuted_entropy_provider_unittest.cc', | 293 'variations/caching_permuted_entropy_provider_unittest.cc', |
| 294 'variations/entropy_provider_unittest.cc', | 294 'variations/entropy_provider_unittest.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'components.gyp:bookmarks_browser', | 343 'components.gyp:bookmarks_browser', |
| 344 'components.gyp:bookmarks_test_support', | 344 'components.gyp:bookmarks_test_support', |
| 345 | 345 |
| 346 # Dependencies of captive_portal | 346 # Dependencies of captive_portal |
| 347 'components.gyp:captive_portal_test_support', | 347 'components.gyp:captive_portal_test_support', |
| 348 '../net/net.gyp:net_test_support', | 348 '../net/net.gyp:net_test_support', |
| 349 | 349 |
| 350 # Dependencies of cloud_devices | 350 # Dependencies of cloud_devices |
| 351 'components.gyp:cloud_devices_common', | 351 'components.gyp:cloud_devices_common', |
| 352 | 352 |
| 353 # Dependencies of component_updater | |
| 354 'components.gyp:component_updater', | |
| 355 'components.gyp:component_updater_test_support', | |
| 356 '../third_party/libxml/libxml.gyp:libxml', | |
| 357 | |
| 358 # Dependencies of content_settings | 353 # Dependencies of content_settings |
| 359 'components.gyp:content_settings_core_browser', | 354 'components.gyp:content_settings_core_browser', |
| 360 'components.gyp:content_settings_core_common', | 355 'components.gyp:content_settings_core_common', |
| 361 'components.gyp:content_settings_core_test_support', | 356 'components.gyp:content_settings_core_test_support', |
| 362 | 357 |
| 363 # Dependencies of packed CT EV white list | 358 # Dependencies of packed CT EV white list |
| 364 'components.gyp:packed_ct_ev_whitelist', | 359 'components.gyp:packed_ct_ev_whitelist', |
| 365 | 360 |
| 366 # Dependencies of crash | 361 # Dependencies of crash |
| 367 'components.gyp:crash_test_support', | 362 'components.gyp:crash_test_support', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 'components.gyp:translate_core_language_detection', | 490 'components.gyp:translate_core_language_detection', |
| 496 | 491 |
| 497 # Dependencies of wallpaper | 492 # Dependencies of wallpaper |
| 498 'components.gyp:wallpaper', | 493 'components.gyp:wallpaper', |
| 499 | 494 |
| 500 # Dependencies of ui/zoom | 495 # Dependencies of ui/zoom |
| 501 'components.gyp:ui_zoom', | 496 'components.gyp:ui_zoom', |
| 502 | 497 |
| 503 # Dependencies of update_client | 498 # Dependencies of update_client |
| 504 'components.gyp:update_client', | 499 'components.gyp:update_client', |
| 500 'components.gyp:update_client_test_support', |
| 501 '../third_party/libxml/libxml.gyp:libxml', |
| 502 |
| 505 | 503 |
| 506 # Dependencies of url_fixer | 504 # Dependencies of url_fixer |
| 507 'components.gyp:url_fixer', | 505 'components.gyp:url_fixer', |
| 508 '../url/url.gyp:url_lib', | 506 '../url/url.gyp:url_lib', |
| 509 | 507 |
| 510 # Dependencies of variations | 508 # Dependencies of variations |
| 511 'components.gyp:variations', | 509 'components.gyp:variations', |
| 512 'components.gyp:variations_http_provider', | 510 'components.gyp:variations_http_provider', |
| 513 | 511 |
| 514 # Dependencies of web_resource | 512 # Dependencies of web_resource |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 'timers/alarm_timer_unittest.cc', | 843 'timers/alarm_timer_unittest.cc', |
| 846 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 844 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 847 'wifi_sync/wifi_credential_unittest.cc', | 845 'wifi_sync/wifi_credential_unittest.cc', |
| 848 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 846 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| 849 'wifi_sync/wifi_security_class_unittest.cc', | 847 'wifi_sync/wifi_security_class_unittest.cc', |
| 850 ], | 848 ], |
| 851 'sources!': [ | 849 'sources!': [ |
| 852 'storage_monitor/storage_monitor_linux_unittest.cc', | 850 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 853 ], | 851 ], |
| 854 'dependencies': [ | 852 'dependencies': [ |
| 855 » # Dependencies of wifi_sync | 853 # Dependencies of wifi_sync |
| 856 'components.gyp:wifi_sync', | 854 'components.gyp:wifi_sync', |
| 857 | 855 |
| 858 'components.gyp:pairing', | 856 'components.gyp:pairing', |
| 859 '../chromeos/chromeos.gyp:chromeos_test_support', | 857 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 860 ], | 858 ], |
| 861 }], | 859 }], |
| 862 ['OS=="linux"', { | 860 ['OS=="linux"', { |
| 863 'sources': [ | 861 'sources': [ |
| 864 'metrics/serialization/serialization_utils_unittest.cc', | 862 'metrics/serialization/serialization_utils_unittest.cc', |
| 865 ], | 863 ], |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 '../build/isolate.gypi', | 1184 '../build/isolate.gypi', |
| 1187 ], | 1185 ], |
| 1188 'sources': [ | 1186 'sources': [ |
| 1189 'components_unittests.isolate', | 1187 'components_unittests.isolate', |
| 1190 ], | 1188 ], |
| 1191 }, | 1189 }, |
| 1192 ], | 1190 ], |
| 1193 }], | 1191 }], |
| 1194 ], | 1192 ], |
| 1195 } | 1193 } |
| OLD | NEW |