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

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: 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
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'gcm_driver/gcm_account_mapper_unittest.cc', 167 'gcm_driver/gcm_account_mapper_unittest.cc',
168 'gcm_driver/gcm_channel_status_request_unittest.cc', 168 'gcm_driver/gcm_channel_status_request_unittest.cc',
169 'gcm_driver/gcm_client_impl_unittest.cc', 169 'gcm_driver/gcm_client_impl_unittest.cc',
170 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 170 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
171 'gcm_driver/gcm_driver_desktop_unittest.cc', 171 'gcm_driver/gcm_driver_desktop_unittest.cc',
172 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 172 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
173 'google/core/browser/google_url_tracker_unittest.cc', 173 'google/core/browser/google_url_tracker_unittest.cc',
174 'google/core/browser/google_util_unittest.cc', 174 'google/core/browser/google_util_unittest.cc',
175 'history/core/browser/android/android_history_types_unittest.cc', 175 'history/core/browser/android/android_history_types_unittest.cc',
176 'history/core/browser/history_types_unittest.cc', 176 'history/core/browser/history_types_unittest.cc',
177 'history/core/browser/in_memory_url_index_types_unittest.cc',
178 'history/core/browser/top_sites_cache_unittest.cc', 177 'history/core/browser/top_sites_cache_unittest.cc',
179 'history/core/browser/top_sites_database_unittest.cc', 178 'history/core/browser/top_sites_database_unittest.cc',
180 'history/core/browser/url_database_unittest.cc', 179 'history/core/browser/url_database_unittest.cc',
181 'history/core/browser/url_utils_unittest.cc', 180 'history/core/browser/url_utils_unittest.cc',
182 'history/core/browser/visit_database_unittest.cc', 181 'history/core/browser/visit_database_unittest.cc',
183 'history/core/browser/visit_filter_unittest.cc', 182 'history/core/browser/visit_filter_unittest.cc',
184 'history/core/browser/visit_tracker_unittest.cc', 183 'history/core/browser/visit_tracker_unittest.cc',
185 'history/core/common/thumbnail_score_unittest.cc', 184 'history/core/common/thumbnail_score_unittest.cc',
186 'invalidation/invalidation_logger_unittest.cc', 185 'invalidation/invalidation_logger_unittest.cc',
187 'json_schema/json_schema_validator_unittest.cc', 186 'json_schema/json_schema_validator_unittest.cc',
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 '../build/isolate.gypi', 1062 '../build/isolate.gypi',
1064 ], 1063 ],
1065 'sources': [ 1064 'sources': [
1066 'components_unittests.isolate', 1065 'components_unittests.isolate',
1067 ], 1066 ],
1068 }, 1067 },
1069 ], 1068 ],
1070 }], 1069 }],
1071 ], 1070 ],
1072 } 1071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698