Chromium Code Reviews| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 81 'dom_distiller/core/viewer_unittest.cc', | 81 'dom_distiller/core/viewer_unittest.cc', |
| 82 'domain_reliability/config_unittest.cc', | 82 'domain_reliability/config_unittest.cc', |
| 83 'domain_reliability/context_unittest.cc', | 83 'domain_reliability/context_unittest.cc', |
| 84 'domain_reliability/dispatcher_unittest.cc', | 84 'domain_reliability/dispatcher_unittest.cc', |
| 85 'domain_reliability/monitor_unittest.cc', | 85 'domain_reliability/monitor_unittest.cc', |
| 86 'domain_reliability/scheduler_unittest.cc', | 86 'domain_reliability/scheduler_unittest.cc', |
| 87 'domain_reliability/test_util.cc', | 87 'domain_reliability/test_util.cc', |
| 88 'domain_reliability/test_util.h', | 88 'domain_reliability/test_util.h', |
| 89 'domain_reliability/uploader_unittest.cc', | 89 'domain_reliability/uploader_unittest.cc', |
| 90 'domain_reliability/util_unittest.cc', | 90 'domain_reliability/util_unittest.cc', |
| 91 'invalidation/invalidation_logger_unittest.cc', | |
| 91 'json_schema/json_schema_validator_unittest.cc', | 92 'json_schema/json_schema_validator_unittest.cc', |
| 92 'json_schema/json_schema_validator_unittest_base.cc', | 93 'json_schema/json_schema_validator_unittest_base.cc', |
| 93 'json_schema/json_schema_validator_unittest_base.h', | 94 'json_schema/json_schema_validator_unittest_base.h', |
| 94 'keyed_service/content/browser_context_dependency_manager_unittest.c c', | 95 'keyed_service/content/browser_context_dependency_manager_unittest.c c', |
| 95 'keyed_service/core/dependency_graph_unittest.cc', | 96 'keyed_service/core/dependency_graph_unittest.cc', |
| 96 'language_usage_metrics/language_usage_metrics_unittest.cc', | 97 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 97 'metrics/metrics_hashes_unittest.cc', | 98 'metrics/metrics_hashes_unittest.cc', |
| 98 'metrics/metrics_log_base_unittest.cc', | 99 'metrics/metrics_log_base_unittest.cc', |
| 99 'metrics/metrics_log_manager_unittest.cc', | 100 'metrics/metrics_log_manager_unittest.cc', |
| 100 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', | 101 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 209 'components.gyp:data_reduction_proxy_test_support', | 210 'components.gyp:data_reduction_proxy_test_support', |
| 210 | 211 |
| 211 # Dependencies of dom_distiller | 212 # Dependencies of dom_distiller |
| 212 'components.gyp:distilled_page_proto', | 213 'components.gyp:distilled_page_proto', |
| 213 'components.gyp:dom_distiller_core', | 214 'components.gyp:dom_distiller_core', |
| 214 'components.gyp:dom_distiller_test_support', | 215 'components.gyp:dom_distiller_test_support', |
| 215 | 216 |
| 216 # Dependencies of domain_reliability | 217 # Dependencies of domain_reliability |
| 217 'components.gyp:domain_reliability', | 218 'components.gyp:domain_reliability', |
| 218 | 219 |
| 220 # Dependencies of invalidation | |
| 221 'components.gyp:invalidation', | |
| 222 | |
| 219 # Dependencies of json_schema | 223 # Dependencies of json_schema |
| 220 'components.gyp:json_schema', | 224 'components.gyp:json_schema', |
| 221 | 225 |
| 222 # Dependencies of keyed_service | 226 # Dependencies of keyed_service |
| 223 'components.gyp:keyed_service_core', | 227 'components.gyp:keyed_service_core', |
| 224 | 228 |
| 225 # Dependencies of language_usage_metrics | 229 # Dependencies of language_usage_metrics |
| 226 'components.gyp:language_usage_metrics', | 230 'components.gyp:language_usage_metrics', |
| 227 | 231 |
| 228 # Dependencies of os_crypt | 232 # Dependencies of os_crypt |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 316 }, { # 'OS == "ios"' | 320 }, { # 'OS == "ios"' |
| 317 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 321 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
| 318 'sources/': [ | 322 'sources/': [ |
| 319 ['exclude', '\\.cc$'], | 323 ['exclude', '\\.cc$'], |
| 320 ['exclude', '\\.mm$'], | 324 ['exclude', '\\.mm$'], |
| 321 ['include', '^test/run_all_unittests\\.cc$'], | 325 ['include', '^test/run_all_unittests\\.cc$'], |
| 322 ['include', '^auto_login_parser/'], | 326 ['include', '^auto_login_parser/'], |
| 323 ['include', '^autofill/core/'], | 327 ['include', '^autofill/core/'], |
| 324 ['include', '^dom_distiller/'], | 328 ['include', '^dom_distiller/'], |
| 325 ['include', '^json_schema/'], | 329 ['include', '^json_schema/'], |
| 326 ['include', '^keyed_service/core/'], | 330 ['include', '^keyed_service/core/'], |
|
blundell
2014/05/05 08:48:41
Could you add invalidation here?
rlarocque
2014/05/05 17:39:10
Done.
| |
| 327 ['include', '^language_usage_metrics/'], | 331 ['include', '^language_usage_metrics/'], |
| 328 ['include', '^password_manager/'], | 332 ['include', '^password_manager/'], |
| 329 ['include', '^precache/core/'], | 333 ['include', '^precache/core/'], |
| 330 ['include', '^search_provider_logos/'], | 334 ['include', '^search_provider_logos/'], |
| 331 ['include', '^signin/'], | 335 ['include', '^signin/'], |
| 332 ['include', '^sync_driver/'], | 336 ['include', '^sync_driver/'], |
| 333 ['include', '^translate/'], | 337 ['include', '^translate/'], |
| 334 ['include', '^variations/'], | 338 ['include', '^variations/'], |
| 335 ], | 339 ], |
| 336 'dependencies': [ | 340 'dependencies': [ |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 684 'dependencies': [ | 688 'dependencies': [ |
| 685 '../base/allocator/allocator.gyp:allocator', | 689 '../base/allocator/allocator.gyp:allocator', |
| 686 ], | 690 ], |
| 687 }], | 691 }], |
| 688 ], | 692 ], |
| 689 }, | 693 }, |
| 690 ], | 694 ], |
| 691 }], | 695 }], |
| 692 ], | 696 ], |
| 693 } | 697 } |
| OLD | NEW |