Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1362223002: Cleanup: Remove references to tests that no longer exists / are unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 197 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
198 'browser/push_messaging/push_messaging_permission_context_unittest.cc', 198 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
199 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 199 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
200 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 200 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
201 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 201 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
202 'browser/resources_util_unittest.cc', 202 'browser/resources_util_unittest.cc',
203 'browser/search/contextual_search_policy_handler_android_unittest.cc', 203 'browser/search/contextual_search_policy_handler_android_unittest.cc',
204 'browser/search/iframe_source_unittest.cc', 204 'browser/search/iframe_source_unittest.cc',
205 'browser/search/instant_unittest_base.cc', 205 'browser/search/instant_unittest_base.cc',
206 'browser/search/instant_unittest_base.h', 206 'browser/search/instant_unittest_base.h',
207 'browser/search/most_visited_iframe_source_unittest.cc',
208 'browser/search/thumbnail_source_unittest.cc', 207 'browser/search/thumbnail_source_unittest.cc',
209 'browser/search_engines/search_provider_install_data_unittest.cc', 208 'browser/search_engines/search_provider_install_data_unittest.cc',
210 'browser/service_process/service_process_control_mac_unittest.mm', 209 'browser/service_process/service_process_control_mac_unittest.mm',
211 'browser/services/gcm/fake_gcm_profile_service.cc', 210 'browser/services/gcm/fake_gcm_profile_service.cc',
212 'browser/services/gcm/fake_gcm_profile_service.h', 211 'browser/services/gcm/fake_gcm_profile_service.h',
213 'browser/services/gcm/fake_signin_manager.cc', 212 'browser/services/gcm/fake_signin_manager.cc',
214 'browser/services/gcm/fake_signin_manager.h', 213 'browser/services/gcm/fake_signin_manager.h',
215 'browser/shell_integration_win_unittest.cc', 214 'browser/shell_integration_win_unittest.cc',
216 'browser/signin/account_reconcilor_unittest.cc', 215 'browser/signin/account_reconcilor_unittest.cc',
217 'browser/signin/chrome_signin_client_unittest.cc', 216 'browser/signin/chrome_signin_client_unittest.cc',
(...skipping 2713 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 'dependencies': [ 2930 'dependencies': [
2932 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2931 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2933 ], 2932 ],
2934 }], 2933 }],
2935 ], 2934 ],
2936 }, 2935 },
2937 ], 2936 ],
2938 }], 2937 }],
2939 ], # 'conditions' 2938 ], # 'conditions'
2940 } 2939 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698