| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'history/core/common/thumbnail_score_unittest.cc', | 127 'history/core/common/thumbnail_score_unittest.cc', |
| 128 'invalidation/invalidation_logger_unittest.cc', | 128 'invalidation/invalidation_logger_unittest.cc', |
| 129 'json_schema/json_schema_validator_unittest.cc', | 129 'json_schema/json_schema_validator_unittest.cc', |
| 130 'json_schema/json_schema_validator_unittest_base.cc', | 130 'json_schema/json_schema_validator_unittest_base.cc', |
| 131 'json_schema/json_schema_validator_unittest_base.h', | 131 'json_schema/json_schema_validator_unittest_base.h', |
| 132 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 132 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 133 'keyed_service/core/dependency_graph_unittest.cc', | 133 'keyed_service/core/dependency_graph_unittest.cc', |
| 134 'language_usage_metrics/language_usage_metrics_unittest.cc', | 134 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 135 'leveldb_proto/proto_database_impl_unittest.cc', | 135 'leveldb_proto/proto_database_impl_unittest.cc', |
| 136 'metrics/compression_utils_unittest.cc', | 136 'metrics/compression_utils_unittest.cc', |
| 137 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 137 'metrics/machine_id_provider_win_unittest.cc', | 138 'metrics/machine_id_provider_win_unittest.cc', |
| 138 'metrics/metrics_hashes_unittest.cc', | 139 'metrics/metrics_hashes_unittest.cc', |
| 139 'metrics/metrics_log_manager_unittest.cc', | 140 'metrics/metrics_log_manager_unittest.cc', |
| 140 'metrics/metrics_log_unittest.cc', | 141 'metrics/metrics_log_unittest.cc', |
| 141 'metrics/metrics_reporting_scheduler_unittest.cc', | 142 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 142 'metrics/metrics_service_unittest.cc', | 143 'metrics/metrics_service_unittest.cc', |
| 143 'metrics/metrics_state_manager_unittest.cc', | 144 'metrics/metrics_state_manager_unittest.cc', |
| 144 'metrics/persisted_logs_unittest.cc', | 145 'metrics/persisted_logs_unittest.cc', |
| 145 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 146 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 146 'network_time/network_time_tracker_unittest.cc', | 147 'network_time/network_time_tracker_unittest.cc', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 # Dependencies of language_usage_metrics | 341 # Dependencies of language_usage_metrics |
| 341 'components.gyp:language_usage_metrics', | 342 'components.gyp:language_usage_metrics', |
| 342 | 343 |
| 343 # Dependencies of leveldb_proto | 344 # Dependencies of leveldb_proto |
| 344 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 345 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 345 'components.gyp:leveldb_proto', | 346 'components.gyp:leveldb_proto', |
| 346 'components.gyp:leveldb_proto_test_support', | 347 'components.gyp:leveldb_proto_test_support', |
| 347 | 348 |
| 348 # Dependencies of metrics | 349 # Dependencies of metrics |
| 349 'components.gyp:metrics', | 350 'components.gyp:metrics', |
| 351 'components.gyp:metrics_gpu', |
| 350 'components.gyp:metrics_net', | 352 'components.gyp:metrics_net', |
| 351 'components.gyp:metrics_test_support', | 353 'components.gyp:metrics_test_support', |
| 352 | 354 |
| 353 # Dependencies of network_time | 355 # Dependencies of network_time |
| 354 'components.gyp:network_time', | 356 'components.gyp:network_time', |
| 355 | 357 |
| 356 # Dependencies of omaha_query_params | 358 # Dependencies of omaha_query_params |
| 357 'components.gyp:omaha_query_params', | 359 'components.gyp:omaha_query_params', |
| 358 | 360 |
| 359 # Dependencies of omnibox | 361 # Dependencies of omnibox |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'dependencies': [ | 930 'dependencies': [ |
| 929 '../base/allocator/allocator.gyp:allocator', | 931 '../base/allocator/allocator.gyp:allocator', |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 ], | 934 ], |
| 933 }, | 935 }, |
| 934 ], | 936 ], |
| 935 }], | 937 }], |
| 936 ], | 938 ], |
| 937 } | 939 } |
| OLD | NEW |