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

Side by Side Diff: components/components_tests.gyp

Issue 963823003: Move InMemoryURLIndex into chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcut-database
Patch Set: Fixing win_chromium_x64_rel_ng build Created 5 years, 9 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/test/base/history_index_restore_observer.h ('k') | components/history.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'gcm_driver/gcm_driver_desktop_unittest.cc', 190 'gcm_driver/gcm_driver_desktop_unittest.cc',
191 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 191 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
192 ], 192 ],
193 'google_unittest_sources': [ 193 'google_unittest_sources': [
194 'google/core/browser/google_url_tracker_unittest.cc', 194 'google/core/browser/google_url_tracker_unittest.cc',
195 'google/core/browser/google_util_unittest.cc', 195 'google/core/browser/google_util_unittest.cc',
196 ], 196 ],
197 'history_unittest_sources': [ 197 'history_unittest_sources': [
198 'history/core/browser/android/android_history_types_unittest.cc', 198 'history/core/browser/android/android_history_types_unittest.cc',
199 'history/core/browser/history_types_unittest.cc', 199 'history/core/browser/history_types_unittest.cc',
200 'history/core/browser/in_memory_url_index_types_unittest.cc',
201 'history/core/browser/top_sites_cache_unittest.cc', 200 'history/core/browser/top_sites_cache_unittest.cc',
202 'history/core/browser/top_sites_database_unittest.cc', 201 'history/core/browser/top_sites_database_unittest.cc',
203 'history/core/browser/url_database_unittest.cc', 202 'history/core/browser/url_database_unittest.cc',
204 'history/core/browser/url_utils_unittest.cc', 203 'history/core/browser/url_utils_unittest.cc',
205 'history/core/browser/visit_database_unittest.cc', 204 'history/core/browser/visit_database_unittest.cc',
206 'history/core/browser/visit_filter_unittest.cc', 205 'history/core/browser/visit_filter_unittest.cc',
207 'history/core/browser/visit_tracker_unittest.cc', 206 'history/core/browser/visit_tracker_unittest.cc',
208 'history/core/common/thumbnail_score_unittest.cc', 207 'history/core/common/thumbnail_score_unittest.cc',
209 ], 208 ],
210 'invalidation_unittest_sources': [ 209 'invalidation_unittest_sources': [
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 '../build/isolate.gypi', 1234 '../build/isolate.gypi',
1236 ], 1235 ],
1237 'sources': [ 1236 'sources': [
1238 'components_unittests.isolate', 1237 'components_unittests.isolate',
1239 ], 1238 ],
1240 }, 1239 },
1241 ], 1240 ],
1242 }], 1241 }],
1243 ], 1242 ],
1244 } 1243 }
OLDNEW
« no previous file with comments | « chrome/test/base/history_index_restore_observer.h ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698