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

Side by Side Diff: components/components_tests.gyp

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Fix typo Created 5 years, 10 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/tools/profiles/thumbnail-inl.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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'gcm_driver/gcm_client_impl_unittest.cc', 138 'gcm_driver/gcm_client_impl_unittest.cc',
139 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 139 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
140 'gcm_driver/gcm_driver_desktop_unittest.cc', 140 'gcm_driver/gcm_driver_desktop_unittest.cc',
141 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 141 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
142 'google/core/browser/google_url_tracker_unittest.cc', 142 'google/core/browser/google_url_tracker_unittest.cc',
143 'google/core/browser/google_util_unittest.cc', 143 'google/core/browser/google_util_unittest.cc',
144 'history/core/browser/android/android_history_types_unittest.cc', 144 'history/core/browser/android/android_history_types_unittest.cc',
145 'history/core/browser/history_types_unittest.cc', 145 'history/core/browser/history_types_unittest.cc',
146 'history/core/browser/in_memory_url_index_types_unittest.cc', 146 'history/core/browser/in_memory_url_index_types_unittest.cc',
147 'history/core/browser/top_sites_cache_unittest.cc', 147 'history/core/browser/top_sites_cache_unittest.cc',
148 'history/core/browser/top_sites_database_unittest.cc',
148 'history/core/browser/url_database_unittest.cc', 149 'history/core/browser/url_database_unittest.cc',
149 'history/core/browser/url_utils_unittest.cc', 150 'history/core/browser/url_utils_unittest.cc',
150 'history/core/browser/visit_database_unittest.cc', 151 'history/core/browser/visit_database_unittest.cc',
151 'history/core/browser/visit_filter_unittest.cc', 152 'history/core/browser/visit_filter_unittest.cc',
152 'history/core/browser/visit_tracker_unittest.cc', 153 'history/core/browser/visit_tracker_unittest.cc',
153 'history/core/common/thumbnail_score_unittest.cc', 154 'history/core/common/thumbnail_score_unittest.cc',
154 'invalidation/invalidation_logger_unittest.cc', 155 'invalidation/invalidation_logger_unittest.cc',
155 'json_schema/json_schema_validator_unittest.cc', 156 'json_schema/json_schema_validator_unittest.cc',
156 'json_schema/json_schema_validator_unittest_base.cc', 157 'json_schema/json_schema_validator_unittest_base.cc',
157 'json_schema/json_schema_validator_unittest_base.h', 158 'json_schema/json_schema_validator_unittest_base.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'components.gyp:domain_reliability', 360 'components.gyp:domain_reliability',
360 'components.gyp:enhanced_bookmarks', 361 'components.gyp:enhanced_bookmarks',
361 'components.gyp:enhanced_bookmarks_test_support', 362 'components.gyp:enhanced_bookmarks_test_support',
362 'components.gyp:favicon_base', 363 'components.gyp:favicon_base',
363 'components.gyp:feedback_component', 364 'components.gyp:feedback_component',
364 'components.gyp:gcm_driver', 365 'components.gyp:gcm_driver',
365 'components.gyp:gcm_driver_test_support', 366 'components.gyp:gcm_driver_test_support',
366 'components.gyp:google_core_browser', 367 'components.gyp:google_core_browser',
367 'components.gyp:history_core_browser', 368 'components.gyp:history_core_browser',
368 'components.gyp:history_core_common', 369 'components.gyp:history_core_common',
370 'components.gyp:history_core_test_support',
371
372 # Dependencies of invalidation
369 'components.gyp:invalidation', 373 'components.gyp:invalidation',
370 'components.gyp:invalidation_test_support', 374 'components.gyp:invalidation_test_support',
371 'components.gyp:json_schema', 375 'components.gyp:json_schema',
372 'components.gyp:keyed_service_core', 376 'components.gyp:keyed_service_core',
373 'components.gyp:language_usage_metrics', 377 'components.gyp:language_usage_metrics',
374 'components.gyp:leveldb_proto', 378 'components.gyp:leveldb_proto',
375 'components.gyp:leveldb_proto_test_support', 379 'components.gyp:leveldb_proto_test_support',
376 'components.gyp:login', 380 'components.gyp:login',
377 'components.gyp:metrics', 381 'components.gyp:metrics',
378 'components.gyp:metrics_gpu', 382 'components.gyp:metrics_gpu',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '../build/isolate.gypi', 1065 '../build/isolate.gypi',
1062 ], 1066 ],
1063 'sources': [ 1067 'sources': [
1064 'components_unittests.isolate', 1068 'components_unittests.isolate',
1065 ], 1069 ],
1066 }, 1070 },
1067 ], 1071 ],
1068 }], 1072 }],
1069 ], 1073 ],
1070 } 1074 }
OLDNEW
« no previous file with comments | « chrome/tools/profiles/thumbnail-inl.h ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698