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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1515853002: Componentize shortcuts_database_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years 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 20 matching lines...) Expand all
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/bookmark_provider_unittest.cc', 34 'browser/autocomplete/bookmark_provider_unittest.cc',
35 'browser/autocomplete/builtin_provider_unittest.cc', 35 'browser/autocomplete/builtin_provider_unittest.cc',
36 'browser/autocomplete/history_quick_provider_unittest.cc', 36 'browser/autocomplete/history_quick_provider_unittest.cc',
37 'browser/autocomplete/history_url_provider_unittest.cc', 37 'browser/autocomplete/history_url_provider_unittest.cc',
38 'browser/autocomplete/in_memory_url_index_unittest.cc', 38 'browser/autocomplete/in_memory_url_index_unittest.cc',
39 'browser/autocomplete/search_provider_unittest.cc', 39 'browser/autocomplete/search_provider_unittest.cc',
40 'browser/autocomplete/shortcuts_backend_unittest.cc', 40 'browser/autocomplete/shortcuts_backend_unittest.cc',
41 'browser/autocomplete/shortcuts_database_unittest.cc',
42 'browser/autocomplete/shortcuts_provider_unittest.cc', 41 'browser/autocomplete/shortcuts_provider_unittest.cc',
43 'browser/autocomplete/zero_suggest_provider_unittest.cc', 42 'browser/autocomplete/zero_suggest_provider_unittest.cc',
44 'browser/background_sync/background_sync_controller_impl_unittest.cc', 43 'browser/background_sync/background_sync_controller_impl_unittest.cc',
45 'browser/banners/app_banner_data_fetcher_unittest.cc', 44 'browser/banners/app_banner_data_fetcher_unittest.cc',
46 'browser/banners/app_banner_settings_helper_unittest.cc', 45 'browser/banners/app_banner_settings_helper_unittest.cc',
47 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc', 46 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc',
48 'browser/bookmarks/managed_bookmark_service_unittest.cc', 47 'browser/bookmarks/managed_bookmark_service_unittest.cc',
49 'browser/browser_about_handler_unittest.cc', 48 'browser/browser_about_handler_unittest.cc',
50 'browser/browser_process_impl_unittest.cc', 49 'browser/browser_process_impl_unittest.cc',
51 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', 50 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc',
(...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 'dependencies': [ 3025 'dependencies': [
3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3026 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3028 ], 3027 ],
3029 }], 3028 }],
3030 ], 3029 ],
3031 }, 3030 },
3032 ], 3031 ],
3033 }], 3032 }],
3034 ], # 'conditions' 3033 ], # 'conditions'
3035 } 3034 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/shortcuts_database_unittest.cc ('k') | chrome/test/data/History/Shortcuts.no_fill_into_edit.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698