| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'memory_pressure/test_memory_pressure_calculator.h', | 349 'memory_pressure/test_memory_pressure_calculator.h', |
| 350 ], | 350 ], |
| 351 'metrics_unittest_sources': [ | 351 'metrics_unittest_sources': [ |
| 352 'metrics/call_stack_profile_metrics_provider_unittest.cc', | 352 'metrics/call_stack_profile_metrics_provider_unittest.cc', |
| 353 'metrics/cloned_install_detector_unittest.cc', | 353 'metrics/cloned_install_detector_unittest.cc', |
| 354 'metrics/daily_event_unittest.cc', | 354 'metrics/daily_event_unittest.cc', |
| 355 'metrics/drive_metrics_provider_unittest.cc', | 355 'metrics/drive_metrics_provider_unittest.cc', |
| 356 'metrics/file_metrics_provider_unittest.cc', | 356 'metrics/file_metrics_provider_unittest.cc', |
| 357 'metrics/histogram_encoder_unittest.cc', | 357 'metrics/histogram_encoder_unittest.cc', |
| 358 'metrics/machine_id_provider_win_unittest.cc', | 358 'metrics/machine_id_provider_win_unittest.cc', |
| 359 'metrics/metrics_data_use_measurements_unittest.cc', |
| 359 'metrics/metrics_log_manager_unittest.cc', | 360 'metrics/metrics_log_manager_unittest.cc', |
| 360 'metrics/metrics_log_unittest.cc', | 361 'metrics/metrics_log_unittest.cc', |
| 361 'metrics/metrics_reporting_scheduler_unittest.cc', | 362 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 362 'metrics/metrics_service_unittest.cc', | 363 'metrics/metrics_service_unittest.cc', |
| 363 'metrics/metrics_state_manager_unittest.cc', | 364 'metrics/metrics_state_manager_unittest.cc', |
| 364 'metrics/net/net_metrics_log_uploader_unittest.cc', | 365 'metrics/net/net_metrics_log_uploader_unittest.cc', |
| 365 'metrics/persisted_logs_unittest.cc', | 366 'metrics/persisted_logs_unittest.cc', |
| 366 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 367 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
| 367 'metrics/profiler/tracking_synchronizer_unittest.cc', | 368 'metrics/profiler/tracking_synchronizer_unittest.cc', |
| 368 'metrics/stability_metrics_helper_unittest.cc', | 369 'metrics/stability_metrics_helper_unittest.cc', |
| (...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1915 'dependencies': [ | 1916 'dependencies': [ |
| 1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1917 ], | 1918 ], |
| 1918 }], | 1919 }], |
| 1919 ], | 1920 ], |
| 1920 }, | 1921 }, |
| 1921 ], | 1922 ], |
| 1922 }], | 1923 }], |
| 1923 ], | 1924 ], |
| 1924 } | 1925 } |
| OLD | NEW |