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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1334233003: Add the JNI code in order to let Java use the InterestsFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntp-interests-retriever
Patch Set: Fix some of the comments Created 5 years, 2 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',
11 # All unittests in browser, common, renderer and service. 11 # All unittests in browser, common, renderer and service.
12 'browser/about_flags_unittest.cc', 12 'browser/about_flags_unittest.cc',
13 'browser/after_startup_task_utils_unittest.cc', 13 'browser/after_startup_task_utils_unittest.cc',
14 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 14 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
15 'browser/android/contextualsearch/contextual_search_delegate_unittest.cc', 15 'browser/android/contextualsearch/contextual_search_delegate_unittest.cc',
16 'browser/android/history_report/delta_file_backend_leveldb_unittest.cc', 16 'browser/android/history_report/delta_file_backend_leveldb_unittest.cc',
17 'browser/android/history_report/delta_file_commons_unittest.cc', 17 'browser/android/history_report/delta_file_commons_unittest.cc',
18 'browser/android/history_report/usage_reports_buffer_backend_unittest.cc', 18 'browser/android/history_report/usage_reports_buffer_backend_unittest.cc',
19 'browser/android/interests_service_unittest.cc',
19 # TODO(newt): move this to test_support_unit? 20 # TODO(newt): move this to test_support_unit?
20 'browser/android/mock_location_settings.cc', 21 'browser/android/mock_location_settings.cc',
21 'browser/android/mock_location_settings.h', 22 'browser/android/mock_location_settings.h',
22 'browser/android/most_visited_sites_unittest.cc', 23 'browser/android/most_visited_sites_unittest.cc',
23 'browser/android/net/external_estimate_provider_android_unittest.cc', 24 'browser/android/net/external_estimate_provider_android_unittest.cc',
24 'browser/android/preferences/pref_service_bridge_unittest.cc', 25 'browser/android/preferences/pref_service_bridge_unittest.cc',
25 'browser/android/shortcut_info_unittest.cc', 26 'browser/android/shortcut_info_unittest.cc',
26 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 27 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
27 'browser/app_controller_mac_unittest.mm', 28 'browser/app_controller_mac_unittest.mm',
28 'browser/autocomplete/autocomplete_provider_unittest.cc', 29 'browser/autocomplete/autocomplete_provider_unittest.cc',
(...skipping 2926 matching lines...) Expand 10 before | Expand all | Expand 10 after
2955 'dependencies': [ 2956 'dependencies': [
2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2957 ], 2958 ],
2958 }], 2959 }],
2959 ], 2960 ],
2960 }, 2961 },
2961 ], 2962 ],
2962 }], 2963 }],
2963 ], # 'conditions' 2964 ], # 'conditions'
2964 } 2965 }
OLDNEW
« chrome/browser/android/interests_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698