OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'browser/net/net_error_tab_helper_unittest.cc', | 544 'browser/net/net_error_tab_helper_unittest.cc', |
545 'browser/net/net_log_temp_file_unittest.cc', | 545 'browser/net/net_log_temp_file_unittest.cc', |
546 'browser/net/network_stats_unittest.cc', | 546 'browser/net/network_stats_unittest.cc', |
547 'browser/net/packed_ct_ev_whitelist_unittest.cc', | 547 'browser/net/packed_ct_ev_whitelist_unittest.cc', |
548 'browser/net/predictor_unittest.cc', | 548 'browser/net/predictor_unittest.cc', |
549 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 549 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
550 'browser/net/probe_message_unittest.cc', | 550 'browser/net/probe_message_unittest.cc', |
551 'browser/net/proxy_policy_handler_unittest.cc', | 551 'browser/net/proxy_policy_handler_unittest.cc', |
552 'browser/net/quota_policy_channel_id_store_unittest.cc', | 552 'browser/net/quota_policy_channel_id_store_unittest.cc', |
553 'browser/net/safe_search_util_unittest.cc', | 553 'browser/net/safe_search_util_unittest.cc', |
554 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', | |
555 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 554 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
556 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 555 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
557 'browser/net/url_info_unittest.cc', | 556 'browser/net/url_info_unittest.cc', |
558 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 557 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
559 'browser/notifications/extension_welcome_notification_unittest.cc', | 558 'browser/notifications/extension_welcome_notification_unittest.cc', |
560 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', | 559 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', |
561 'browser/notifications/message_center_notifications_unittest.cc', | 560 'browser/notifications/message_center_notifications_unittest.cc', |
562 'browser/notifications/message_center_settings_controller_unittest.cc', | 561 'browser/notifications/message_center_settings_controller_unittest.cc', |
563 'browser/notifications/notification_conversion_helper_unittest.cc', | 562 'browser/notifications/notification_conversion_helper_unittest.cc', |
564 'browser/notifications/platform_notification_service_unittest.cc', | 563 'browser/notifications/platform_notification_service_unittest.cc', |
(...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2956 'dependencies': [ | 2955 'dependencies': [ |
2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2958 ], | 2957 ], |
2959 }], | 2958 }], |
2960 ], | 2959 ], |
2961 }, | 2960 }, |
2962 ], | 2961 ], |
2963 }], | 2962 }], |
2964 ], # 'conditions' | 2963 ], # 'conditions' |
2965 } | 2964 } |
OLD | NEW |