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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 513133002: Move TemplateURLService related tests to components/search_engines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 '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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 'browser/search/iframe_source_unittest.cc', 1240 'browser/search/iframe_source_unittest.cc',
1241 'browser/search/instant_service_unittest.cc', 1241 'browser/search/instant_service_unittest.cc',
1242 'browser/search/instant_unittest_base.cc', 1242 'browser/search/instant_unittest_base.cc',
1243 'browser/search/instant_unittest_base.h', 1243 'browser/search/instant_unittest_base.h',
1244 'browser/search/most_visited_iframe_source_unittest.cc', 1244 'browser/search/most_visited_iframe_source_unittest.cc',
1245 'browser/search/search_android_unittest.cc', 1245 'browser/search/search_android_unittest.cc',
1246 'browser/search/search_unittest.cc', 1246 'browser/search/search_unittest.cc',
1247 'browser/search/suggestions/image_manager_impl_unittest.cc', 1247 'browser/search/suggestions/image_manager_impl_unittest.cc',
1248 'browser/search_engines/default_search_pref_migration_unittest.cc', 1248 'browser/search_engines/default_search_pref_migration_unittest.cc',
1249 'browser/search_engines/search_provider_install_data_unittest.cc', 1249 'browser/search_engines/search_provider_install_data_unittest.cc',
1250 'browser/search_engines/template_url_fetcher_unittest.cc',
1251 'browser/search_engines/template_url_parser_unittest.cc',
1252 'browser/search_engines/template_url_service_sync_unittest.cc',
1253 'browser/search_engines/template_url_service_unittest.cc',
1254 'browser/search_engines/template_url_scraper_unittest.cc', 1250 'browser/search_engines/template_url_scraper_unittest.cc',
1255 'browser/services/gcm/fake_signin_manager.cc', 1251 'browser/services/gcm/fake_signin_manager.cc',
1256 'browser/services/gcm/fake_signin_manager.h', 1252 'browser/services/gcm/fake_signin_manager.h',
1257 'browser/services/gcm/gcm_account_tracker_unittest.cc', 1253 'browser/services/gcm/gcm_account_tracker_unittest.cc',
1258 'browser/services/gcm/gcm_profile_service_unittest.cc', 1254 'browser/services/gcm/gcm_profile_service_unittest.cc',
1259 'browser/services/gcm/push_messaging_application_id_unittest.cc', 1255 'browser/services/gcm/push_messaging_application_id_unittest.cc',
1260 'browser/sessions/persistent_tab_restore_service_unittest.cc', 1256 'browser/sessions/persistent_tab_restore_service_unittest.cc',
1261 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', 1257 'browser/sessions/restore_on_startup_policy_handler_unittest.cc',
1262 'browser/sessions/session_backend_unittest.cc', 1258 'browser/sessions/session_backend_unittest.cc',
1263 'browser/sessions/session_service_unittest.cc', 1259 'browser/sessions/session_service_unittest.cc',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 1944
1949 # Duplicate these tests here because PathService has more items in 1945 # Duplicate these tests here because PathService has more items in
1950 # unit_tests than in base_unittests. 1946 # unit_tests than in base_unittests.
1951 '../base/path_service_unittest.cc', 1947 '../base/path_service_unittest.cc',
1952 1948
1953 # TODO(yael): Move to //components/components_tests.gypi once 1949 # TODO(yael): Move to //components/components_tests.gypi once
1954 # nacl_defines is moved out of chrome.gyp into a common place. 1950 # nacl_defines is moved out of chrome.gyp into a common place.
1955 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1951 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1956 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1952 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1957 1953
1954 '../components/search_engines/template_url_fetcher_unittest.cc',
1955 '../components/search_engines/template_url_parser_unittest.cc',
1956 '../components/search_engines/template_url_service_sync_unittest.cc',
1957 '../components/search_engines/template_url_service_unittest.cc',
1958
1958 '../components/webdata/common/web_data_service_test_util.cc', 1959 '../components/webdata/common/web_data_service_test_util.cc',
1959 '../components/webdata/common/web_data_service_test_util.h', 1960 '../components/webdata/common/web_data_service_test_util.h',
1960 1961
1961 '../skia/ext/analysis_canvas_unittest.cc', 1962 '../skia/ext/analysis_canvas_unittest.cc',
1962 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1963 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1963 '../skia/ext/convolver_unittest.cc', 1964 '../skia/ext/convolver_unittest.cc',
1964 '../skia/ext/image_operations_unittest.cc', 1965 '../skia/ext/image_operations_unittest.cc',
1965 '../skia/ext/pixel_ref_utils_unittest.cc', 1966 '../skia/ext/pixel_ref_utils_unittest.cc',
1966 '../skia/ext/platform_canvas_unittest.cc', 1967 '../skia/ext/platform_canvas_unittest.cc',
1967 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 1968 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2870 'dependencies': [ 2871 'dependencies': [
2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2872 ], 2873 ],
2873 }], 2874 }],
2874 ], 2875 ],
2875 }, 2876 },
2876 ], 2877 ],
2877 }], 2878 }],
2878 ], # 'conditions' 2879 ], # 'conditions'
2879 } 2880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698