OLD | NEW |
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 Loading... |
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 Loading... |
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/'], |
| 368 ['include', '^gcm_driver/'], |
363 ['include', '^invalidation/'], | 369 ['include', '^invalidation/'], |
364 ['include', '^json_schema/'], | 370 ['include', '^json_schema/'], |
365 ['include', '^keyed_service/core/'], | 371 ['include', '^keyed_service/core/'], |
366 ['include', '^language_usage_metrics/'], | 372 ['include', '^language_usage_metrics/'], |
367 ['include', '^password_manager/'], | 373 ['include', '^password_manager/'], |
368 ['include', '^precache/core/'], | 374 ['include', '^precache/core/'], |
369 ['include', '^search_provider_logos/'], | 375 ['include', '^search_provider_logos/'], |
370 ['include', '^signin/'], | 376 ['include', '^signin/'], |
371 ['include', '^sync_driver/'], | 377 ['include', '^sync_driver/'], |
372 ['include', '^translate/'], | 378 ['include', '^translate/'], |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 'dependencies': [ | 721 'dependencies': [ |
716 '../base/allocator/allocator.gyp:allocator', | 722 '../base/allocator/allocator.gyp:allocator', |
717 ], | 723 ], |
718 }], | 724 }], |
719 ], | 725 ], |
720 }, | 726 }, |
721 ], | 727 ], |
722 }], | 728 }], |
723 ], | 729 ], |
724 } | 730 } |
OLD | NEW |