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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1757163002: [ImportantSites] JNI bindings for CBD filtering and Important Sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 8 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_browser.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 10 matching lines...) Expand all
21 'browser/android/data_usage/tab_data_use_entry_unittest.cc', 21 'browser/android/data_usage/tab_data_use_entry_unittest.cc',
22 'browser/android/download/download_manager_service_unittest.cc', 22 'browser/android/download/download_manager_service_unittest.cc',
23 'browser/android/history_report/delta_file_backend_leveldb_unittest.cc', 23 'browser/android/history_report/delta_file_backend_leveldb_unittest.cc',
24 'browser/android/history_report/delta_file_commons_unittest.cc', 24 'browser/android/history_report/delta_file_commons_unittest.cc',
25 'browser/android/history_report/usage_reports_buffer_backend_unittest.cc', 25 'browser/android/history_report/usage_reports_buffer_backend_unittest.cc',
26 # TODO(newt): move this to test_support_unit? 26 # TODO(newt): move this to test_support_unit?
27 'browser/android/mock_location_settings.cc', 27 'browser/android/mock_location_settings.cc',
28 'browser/android/mock_location_settings.h', 28 'browser/android/mock_location_settings.h',
29 'browser/android/net/external_estimate_provider_android_unittest.cc', 29 'browser/android/net/external_estimate_provider_android_unittest.cc',
30 'browser/android/ntp/most_visited_sites_unittest.cc', 30 'browser/android/ntp/most_visited_sites_unittest.cc',
31 'browser/android/preferences/important_sites_util_unittest.cc',
31 'browser/android/preferences/pref_service_bridge_unittest.cc', 32 'browser/android/preferences/pref_service_bridge_unittest.cc',
32 'browser/android/shortcut_info_unittest.cc', 33 'browser/android/shortcut_info_unittest.cc',
33 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 34 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
34 'browser/app_controller_mac_unittest.mm', 35 'browser/app_controller_mac_unittest.mm',
35 'browser/autocomplete/search_provider_unittest.cc', 36 'browser/autocomplete/search_provider_unittest.cc',
36 'browser/autocomplete/shortcuts_provider_extension_unittest.cc', 37 'browser/autocomplete/shortcuts_provider_extension_unittest.cc',
37 'browser/background_sync/background_sync_controller_impl_unittest.cc', 38 'browser/background_sync/background_sync_controller_impl_unittest.cc',
38 'browser/background_sync/background_sync_permission_context_unittest.cc', 39 'browser/background_sync/background_sync_permission_context_unittest.cc',
39 'browser/banners/app_banner_data_fetcher_unittest.cc', 40 'browser/banners/app_banner_data_fetcher_unittest.cc',
40 'browser/banners/app_banner_settings_helper_unittest.cc', 41 'browser/banners/app_banner_settings_helper_unittest.cc',
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'dependencies': [ 3013 'dependencies': [
3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3014 ], 3015 ],
3015 }], 3016 }],
3016 ], 3017 ],
3017 }, 3018 },
3018 ], 3019 ],
3019 }], 3020 }],
3020 ], # 'conditions' 3021 ], # 'conditions'
3021 } 3022 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698