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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 4 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 | Annotate | Revision Log
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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1286 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1287 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1287 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1288 'browser/search/hotword_service_unittest.cc', 1288 'browser/search/hotword_service_unittest.cc',
1289 'browser/search/iframe_source_unittest.cc', 1289 'browser/search/iframe_source_unittest.cc',
1290 'browser/search/instant_service_unittest.cc', 1290 'browser/search/instant_service_unittest.cc',
1291 'browser/search/instant_unittest_base.cc', 1291 'browser/search/instant_unittest_base.cc',
1292 'browser/search/instant_unittest_base.h', 1292 'browser/search/instant_unittest_base.h',
1293 'browser/search/most_visited_iframe_source_unittest.cc', 1293 'browser/search/most_visited_iframe_source_unittest.cc',
1294 'browser/search/search_android_unittest.cc', 1294 'browser/search/search_android_unittest.cc',
1295 'browser/search/search_unittest.cc', 1295 'browser/search/search_unittest.cc',
1296 'browser/search/suggestions/blacklist_store_unittest.cc',
1297 'browser/search/suggestions/suggestions_service_unittest.cc',
1298 'browser/search/suggestions/suggestions_store_unittest.cc',
1299 'browser/search/suggestions/thumbnail_manager_unittest.cc', 1296 'browser/search/suggestions/thumbnail_manager_unittest.cc',
1300 'browser/search_engines/default_search_pref_migration_unittest.cc', 1297 'browser/search_engines/default_search_pref_migration_unittest.cc',
1301 'browser/search_engines/search_provider_install_data_unittest.cc', 1298 'browser/search_engines/search_provider_install_data_unittest.cc',
1302 'browser/search_engines/template_url_fetcher_unittest.cc', 1299 'browser/search_engines/template_url_fetcher_unittest.cc',
1303 'browser/search_engines/template_url_parser_unittest.cc', 1300 'browser/search_engines/template_url_parser_unittest.cc',
1304 'browser/search_engines/template_url_service_sync_unittest.cc', 1301 'browser/search_engines/template_url_service_sync_unittest.cc',
1305 'browser/search_engines/template_url_service_unittest.cc', 1302 'browser/search_engines/template_url_service_unittest.cc',
1306 'browser/search_engines/template_url_scraper_unittest.cc', 1303 'browser/search_engines/template_url_scraper_unittest.cc',
1307 'browser/services/gcm/fake_signin_manager.cc', 1304 'browser/services/gcm/fake_signin_manager.cc',
1308 'browser/services/gcm/fake_signin_manager.h', 1305 'browser/services/gcm/fake_signin_manager.h',
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 'dependencies': [ 2936 'dependencies': [
2940 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2941 ], 2938 ],
2942 }], 2939 }],
2943 ], 2940 ],
2944 }, 2941 },
2945 ], 2942 ],
2946 }], 2943 }],
2947 ], # 'conditions' 2944 ], # 'conditions'
2948 } 2945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698