| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'metrics/machine_id_provider_win_unittest.cc', | 151 'metrics/machine_id_provider_win_unittest.cc', |
| 152 'metrics/metrics_hashes_unittest.cc', | 152 'metrics/metrics_hashes_unittest.cc', |
| 153 'metrics/metrics_log_manager_unittest.cc', | 153 'metrics/metrics_log_manager_unittest.cc', |
| 154 'metrics/metrics_log_unittest.cc', | 154 'metrics/metrics_log_unittest.cc', |
| 155 'metrics/metrics_reporting_scheduler_unittest.cc', | 155 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 156 'metrics/metrics_service_unittest.cc', | 156 'metrics/metrics_service_unittest.cc', |
| 157 'metrics/metrics_state_manager_unittest.cc', | 157 'metrics/metrics_state_manager_unittest.cc', |
| 158 'metrics/persisted_logs_unittest.cc', | 158 'metrics/persisted_logs_unittest.cc', |
| 159 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 159 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
| 160 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 160 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 161 'network_configuration/wifi_security_class_unittest.cc', |
| 161 'network_time/network_time_tracker_unittest.cc', | 162 'network_time/network_time_tracker_unittest.cc', |
| 162 'omaha_query_params/omaha_query_params_unittest.cc', | 163 'omaha_query_params/omaha_query_params_unittest.cc', |
| 163 'omnibox/answers_cache_unittest.cc', | 164 'omnibox/answers_cache_unittest.cc', |
| 164 'omnibox/base_search_provider_unittest.cc', | 165 'omnibox/base_search_provider_unittest.cc', |
| 165 'omnibox/autocomplete_input_unittest.cc', | 166 'omnibox/autocomplete_input_unittest.cc', |
| 166 'omnibox/autocomplete_match_unittest.cc', | 167 'omnibox/autocomplete_match_unittest.cc', |
| 167 'omnibox/autocomplete_result_unittest.cc', | 168 'omnibox/autocomplete_result_unittest.cc', |
| 168 'omnibox/keyword_provider_unittest.cc', | 169 'omnibox/keyword_provider_unittest.cc', |
| 169 'omnibox/omnibox_field_trial_unittest.cc', | 170 'omnibox/omnibox_field_trial_unittest.cc', |
| 170 'omnibox/search_suggestion_parser_unittest.cc', | 171 'omnibox/search_suggestion_parser_unittest.cc', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 'components.gyp:leveldb_proto', | 376 'components.gyp:leveldb_proto', |
| 376 'components.gyp:leveldb_proto_test_support', | 377 'components.gyp:leveldb_proto_test_support', |
| 377 | 378 |
| 378 # Dependencies of metrics | 379 # Dependencies of metrics |
| 379 'components.gyp:metrics', | 380 'components.gyp:metrics', |
| 380 'components.gyp:metrics_gpu', | 381 'components.gyp:metrics_gpu', |
| 381 'components.gyp:metrics_net', | 382 'components.gyp:metrics_net', |
| 382 'components.gyp:metrics_profiler', | 383 'components.gyp:metrics_profiler', |
| 383 'components.gyp:metrics_test_support', | 384 'components.gyp:metrics_test_support', |
| 384 | 385 |
| 386 # Dependencies of network_configuration |
| 387 'components.gyp:network_configuration', |
| 388 |
| 385 # Dependencies of network_time | 389 # Dependencies of network_time |
| 386 'components.gyp:network_time', | 390 'components.gyp:network_time', |
| 387 | 391 |
| 388 # Dependencies of omaha_query_params | 392 # Dependencies of omaha_query_params |
| 389 'components.gyp:omaha_query_params', | 393 'components.gyp:omaha_query_params', |
| 390 | 394 |
| 391 # Dependencies of omnibox | 395 # Dependencies of omnibox |
| 392 'components.gyp:omnibox', | 396 'components.gyp:omnibox', |
| 393 'components.gyp:omnibox_test_support', | 397 'components.gyp:omnibox_test_support', |
| 394 | 398 |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'dependencies': [ | 988 'dependencies': [ |
| 985 '../base/allocator/allocator.gyp:allocator', | 989 '../base/allocator/allocator.gyp:allocator', |
| 986 ], | 990 ], |
| 987 }], | 991 }], |
| 988 ], | 992 ], |
| 989 }, | 993 }, |
| 990 ], | 994 ], |
| 991 }], | 995 }], |
| 992 ], | 996 ], |
| 993 } | 997 } |
| OLD | NEW |