| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'history/core/common/thumbnail_score_unittest.cc', | 121 'history/core/common/thumbnail_score_unittest.cc', |
| 122 'invalidation/invalidation_logger_unittest.cc', | 122 'invalidation/invalidation_logger_unittest.cc', |
| 123 'json_schema/json_schema_validator_unittest.cc', | 123 'json_schema/json_schema_validator_unittest.cc', |
| 124 'json_schema/json_schema_validator_unittest_base.cc', | 124 'json_schema/json_schema_validator_unittest_base.cc', |
| 125 'json_schema/json_schema_validator_unittest_base.h', | 125 'json_schema/json_schema_validator_unittest_base.h', |
| 126 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 126 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 127 'keyed_service/core/dependency_graph_unittest.cc', | 127 'keyed_service/core/dependency_graph_unittest.cc', |
| 128 'language_usage_metrics/language_usage_metrics_unittest.cc', | 128 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 129 'leveldb_proto/proto_database_impl_unittest.cc', | 129 'leveldb_proto/proto_database_impl_unittest.cc', |
| 130 'metrics/compression_utils_unittest.cc', | 130 'metrics/compression_utils_unittest.cc', |
| 131 'metrics/daily_interval_unittest.cc', |
| 131 'metrics/machine_id_provider_win_unittest.cc', | 132 'metrics/machine_id_provider_win_unittest.cc', |
| 132 'metrics/metrics_hashes_unittest.cc', | 133 'metrics/metrics_hashes_unittest.cc', |
| 133 'metrics/metrics_log_manager_unittest.cc', | 134 'metrics/metrics_log_manager_unittest.cc', |
| 134 'metrics/metrics_log_unittest.cc', | 135 'metrics/metrics_log_unittest.cc', |
| 135 'metrics/metrics_reporting_scheduler_unittest.cc', | 136 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 136 'metrics/metrics_service_unittest.cc', | 137 'metrics/metrics_service_unittest.cc', |
| 137 'metrics/metrics_state_manager_unittest.cc', | 138 'metrics/metrics_state_manager_unittest.cc', |
| 138 'metrics/persisted_logs_unittest.cc', | 139 'metrics/persisted_logs_unittest.cc', |
| 139 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 140 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 140 'network_time/network_time_tracker_unittest.cc', | 141 'network_time/network_time_tracker_unittest.cc', |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 'dependencies': [ | 911 'dependencies': [ |
| 911 '../base/allocator/allocator.gyp:allocator', | 912 '../base/allocator/allocator.gyp:allocator', |
| 912 ], | 913 ], |
| 913 }], | 914 }], |
| 914 ], | 915 ], |
| 915 }, | 916 }, |
| 916 ], | 917 ], |
| 917 }], | 918 }], |
| 918 ], | 919 ], |
| 919 } | 920 } |
| OLD | NEW |