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

Side by Side Diff: components/components_tests.gyp

Issue 290013011: Move all remaining files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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 { 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'domain_reliability/context_unittest.cc', 90 'domain_reliability/context_unittest.cc',
91 'domain_reliability/dispatcher_unittest.cc', 91 'domain_reliability/dispatcher_unittest.cc',
92 'domain_reliability/monitor_unittest.cc', 92 'domain_reliability/monitor_unittest.cc',
93 'domain_reliability/scheduler_unittest.cc', 93 'domain_reliability/scheduler_unittest.cc',
94 'domain_reliability/test_util.cc', 94 'domain_reliability/test_util.cc',
95 'domain_reliability/test_util.h', 95 'domain_reliability/test_util.h',
96 'domain_reliability/uploader_unittest.cc', 96 'domain_reliability/uploader_unittest.cc',
97 'domain_reliability/util_unittest.cc', 97 'domain_reliability/util_unittest.cc',
98 'enhanced_bookmarks/image_store_unittest.cc', 98 'enhanced_bookmarks/image_store_unittest.cc',
99 'feedback/feedback_uploader_unittest.cc', 99 'feedback/feedback_uploader_unittest.cc',
100 'gcm_driver/gcm_driver_unittest.cc',
100 'invalidation/invalidation_logger_unittest.cc', 101 'invalidation/invalidation_logger_unittest.cc',
101 'json_schema/json_schema_validator_unittest.cc', 102 'json_schema/json_schema_validator_unittest.cc',
102 'json_schema/json_schema_validator_unittest_base.cc', 103 'json_schema/json_schema_validator_unittest_base.cc',
103 'json_schema/json_schema_validator_unittest_base.h', 104 'json_schema/json_schema_validator_unittest_base.h',
104 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 105 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
105 'keyed_service/core/dependency_graph_unittest.cc', 106 'keyed_service/core/dependency_graph_unittest.cc',
106 'language_usage_metrics/language_usage_metrics_unittest.cc', 107 'language_usage_metrics/language_usage_metrics_unittest.cc',
107 'metrics/machine_id_provider_win_unittest.cc', 108 'metrics/machine_id_provider_win_unittest.cc',
108 'metrics/metrics_hashes_unittest.cc', 109 'metrics/metrics_hashes_unittest.cc',
109 'metrics/metrics_log_base_unittest.cc', 110 'metrics/metrics_log_base_unittest.cc',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 237
237 # Dependencies of domain_reliability 238 # Dependencies of domain_reliability
238 'components.gyp:domain_reliability', 239 'components.gyp:domain_reliability',
239 240
240 # Dependencies of enhanced_bookmarks 241 # Dependencies of enhanced_bookmarks
241 'components.gyp:enhanced_bookmarks', 242 'components.gyp:enhanced_bookmarks',
242 'components.gyp:enhanced_bookmarks_test_support', 243 'components.gyp:enhanced_bookmarks_test_support',
243 244
244 # Dependencies of feedback 245 # Dependencies of feedback
245 'components.gyp:feedback_component', 246 'components.gyp:feedback_component',
247
248 # Dependencies of gcm
249 'components.gyp:gcm_driver',
250 'components.gyp:gcm_driver_test_support',
246 251
247 # Dependencies of invalidation 252 # Dependencies of invalidation
248 'components.gyp:invalidation', 253 'components.gyp:invalidation',
249 254
250 # Dependencies of json_schema 255 # Dependencies of json_schema
251 'components.gyp:json_schema', 256 'components.gyp:json_schema',
252 257
253 # Dependencies of keyed_service 258 # Dependencies of keyed_service
254 'components.gyp:keyed_service_core', 259 'components.gyp:keyed_service_core',
255 260
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 }, { # 'OS == "ios"' 357 }, { # 'OS == "ios"'
353 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], 358 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'],
354 'sources/': [ 359 'sources/': [
355 ['exclude', '\\.cc$'], 360 ['exclude', '\\.cc$'],
356 ['exclude', '\\.mm$'], 361 ['exclude', '\\.mm$'],
357 ['include', '^test/run_all_unittests\\.cc$'], 362 ['include', '^test/run_all_unittests\\.cc$'],
358 ['include', '^auto_login_parser/'], 363 ['include', '^auto_login_parser/'],
359 ['include', '^autofill/core/'], 364 ['include', '^autofill/core/'],
360 ['include', '^bookmarks/'], 365 ['include', '^bookmarks/'],
361 ['include', '^data_reduction_proxy/'], 366 ['include', '^data_reduction_proxy/'],
362 ['include', '^dom_distiller/'], 367 ['include', '^dom_distiller/'],
blundell 2014/05/26 07:31:56 Please add gcm_driver here.
jianli 2014/05/27 17:27:55 Done.
363 ['include', '^invalidation/'], 368 ['include', '^invalidation/'],
364 ['include', '^json_schema/'], 369 ['include', '^json_schema/'],
365 ['include', '^keyed_service/core/'], 370 ['include', '^keyed_service/core/'],
366 ['include', '^language_usage_metrics/'], 371 ['include', '^language_usage_metrics/'],
367 ['include', '^password_manager/'], 372 ['include', '^password_manager/'],
368 ['include', '^precache/core/'], 373 ['include', '^precache/core/'],
369 ['include', '^search_provider_logos/'], 374 ['include', '^search_provider_logos/'],
370 ['include', '^signin/'], 375 ['include', '^signin/'],
371 ['include', '^sync_driver/'], 376 ['include', '^sync_driver/'],
372 ['include', '^translate/'], 377 ['include', '^translate/'],
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'dependencies': [ 720 'dependencies': [
716 '../base/allocator/allocator.gyp:allocator', 721 '../base/allocator/allocator.gyp:allocator',
717 ], 722 ],
718 }], 723 }],
719 ], 724 ],
720 }, 725 },
721 ], 726 ],
722 }], 727 }],
723 ], 728 ],
724 } 729 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698