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