| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'leveldb_proto/proto_database_impl_unittest.cc', | 144 'leveldb_proto/proto_database_impl_unittest.cc', |
| 145 'metrics/compression_utils_unittest.cc', | 145 'metrics/compression_utils_unittest.cc', |
| 146 'metrics/machine_id_provider_win_unittest.cc', | 146 'metrics/machine_id_provider_win_unittest.cc', |
| 147 'metrics/metrics_hashes_unittest.cc', | 147 'metrics/metrics_hashes_unittest.cc', |
| 148 'metrics/metrics_log_manager_unittest.cc', | 148 'metrics/metrics_log_manager_unittest.cc', |
| 149 'metrics/metrics_log_unittest.cc', | 149 'metrics/metrics_log_unittest.cc', |
| 150 'metrics/metrics_reporting_scheduler_unittest.cc', | 150 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 151 'metrics/metrics_service_unittest.cc', | 151 'metrics/metrics_service_unittest.cc', |
| 152 'metrics/metrics_state_manager_unittest.cc', | 152 'metrics/metrics_state_manager_unittest.cc', |
| 153 'metrics/persisted_logs_unittest.cc', | 153 'metrics/persisted_logs_unittest.cc', |
| 154 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
| 154 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 155 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 155 'network_time/network_time_tracker_unittest.cc', | 156 'network_time/network_time_tracker_unittest.cc', |
| 156 'omaha_query_params/omaha_query_params_unittest.cc', | 157 'omaha_query_params/omaha_query_params_unittest.cc', |
| 157 'omnibox/answers_cache_unittest.cc', | 158 'omnibox/answers_cache_unittest.cc', |
| 158 'omnibox/autocomplete_input_unittest.cc', | 159 'omnibox/autocomplete_input_unittest.cc', |
| 159 'omnibox/autocomplete_match_unittest.cc', | 160 'omnibox/autocomplete_match_unittest.cc', |
| 160 'omnibox/autocomplete_result_unittest.cc', | 161 'omnibox/autocomplete_result_unittest.cc', |
| 161 'omnibox/keyword_provider_unittest.cc', | 162 'omnibox/keyword_provider_unittest.cc', |
| 162 'omnibox/omnibox_field_trial_unittest.cc', | 163 'omnibox/omnibox_field_trial_unittest.cc', |
| 163 'omnibox/search_suggestion_parser_unittest.cc', | 164 'omnibox/search_suggestion_parser_unittest.cc', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 | 363 |
| 363 # Dependencies of leveldb_proto | 364 # Dependencies of leveldb_proto |
| 364 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 365 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 365 'components.gyp:leveldb_proto', | 366 'components.gyp:leveldb_proto', |
| 366 'components.gyp:leveldb_proto_test_support', | 367 'components.gyp:leveldb_proto_test_support', |
| 367 | 368 |
| 368 # Dependencies of metrics | 369 # Dependencies of metrics |
| 369 'components.gyp:metrics', | 370 'components.gyp:metrics', |
| 370 'components.gyp:metrics_gpu', | 371 'components.gyp:metrics_gpu', |
| 371 'components.gyp:metrics_net', | 372 'components.gyp:metrics_net', |
| 373 'components.gyp:metrics_profiler', |
| 372 'components.gyp:metrics_test_support', | 374 'components.gyp:metrics_test_support', |
| 373 | 375 |
| 374 # Dependencies of network_time | 376 # Dependencies of network_time |
| 375 'components.gyp:network_time', | 377 'components.gyp:network_time', |
| 376 | 378 |
| 377 # Dependencies of omaha_query_params | 379 # Dependencies of omaha_query_params |
| 378 'components.gyp:omaha_query_params', | 380 'components.gyp:omaha_query_params', |
| 379 | 381 |
| 380 # Dependencies of omnibox | 382 # Dependencies of omnibox |
| 381 'components.gyp:omnibox', | 383 'components.gyp:omnibox', |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 'dependencies': [ | 949 'dependencies': [ |
| 948 '../base/allocator/allocator.gyp:allocator', | 950 '../base/allocator/allocator.gyp:allocator', |
| 949 ], | 951 ], |
| 950 }], | 952 }], |
| 951 ], | 953 ], |
| 952 }, | 954 }, |
| 953 ], | 955 ], |
| 954 }], | 956 }], |
| 955 ], | 957 ], |
| 956 } | 958 } |
| OLD | NEW |