| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 'browser/net/firefox_proxy_settings_unittest.cc', | 1088 'browser/net/firefox_proxy_settings_unittest.cc', |
| 1089 'browser/net/net_error_tab_helper_unittest.cc', | 1089 'browser/net/net_error_tab_helper_unittest.cc', |
| 1090 'browser/net/net_log_temp_file_unittest.cc', | 1090 'browser/net/net_log_temp_file_unittest.cc', |
| 1091 'browser/net/network_stats_unittest.cc', | 1091 'browser/net/network_stats_unittest.cc', |
| 1092 'browser/net/predictor_unittest.cc', | 1092 'browser/net/predictor_unittest.cc', |
| 1093 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 1093 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
| 1094 'browser/net/probe_message_unittest.cc', | 1094 'browser/net/probe_message_unittest.cc', |
| 1095 'browser/net/proxy_policy_handler_unittest.cc', | 1095 'browser/net/proxy_policy_handler_unittest.cc', |
| 1096 'browser/net/safe_search_util_unittest.cc', | 1096 'browser/net/safe_search_util_unittest.cc', |
| 1097 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest
.cc', | 1097 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest
.cc', |
| 1098 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc'
, |
| 1098 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
', | 1099 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
', |
| 1099 'browser/net/sqlite_channel_id_store_unittest.cc', | 1100 'browser/net/sqlite_channel_id_store_unittest.cc', |
| 1100 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 1101 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
| 1101 'browser/net/url_info_unittest.cc', | 1102 'browser/net/url_info_unittest.cc', |
| 1102 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 1103 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
| 1103 'browser/notifications/extension_welcome_notification_unittest.cc', | 1104 'browser/notifications/extension_welcome_notification_unittest.cc', |
| 1104 'browser/notifications/login_state_notification_blocker_chromeos_unittes
t.cc', | 1105 'browser/notifications/login_state_notification_blocker_chromeos_unittes
t.cc', |
| 1105 'browser/notifications/message_center_notifications_unittest.cc', | 1106 'browser/notifications/message_center_notifications_unittest.cc', |
| 1106 'browser/notifications/message_center_settings_controller_unittest.cc', | 1107 'browser/notifications/message_center_settings_controller_unittest.cc', |
| 1107 'browser/notifications/notification_conversion_helper_unittest.cc', | 1108 'browser/notifications/notification_conversion_helper_unittest.cc', |
| (...skipping 1761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2869 'dependencies': [ | 2870 'dependencies': [ |
| 2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2871 ], | 2872 ], |
| 2872 }], | 2873 }], |
| 2873 ], | 2874 ], |
| 2874 }, | 2875 }, |
| 2875 ], | 2876 ], |
| 2876 }], | 2877 }], |
| 2877 ], # 'conditions' | 2878 ], # 'conditions' |
| 2878 } | 2879 } |
| OLD | NEW |