| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'history/core/browser/url_database_unittest.cc', | 139 'history/core/browser/url_database_unittest.cc', |
| 140 'history/core/common/thumbnail_score_unittest.cc', | 140 'history/core/common/thumbnail_score_unittest.cc', |
| 141 'invalidation/invalidation_logger_unittest.cc', | 141 'invalidation/invalidation_logger_unittest.cc', |
| 142 'json_schema/json_schema_validator_unittest.cc', | 142 'json_schema/json_schema_validator_unittest.cc', |
| 143 'json_schema/json_schema_validator_unittest_base.cc', | 143 'json_schema/json_schema_validator_unittest_base.cc', |
| 144 'json_schema/json_schema_validator_unittest_base.h', | 144 'json_schema/json_schema_validator_unittest_base.h', |
| 145 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 145 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 146 'keyed_service/core/dependency_graph_unittest.cc', | 146 'keyed_service/core/dependency_graph_unittest.cc', |
| 147 'language_usage_metrics/language_usage_metrics_unittest.cc', | 147 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 148 'leveldb_proto/proto_database_impl_unittest.cc', | 148 'leveldb_proto/proto_database_impl_unittest.cc', |
| 149 'login/screens/screen_context_unittest.cc', |
| 149 'metrics/compression_utils_unittest.cc', | 150 'metrics/compression_utils_unittest.cc', |
| 150 'metrics/daily_event_unittest.cc', | 151 'metrics/daily_event_unittest.cc', |
| 151 'metrics/machine_id_provider_win_unittest.cc', | 152 'metrics/machine_id_provider_win_unittest.cc', |
| 152 'metrics/metrics_hashes_unittest.cc', | 153 'metrics/metrics_hashes_unittest.cc', |
| 153 'metrics/metrics_log_manager_unittest.cc', | 154 'metrics/metrics_log_manager_unittest.cc', |
| 154 'metrics/metrics_log_unittest.cc', | 155 'metrics/metrics_log_unittest.cc', |
| 155 'metrics/metrics_reporting_scheduler_unittest.cc', | 156 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 156 'metrics/metrics_service_unittest.cc', | 157 'metrics/metrics_service_unittest.cc', |
| 157 'metrics/metrics_state_manager_unittest.cc', | 158 'metrics/metrics_state_manager_unittest.cc', |
| 158 'metrics/persisted_logs_unittest.cc', | 159 'metrics/persisted_logs_unittest.cc', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'components.gyp:keyed_service_core', | 371 'components.gyp:keyed_service_core', |
| 371 | 372 |
| 372 # Dependencies of language_usage_metrics | 373 # Dependencies of language_usage_metrics |
| 373 'components.gyp:language_usage_metrics', | 374 'components.gyp:language_usage_metrics', |
| 374 | 375 |
| 375 # Dependencies of leveldb_proto | 376 # Dependencies of leveldb_proto |
| 376 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 377 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 377 'components.gyp:leveldb_proto', | 378 'components.gyp:leveldb_proto', |
| 378 'components.gyp:leveldb_proto_test_support', | 379 'components.gyp:leveldb_proto_test_support', |
| 379 | 380 |
| 381 # Dependencies of login |
| 382 'components.gyp:login', |
| 383 |
| 380 # Dependencies of metrics | 384 # Dependencies of metrics |
| 381 'components.gyp:metrics', | 385 'components.gyp:metrics', |
| 382 'components.gyp:metrics_gpu', | 386 'components.gyp:metrics_gpu', |
| 383 'components.gyp:metrics_net', | 387 'components.gyp:metrics_net', |
| 384 'components.gyp:metrics_profiler', | 388 'components.gyp:metrics_profiler', |
| 385 'components.gyp:metrics_test_support', | 389 'components.gyp:metrics_test_support', |
| 386 | 390 |
| 387 # Dependencies of network_time | 391 # Dependencies of network_time |
| 388 'components.gyp:network_time', | 392 'components.gyp:network_time', |
| 389 | 393 |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 'dependencies': [ | 991 'dependencies': [ |
| 988 '../base/allocator/allocator.gyp:allocator', | 992 '../base/allocator/allocator.gyp:allocator', |
| 989 ], | 993 ], |
| 990 }], | 994 }], |
| 991 ], | 995 ], |
| 992 }, | 996 }, |
| 993 ], | 997 ], |
| 994 }], | 998 }], |
| 995 ], | 999 ], |
| 996 } | 1000 } |
| OLD | NEW |