| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'domain_reliability/util_unittest.cc', | 101 'domain_reliability/util_unittest.cc', |
| 102 'enhanced_bookmarks/image_store_ios_unittest.mm', | 102 'enhanced_bookmarks/image_store_ios_unittest.mm', |
| 103 'enhanced_bookmarks/image_store_unittest.cc', | 103 'enhanced_bookmarks/image_store_unittest.cc', |
| 104 'enhanced_bookmarks/metadata_accessor_unittest.cc', | 104 'enhanced_bookmarks/metadata_accessor_unittest.cc', |
| 105 'feedback/feedback_common_unittest.cc', | 105 'feedback/feedback_common_unittest.cc', |
| 106 'feedback/feedback_data_unittest.cc', | 106 'feedback/feedback_data_unittest.cc', |
| 107 'feedback/feedback_uploader_unittest.cc', | 107 'feedback/feedback_uploader_unittest.cc', |
| 108 'gcm_driver/gcm_client_impl_unittest.cc', | 108 'gcm_driver/gcm_client_impl_unittest.cc', |
| 109 'gcm_driver/gcm_driver_desktop_unittest.cc', | 109 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 110 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 110 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 111 'history/core/browser/url_database_unittest.cc', |
| 111 'history/core/common/thumbnail_score_unittest.cc', | 112 'history/core/common/thumbnail_score_unittest.cc', |
| 112 'invalidation/invalidation_logger_unittest.cc', | 113 'invalidation/invalidation_logger_unittest.cc', |
| 113 'json_schema/json_schema_validator_unittest.cc', | 114 'json_schema/json_schema_validator_unittest.cc', |
| 114 'json_schema/json_schema_validator_unittest_base.cc', | 115 'json_schema/json_schema_validator_unittest_base.cc', |
| 115 'json_schema/json_schema_validator_unittest_base.h', | 116 'json_schema/json_schema_validator_unittest_base.h', |
| 116 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 117 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 117 'keyed_service/core/dependency_graph_unittest.cc', | 118 'keyed_service/core/dependency_graph_unittest.cc', |
| 118 'language_usage_metrics/language_usage_metrics_unittest.cc', | 119 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 119 'leveldb_proto/proto_database_impl_unittest.cc', | 120 'leveldb_proto/proto_database_impl_unittest.cc', |
| 120 'metrics/compression_utils_unittest.cc', | 121 'metrics/compression_utils_unittest.cc', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'components.gyp:enhanced_bookmarks_test_support', | 267 'components.gyp:enhanced_bookmarks_test_support', |
| 267 | 268 |
| 268 # Dependencies of feedback | 269 # Dependencies of feedback |
| 269 'components.gyp:feedback_component', | 270 'components.gyp:feedback_component', |
| 270 | 271 |
| 271 # Dependencies of gcm | 272 # Dependencies of gcm |
| 272 'components.gyp:gcm_driver', | 273 'components.gyp:gcm_driver', |
| 273 'components.gyp:gcm_driver_test_support', | 274 'components.gyp:gcm_driver_test_support', |
| 274 | 275 |
| 275 # Dependencies of history | 276 # Dependencies of history |
| 277 'components.gyp:history_core_browser', |
| 276 'components.gyp:history_core_common', | 278 'components.gyp:history_core_common', |
| 277 | 279 |
| 278 # Dependencies of invalidation | 280 # Dependencies of invalidation |
| 279 'components.gyp:invalidation', | 281 'components.gyp:invalidation', |
| 280 'components.gyp:invalidation_test_support', | 282 'components.gyp:invalidation_test_support', |
| 281 | 283 |
| 282 # Dependencies of json_schema | 284 # Dependencies of json_schema |
| 283 'components.gyp:json_schema', | 285 'components.gyp:json_schema', |
| 284 | 286 |
| 285 # Dependencies of keyed_service | 287 # Dependencies of keyed_service |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 'dependencies': [ | 808 'dependencies': [ |
| 807 '../base/allocator/allocator.gyp:allocator', | 809 '../base/allocator/allocator.gyp:allocator', |
| 808 ], | 810 ], |
| 809 }], | 811 }], |
| 810 ], | 812 ], |
| 811 }, | 813 }, |
| 812 ], | 814 ], |
| 813 }], | 815 }], |
| 814 ], | 816 ], |
| 815 } | 817 } |
| OLD | NEW |