| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'json_schema/json_schema_validator_unittest.cc', | 152 'json_schema/json_schema_validator_unittest.cc', |
| 153 'json_schema/json_schema_validator_unittest_base.cc', | 153 'json_schema/json_schema_validator_unittest_base.cc', |
| 154 'json_schema/json_schema_validator_unittest_base.h', | 154 'json_schema/json_schema_validator_unittest_base.h', |
| 155 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 155 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 156 'keyed_service/core/dependency_graph_unittest.cc', | 156 'keyed_service/core/dependency_graph_unittest.cc', |
| 157 'language_usage_metrics/language_usage_metrics_unittest.cc', | 157 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 158 'leveldb_proto/proto_database_impl_unittest.cc', | 158 'leveldb_proto/proto_database_impl_unittest.cc', |
| 159 'login/screens/screen_context_unittest.cc', | 159 'login/screens/screen_context_unittest.cc', |
| 160 'metrics/compression_utils_unittest.cc', | 160 'metrics/compression_utils_unittest.cc', |
| 161 'metrics/daily_event_unittest.cc', | 161 'metrics/daily_event_unittest.cc', |
| 162 'metrics/histogram_encoder_unittest.cc', | |
| 163 'metrics/histogram_manager_unittest.cc', | |
| 164 'metrics/machine_id_provider_win_unittest.cc', | 162 'metrics/machine_id_provider_win_unittest.cc', |
| 165 'metrics/metrics_hashes_unittest.cc', | 163 'metrics/metrics_hashes_unittest.cc', |
| 166 'metrics/metrics_log_manager_unittest.cc', | 164 'metrics/metrics_log_manager_unittest.cc', |
| 167 'metrics/metrics_log_unittest.cc', | 165 'metrics/metrics_log_unittest.cc', |
| 168 'metrics/metrics_reporting_scheduler_unittest.cc', | 166 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 169 'metrics/metrics_service_unittest.cc', | 167 'metrics/metrics_service_unittest.cc', |
| 170 'metrics/metrics_state_manager_unittest.cc', | 168 'metrics/metrics_state_manager_unittest.cc', |
| 171 'metrics/persisted_logs_unittest.cc', | 169 'metrics/persisted_logs_unittest.cc', |
| 172 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 170 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
| 173 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 171 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1078 'dependencies': [ | 1076 'dependencies': [ |
| 1079 '../base/allocator/allocator.gyp:allocator', | 1077 '../base/allocator/allocator.gyp:allocator', |
| 1080 ], | 1078 ], |
| 1081 }], | 1079 }], |
| 1082 ], | 1080 ], |
| 1083 }, | 1081 }, |
| 1084 ], | 1082 ], |
| 1085 }], | 1083 }], |
| 1086 ], | 1084 ], |
| 1087 } | 1085 } |
| OLD | NEW |