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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'translate/core/browser/translate_browser_metrics_unittest.cc', | 268 'translate/core/browser/translate_browser_metrics_unittest.cc', |
275 'translate/core/browser/translate_prefs_unittest.cc', | 269 'translate/core/browser/translate_prefs_unittest.cc', |
276 'translate/core/browser/translate_script_unittest.cc', | 270 'translate/core/browser/translate_script_unittest.cc', |
277 'translate/core/common/translate_metrics_unittest.cc', | 271 'translate/core/common/translate_metrics_unittest.cc', |
278 'translate/core/common/translate_util_unittest.cc', | 272 'translate/core/common/translate_util_unittest.cc', |
279 'translate/core/language_detection/language_detection_util_unittest.
cc', | 273 'translate/core/language_detection/language_detection_util_unittest.
cc', |
280 'translate/ios/browser/js_translate_manager_unittest.mm', | 274 'translate/ios/browser/js_translate_manager_unittest.mm', |
281 'translate/ios/browser/language_detection_controller_unittest.mm', | 275 'translate/ios/browser/language_detection_controller_unittest.mm', |
282 'translate/ios/browser/translate_controller_unittest.mm', | 276 'translate/ios/browser/translate_controller_unittest.mm', |
283 'ui/zoom/page_zoom_unittests.cc', | 277 'ui/zoom/page_zoom_unittests.cc', |
| 278 'update_client/test/component_patcher_unittest.cc', |
| 279 'update_client/test/crx_downloader_unittest.cc', |
| 280 'update_client/test/ping_manager_unittest.cc', |
| 281 'update_client/test/request_sender_unittest.cc', |
| 282 'update_client/test/update_checker_unittest.cc', |
| 283 'update_client/test/update_response_unittest.cc', |
284 'update_client/update_query_params_unittest.cc', | 284 'update_client/update_query_params_unittest.cc', |
285 'url_matcher/regex_set_matcher_unittest.cc', | 285 'url_matcher/regex_set_matcher_unittest.cc', |
286 'url_matcher/string_pattern_unittest.cc', | 286 'url_matcher/string_pattern_unittest.cc', |
287 'url_matcher/substring_set_matcher_unittest.cc', | 287 'url_matcher/substring_set_matcher_unittest.cc', |
288 'url_matcher/url_matcher_factory_unittest.cc', | 288 'url_matcher/url_matcher_factory_unittest.cc', |
289 'url_matcher/url_matcher_unittest.cc', | 289 'url_matcher/url_matcher_unittest.cc', |
290 'url_fixer/url_fixer_unittest.cc', | 290 'url_fixer/url_fixer_unittest.cc', |
291 'variations/active_field_trials_unittest.cc', | 291 'variations/active_field_trials_unittest.cc', |
292 'variations/caching_permuted_entropy_provider_unittest.cc', | 292 'variations/caching_permuted_entropy_provider_unittest.cc', |
293 'variations/entropy_provider_unittest.cc', | 293 'variations/entropy_provider_unittest.cc', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 353 # Dependencies of component_updater |
354 'components.gyp:component_updater', | 354 'components.gyp:component_updater', |
355 'components.gyp:component_updater_test_support', | 355 'components.gyp:update_client', |
356 '../third_party/libxml/libxml.gyp:libxml', | |
357 | 356 |
358 # Dependencies of content_settings | 357 # Dependencies of content_settings |
359 'components.gyp:content_settings_core_browser', | 358 'components.gyp:content_settings_core_browser', |
360 'components.gyp:content_settings_core_common', | 359 'components.gyp:content_settings_core_common', |
361 'components.gyp:content_settings_core_test_support', | 360 'components.gyp:content_settings_core_test_support', |
362 | 361 |
363 # Dependencies of packed CT EV white list | 362 # Dependencies of packed CT EV white list |
364 'components.gyp:packed_ct_ev_whitelist', | 363 'components.gyp:packed_ct_ev_whitelist', |
365 | 364 |
366 # Dependencies of crash | 365 # Dependencies of crash |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'components.gyp:translate_core_language_detection', | 494 'components.gyp:translate_core_language_detection', |
496 | 495 |
497 # Dependencies of wallpaper | 496 # Dependencies of wallpaper |
498 'components.gyp:wallpaper', | 497 'components.gyp:wallpaper', |
499 | 498 |
500 # Dependencies of ui/zoom | 499 # Dependencies of ui/zoom |
501 'components.gyp:ui_zoom', | 500 'components.gyp:ui_zoom', |
502 | 501 |
503 # Dependencies of update_client | 502 # Dependencies of update_client |
504 'components.gyp:update_client', | 503 'components.gyp:update_client', |
| 504 'components.gyp:update_client_test_support', |
| 505 '../third_party/libxml/libxml.gyp:libxml', |
| 506 |
505 | 507 |
506 # Dependencies of url_fixer | 508 # Dependencies of url_fixer |
507 'components.gyp:url_fixer', | 509 'components.gyp:url_fixer', |
508 '../url/url.gyp:url_lib', | 510 '../url/url.gyp:url_lib', |
509 | 511 |
510 # Dependencies of variations | 512 # Dependencies of variations |
511 'components.gyp:variations', | 513 'components.gyp:variations', |
512 'components.gyp:variations_http_provider', | 514 'components.gyp:variations_http_provider', |
513 | 515 |
514 # Dependencies of web_resource | 516 # Dependencies of web_resource |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 'timers/alarm_timer_unittest.cc', | 830 'timers/alarm_timer_unittest.cc', |
829 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 831 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
830 'wifi_sync/wifi_credential_unittest.cc', | 832 'wifi_sync/wifi_credential_unittest.cc', |
831 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 833 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
832 'wifi_sync/wifi_security_class_unittest.cc', | 834 'wifi_sync/wifi_security_class_unittest.cc', |
833 ], | 835 ], |
834 'sources!': [ | 836 'sources!': [ |
835 'storage_monitor/storage_monitor_linux_unittest.cc', | 837 'storage_monitor/storage_monitor_linux_unittest.cc', |
836 ], | 838 ], |
837 'dependencies': [ | 839 'dependencies': [ |
838 » # Dependencies of wifi_sync | 840 # Dependencies of wifi_sync |
839 'components.gyp:wifi_sync', | 841 'components.gyp:wifi_sync', |
840 | 842 |
841 'components.gyp:pairing', | 843 'components.gyp:pairing', |
842 '../chromeos/chromeos.gyp:chromeos_test_support', | 844 '../chromeos/chromeos.gyp:chromeos_test_support', |
843 ], | 845 ], |
844 }], | 846 }], |
845 ['OS=="linux"', { | 847 ['OS=="linux"', { |
846 'sources': [ | 848 'sources': [ |
847 'metrics/serialization/serialization_utils_unittest.cc', | 849 'metrics/serialization/serialization_utils_unittest.cc', |
848 ], | 850 ], |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 'dependencies': [ | 1130 'dependencies': [ |
1129 '../base/allocator/allocator.gyp:allocator', | 1131 '../base/allocator/allocator.gyp:allocator', |
1130 ], | 1132 ], |
1131 }], | 1133 }], |
1132 ], | 1134 ], |
1133 }, | 1135 }, |
1134 ], | 1136 ], |
1135 }], | 1137 }], |
1136 ], | 1138 ], |
1137 } | 1139 } |
OLD | NEW |