| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_common_unittest.cc', | 101 'feedback/feedback_common_unittest.cc', |
| 102 'feedback/feedback_data_unittest.cc', | 102 'feedback/feedback_data_unittest.cc', |
| 103 'feedback/feedback_uploader_unittest.cc', | 103 'feedback/feedback_uploader_unittest.cc', |
| 104 'gcm_driver/gcm_client_impl_unittest.cc', | 104 'gcm_driver/gcm_client_impl_unittest.cc', |
| 105 'gcm_driver/gcm_driver_desktop_unittest.cc', | 105 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 106 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 106 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 107 'history/core/common/thumbnail_score_unittest.cc', |
| 107 'invalidation/invalidation_logger_unittest.cc', | 108 'invalidation/invalidation_logger_unittest.cc', |
| 108 'json_schema/json_schema_validator_unittest.cc', | 109 'json_schema/json_schema_validator_unittest.cc', |
| 109 'json_schema/json_schema_validator_unittest_base.cc', | 110 'json_schema/json_schema_validator_unittest_base.cc', |
| 110 'json_schema/json_schema_validator_unittest_base.h', | 111 'json_schema/json_schema_validator_unittest_base.h', |
| 111 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 112 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 112 'keyed_service/core/dependency_graph_unittest.cc', | 113 'keyed_service/core/dependency_graph_unittest.cc', |
| 113 'language_usage_metrics/language_usage_metrics_unittest.cc', | 114 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 114 'metrics/machine_id_provider_win_unittest.cc', | 115 'metrics/machine_id_provider_win_unittest.cc', |
| 115 'metrics/metrics_hashes_unittest.cc', | 116 'metrics/metrics_hashes_unittest.cc', |
| 116 'metrics/metrics_log_manager_unittest.cc', | 117 'metrics/metrics_log_manager_unittest.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'components.gyp:enhanced_bookmarks', | 253 'components.gyp:enhanced_bookmarks', |
| 253 'components.gyp:enhanced_bookmarks_test_support', | 254 'components.gyp:enhanced_bookmarks_test_support', |
| 254 | 255 |
| 255 # Dependencies of feedback | 256 # Dependencies of feedback |
| 256 'components.gyp:feedback_component', | 257 'components.gyp:feedback_component', |
| 257 | 258 |
| 258 # Dependencies of gcm | 259 # Dependencies of gcm |
| 259 'components.gyp:gcm_driver', | 260 'components.gyp:gcm_driver', |
| 260 'components.gyp:gcm_driver_test_support', | 261 'components.gyp:gcm_driver_test_support', |
| 261 | 262 |
| 263 # Dependencies of history |
| 264 'components.gyp:history_core_common', |
| 265 |
| 262 # Dependencies of invalidation | 266 # Dependencies of invalidation |
| 263 'components.gyp:invalidation', | 267 'components.gyp:invalidation', |
| 264 'components.gyp:invalidation_test_support', | 268 'components.gyp:invalidation_test_support', |
| 265 | 269 |
| 266 # Dependencies of json_schema | 270 # Dependencies of json_schema |
| 267 'components.gyp:json_schema', | 271 'components.gyp:json_schema', |
| 268 | 272 |
| 269 # Dependencies of keyed_service | 273 # Dependencies of keyed_service |
| 270 'components.gyp:keyed_service_core', | 274 'components.gyp:keyed_service_core', |
| 271 | 275 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'sources/': [ | 382 'sources/': [ |
| 379 ['exclude', '\\.cc$'], | 383 ['exclude', '\\.cc$'], |
| 380 ['exclude', '\\.mm$'], | 384 ['exclude', '\\.mm$'], |
| 381 ['include', '^test/run_all_unittests\\.cc$'], | 385 ['include', '^test/run_all_unittests\\.cc$'], |
| 382 ['include', '^auto_login_parser/'], | 386 ['include', '^auto_login_parser/'], |
| 383 ['include', '^autofill/core/'], | 387 ['include', '^autofill/core/'], |
| 384 ['include', '^bookmarks/'], | 388 ['include', '^bookmarks/'], |
| 385 ['include', '^data_reduction_proxy/'], | 389 ['include', '^data_reduction_proxy/'], |
| 386 ['include', '^dom_distiller/'], | 390 ['include', '^dom_distiller/'], |
| 387 ['include', '^gcm_driver/'], | 391 ['include', '^gcm_driver/'], |
| 392 ['include', '^history/'], |
| 388 ['include', '^invalidation/'], | 393 ['include', '^invalidation/'], |
| 389 ['include', '^json_schema/'], | 394 ['include', '^json_schema/'], |
| 390 ['include', '^keyed_service/core/'], | 395 ['include', '^keyed_service/core/'], |
| 391 ['include', '^language_usage_metrics/'], | 396 ['include', '^language_usage_metrics/'], |
| 392 ['include', '^metrics/'], | 397 ['include', '^metrics/'], |
| 393 ['include', '^network_time/'], | 398 ['include', '^network_time/'], |
| 394 ['include', '^password_manager/'], | 399 ['include', '^password_manager/'], |
| 395 ['include', '^precache/core/'], | 400 ['include', '^precache/core/'], |
| 396 ['include', '^search_provider_logos/'], | 401 ['include', '^search_provider_logos/'], |
| 397 ['include', '^signin/'], | 402 ['include', '^signin/'], |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 'dependencies': [ | 778 'dependencies': [ |
| 774 '../base/allocator/allocator.gyp:allocator', | 779 '../base/allocator/allocator.gyp:allocator', |
| 775 ], | 780 ], |
| 776 }], | 781 }], |
| 777 ], | 782 ], |
| 778 }, | 783 }, |
| 779 ], | 784 ], |
| 780 }], | 785 }], |
| 781 ], | 786 ], |
| 782 } | 787 } |
| OLD | NEW |