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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 93 'domain_reliability/dispatcher_unittest.cc', | 93 'domain_reliability/dispatcher_unittest.cc', |
| 94 'domain_reliability/monitor_unittest.cc', | 94 'domain_reliability/monitor_unittest.cc', |
| 95 'domain_reliability/scheduler_unittest.cc', | 95 'domain_reliability/scheduler_unittest.cc', |
| 96 'domain_reliability/test_util.cc', | 96 'domain_reliability/test_util.cc', |
| 97 'domain_reliability/test_util.h', | 97 'domain_reliability/test_util.h', |
| 98 'domain_reliability/uploader_unittest.cc', | 98 'domain_reliability/uploader_unittest.cc', |
| 99 'domain_reliability/util_unittest.cc', | 99 'domain_reliability/util_unittest.cc', |
| 100 'enhanced_bookmarks/image_store_unittest.cc', | 100 'enhanced_bookmarks/image_store_unittest.cc', |
| 101 'feedback/feedback_uploader_unittest.cc', | 101 'feedback/feedback_uploader_unittest.cc', |
| 102 'gcm_driver/gcm_driver_desktop_unittest.cc', | 102 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 103 'history/core/common/thumbnail_score_unittest.cc', | |
| 103 'invalidation/invalidation_logger_unittest.cc', | 104 'invalidation/invalidation_logger_unittest.cc', |
| 104 'json_schema/json_schema_validator_unittest.cc', | 105 'json_schema/json_schema_validator_unittest.cc', |
| 105 'json_schema/json_schema_validator_unittest_base.cc', | 106 'json_schema/json_schema_validator_unittest_base.cc', |
| 106 'json_schema/json_schema_validator_unittest_base.h', | 107 'json_schema/json_schema_validator_unittest_base.h', |
| 107 'keyed_service/content/browser_context_dependency_manager_unittest.c c', | 108 'keyed_service/content/browser_context_dependency_manager_unittest.c c', |
| 108 'keyed_service/core/dependency_graph_unittest.cc', | 109 'keyed_service/core/dependency_graph_unittest.cc', |
| 109 'language_usage_metrics/language_usage_metrics_unittest.cc', | 110 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 110 'metrics/machine_id_provider_win_unittest.cc', | 111 'metrics/machine_id_provider_win_unittest.cc', |
| 111 'metrics/metrics_hashes_unittest.cc', | 112 'metrics/metrics_hashes_unittest.cc', |
| 112 'metrics/metrics_log_base_unittest.cc', | 113 'metrics/metrics_log_base_unittest.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 248 'components.gyp:enhanced_bookmarks', | 249 'components.gyp:enhanced_bookmarks', |
| 249 'components.gyp:enhanced_bookmarks_test_support', | 250 'components.gyp:enhanced_bookmarks_test_support', |
| 250 | 251 |
| 251 # Dependencies of feedback | 252 # Dependencies of feedback |
| 252 'components.gyp:feedback_component', | 253 'components.gyp:feedback_component', |
| 253 | 254 |
| 254 # Dependencies of gcm | 255 # Dependencies of gcm |
| 255 'components.gyp:gcm_driver', | 256 'components.gyp:gcm_driver', |
| 256 'components.gyp:gcm_driver_test_support', | 257 'components.gyp:gcm_driver_test_support', |
| 257 | 258 |
| 259 # Dependencies of thumbnail | |
|
blundell
2014/06/10 08:03:42
s/thumbnail/history
nshaik
2014/06/11 08:02:26
Done.
| |
| 260 'components.gyp:history_core_common', | |
| 261 | |
| 258 # Dependencies of invalidation | 262 # Dependencies of invalidation |
| 259 'components.gyp:invalidation', | 263 'components.gyp:invalidation', |
| 260 | 264 |
| 261 # Dependencies of json_schema | 265 # Dependencies of json_schema |
| 262 'components.gyp:json_schema', | 266 'components.gyp:json_schema', |
| 263 | 267 |
| 264 # Dependencies of keyed_service | 268 # Dependencies of keyed_service |
| 265 'components.gyp:keyed_service_core', | 269 'components.gyp:keyed_service_core', |
| 266 | 270 |
| 267 # Dependencies of language_usage_metrics | 271 # Dependencies of language_usage_metrics |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 371 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 375 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
| 372 'sources/': [ | 376 'sources/': [ |
| 373 ['exclude', '\\.cc$'], | 377 ['exclude', '\\.cc$'], |
| 374 ['exclude', '\\.mm$'], | 378 ['exclude', '\\.mm$'], |
| 375 ['include', '^test/run_all_unittests\\.cc$'], | 379 ['include', '^test/run_all_unittests\\.cc$'], |
| 376 ['include', '^auto_login_parser/'], | 380 ['include', '^auto_login_parser/'], |
| 377 ['include', '^autofill/core/'], | 381 ['include', '^autofill/core/'], |
| 378 ['include', '^bookmarks/'], | 382 ['include', '^bookmarks/'], |
| 379 ['include', '^data_reduction_proxy/'], | 383 ['include', '^data_reduction_proxy/'], |
| 380 ['include', '^dom_distiller/'], | 384 ['include', '^dom_distiller/'], |
| 381 ['include', '^gcm_driver/'], | 385 ['include', '^gcm_driver/'], |
|
blundell
2014/06/10 08:03:42
Please add history here so these tests are run on
nshaik
2014/06/11 08:02:26
Done.
| |
| 382 ['include', '^invalidation/'], | 386 ['include', '^invalidation/'], |
| 383 ['include', '^json_schema/'], | 387 ['include', '^json_schema/'], |
| 384 ['include', '^keyed_service/core/'], | 388 ['include', '^keyed_service/core/'], |
| 385 ['include', '^language_usage_metrics/'], | 389 ['include', '^language_usage_metrics/'], |
| 386 ['include', '^metrics/'], | 390 ['include', '^metrics/'], |
| 387 ['include', '^network_time/'], | 391 ['include', '^network_time/'], |
| 388 ['include', '^password_manager/'], | 392 ['include', '^password_manager/'], |
| 389 ['include', '^precache/core/'], | 393 ['include', '^precache/core/'], |
| 390 ['include', '^search_provider_logos/'], | 394 ['include', '^search_provider_logos/'], |
| 391 ['include', '^signin/'], | 395 ['include', '^signin/'], |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 746 'dependencies': [ | 750 'dependencies': [ |
| 747 '../base/allocator/allocator.gyp:allocator', | 751 '../base/allocator/allocator.gyp:allocator', |
| 748 ], | 752 ], |
| 749 }], | 753 }], |
| 750 ], | 754 ], |
| 751 }, | 755 }, |
| 752 ], | 756 ], |
| 753 }], | 757 }], |
| 754 ], | 758 ], |
| 755 } | 759 } |
| OLD | NEW |