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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2156113002: Replace AppBannerDataFetcher with InstallableManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@banner-refactor
Patch Set: Naming, includes Created 4 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 21 matching lines...) Expand all
32 'browser/android/preferences/important_sites_util_unittest.cc', 32 'browser/android/preferences/important_sites_util_unittest.cc',
33 'browser/android/preferences/pref_service_bridge_unittest.cc', 33 'browser/android/preferences/pref_service_bridge_unittest.cc',
34 'browser/android/shortcut_info_unittest.cc', 34 'browser/android/shortcut_info_unittest.cc',
35 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 35 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
36 'browser/android/webapk/webapk_installer_unittest.cc', 36 'browser/android/webapk/webapk_installer_unittest.cc',
37 'browser/app_controller_mac_unittest.mm', 37 'browser/app_controller_mac_unittest.mm',
38 'browser/autocomplete/search_provider_unittest.cc', 38 'browser/autocomplete/search_provider_unittest.cc',
39 'browser/autocomplete/shortcuts_provider_extension_unittest.cc', 39 'browser/autocomplete/shortcuts_provider_extension_unittest.cc',
40 'browser/background_sync/background_sync_controller_impl_unittest.cc', 40 'browser/background_sync/background_sync_controller_impl_unittest.cc',
41 'browser/background_sync/background_sync_permission_context_unittest.cc', 41 'browser/background_sync/background_sync_permission_context_unittest.cc',
42 'browser/banners/app_banner_data_fetcher_unittest.cc',
43 'browser/banners/app_banner_settings_helper_unittest.cc', 42 'browser/banners/app_banner_settings_helper_unittest.cc',
44 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc', 43 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc',
45 'browser/bookmarks/managed_bookmark_service_unittest.cc', 44 'browser/bookmarks/managed_bookmark_service_unittest.cc',
46 'browser/browser_about_handler_unittest.cc', 45 'browser/browser_about_handler_unittest.cc',
47 'browser/browser_process_impl_unittest.cc', 46 'browser/browser_process_impl_unittest.cc',
48 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', 47 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc',
49 'browser/browsing_data/browsing_data_cache_storage_helper_unittest.cc', 48 'browser/browsing_data/browsing_data_cache_storage_helper_unittest.cc',
50 'browser/browsing_data/browsing_data_channel_id_helper_unittest.cc', 49 'browser/browsing_data/browsing_data_channel_id_helper_unittest.cc',
51 'browser/browsing_data/browsing_data_cookie_helper_unittest.cc', 50 'browser/browsing_data/browsing_data_cookie_helper_unittest.cc',
52 'browser/browsing_data/browsing_data_counter_utils_unittest.cc', 51 'browser/browsing_data/browsing_data_counter_utils_unittest.cc',
(...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'dependencies': [ 3036 'dependencies': [
3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3039 ], 3038 ],
3040 }], 3039 }],
3041 ], 3040 ],
3042 }, 3041 },
3043 ], 3042 ],
3044 }], 3043 }],
3045 ], # 'conditions' 3044 ], # 'conditions'
3046 } 3045 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698