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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 'metrics/metrics_hashes_unittest.cc', | 333 'metrics/metrics_hashes_unittest.cc', |
334 'metrics/metrics_log_manager_unittest.cc', | 334 'metrics/metrics_log_manager_unittest.cc', |
335 'metrics/metrics_log_unittest.cc', | 335 'metrics/metrics_log_unittest.cc', |
336 'metrics/metrics_reporting_scheduler_unittest.cc', | 336 'metrics/metrics_reporting_scheduler_unittest.cc', |
337 'metrics/metrics_service_unittest.cc', | 337 'metrics/metrics_service_unittest.cc', |
338 'metrics/metrics_state_manager_unittest.cc', | 338 'metrics/metrics_state_manager_unittest.cc', |
339 'metrics/net/net_metrics_log_uploader_unittest.cc', | 339 'metrics/net/net_metrics_log_uploader_unittest.cc', |
340 'metrics/persisted_logs_unittest.cc', | 340 'metrics/persisted_logs_unittest.cc', |
341 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 341 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
342 'metrics/profiler/tracking_synchronizer_unittest.cc', | 342 'metrics/profiler/tracking_synchronizer_unittest.cc', |
| 343 'metrics/stability_metrics_helper_unittest.cc', |
343 ], | 344 ], |
344 'mime_util_unittest_sources': [ | 345 'mime_util_unittest_sources': [ |
345 'mime_util/mime_util_unittest.cc', | 346 'mime_util/mime_util_unittest.cc', |
346 ], | 347 ], |
347 'nacl_unittest_sources': [ | 348 'nacl_unittest_sources': [ |
348 'nacl/browser/nacl_file_host_unittest.cc', | 349 'nacl/browser/nacl_file_host_unittest.cc', |
349 'nacl/browser/nacl_process_host_unittest.cc', | 350 'nacl/browser/nacl_process_host_unittest.cc', |
350 'nacl/browser/nacl_validation_cache_unittest.cc', | 351 'nacl/browser/nacl_validation_cache_unittest.cc', |
351 'nacl/browser/pnacl_host_unittest.cc', | 352 'nacl/browser/pnacl_host_unittest.cc', |
352 'nacl/browser/pnacl_translation_cache_unittest.cc', | 353 'nacl/browser/pnacl_translation_cache_unittest.cc', |
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1717 'dependencies': [ | 1718 'dependencies': [ |
1718 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1719 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1719 ], | 1720 ], |
1720 }], | 1721 }], |
1721 ], | 1722 ], |
1722 }, | 1723 }, |
1723 ], | 1724 ], |
1724 }], | 1725 }], |
1725 ], | 1726 ], |
1726 } | 1727 } |
OLD | NEW |