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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1635653002: Componentizes history_quick_provider_unittest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move
Patch Set: Review. Created 4 years, 11 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 14 matching lines...) Expand all
25 # TODO(newt): move this to test_support_unit? 25 # TODO(newt): move this to test_support_unit?
26 'browser/android/mock_location_settings.cc', 26 'browser/android/mock_location_settings.cc',
27 'browser/android/mock_location_settings.h', 27 'browser/android/mock_location_settings.h',
28 'browser/android/most_visited_sites_unittest.cc', 28 'browser/android/most_visited_sites_unittest.cc',
29 'browser/android/net/external_estimate_provider_android_unittest.cc', 29 'browser/android/net/external_estimate_provider_android_unittest.cc',
30 'browser/android/preferences/pref_service_bridge_unittest.cc', 30 'browser/android/preferences/pref_service_bridge_unittest.cc',
31 'browser/android/shortcut_info_unittest.cc', 31 'browser/android/shortcut_info_unittest.cc',
32 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 32 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
33 'browser/app_controller_mac_unittest.mm', 33 'browser/app_controller_mac_unittest.mm',
34 'browser/autocomplete/builtin_provider_unittest.cc', 34 'browser/autocomplete/builtin_provider_unittest.cc',
35 'browser/autocomplete/history_quick_provider_unittest.cc',
36 'browser/autocomplete/in_memory_url_index_unittest.cc', 35 'browser/autocomplete/in_memory_url_index_unittest.cc',
37 'browser/autocomplete/search_provider_unittest.cc', 36 'browser/autocomplete/search_provider_unittest.cc',
38 'browser/autocomplete/shortcuts_backend_unittest.cc', 37 'browser/autocomplete/shortcuts_backend_unittest.cc',
39 'browser/autocomplete/shortcuts_provider_unittest.cc', 38 'browser/autocomplete/shortcuts_provider_unittest.cc',
40 'browser/background_sync/background_sync_controller_impl_unittest.cc', 39 'browser/background_sync/background_sync_controller_impl_unittest.cc',
41 'browser/banners/app_banner_data_fetcher_unittest.cc', 40 'browser/banners/app_banner_data_fetcher_unittest.cc',
42 'browser/banners/app_banner_settings_helper_unittest.cc', 41 'browser/banners/app_banner_settings_helper_unittest.cc',
43 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc', 42 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc',
44 'browser/bookmarks/managed_bookmark_service_unittest.cc', 43 'browser/bookmarks/managed_bookmark_service_unittest.cc',
45 'browser/browser_about_handler_unittest.cc', 44 'browser/browser_about_handler_unittest.cc',
(...skipping 3012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'dependencies': [ 3057 'dependencies': [
3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3060 ], 3059 ],
3061 }], 3060 }],
3062 ], 3061 ],
3063 }, 3062 },
3064 ], 3063 ],
3065 }], 3064 }],
3066 ], # 'conditions' 3065 ], # 'conditions'
3067 } 3066 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/history_quick_provider_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698