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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'metrics/persisted_logs_unittest.cc', | 361 'metrics/persisted_logs_unittest.cc', |
362 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 362 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
363 'metrics/profiler/tracking_synchronizer_unittest.cc', | 363 'metrics/profiler/tracking_synchronizer_unittest.cc', |
364 'metrics/stability_metrics_helper_unittest.cc', | 364 'metrics/stability_metrics_helper_unittest.cc', |
365 'metrics/ui/screen_info_metrics_provider_unittest.cc', | 365 'metrics/ui/screen_info_metrics_provider_unittest.cc', |
366 ], | 366 ], |
367 'metrics_leak_detector_unittest_sources': [ | 367 'metrics_leak_detector_unittest_sources': [ |
368 'metrics/leak_detector/call_stack_manager_unittest.cc', | 368 'metrics/leak_detector/call_stack_manager_unittest.cc', |
369 'metrics/leak_detector/call_stack_table_unittest.cc', | 369 'metrics/leak_detector/call_stack_table_unittest.cc', |
370 'metrics/leak_detector/leak_analyzer_unittest.cc', | 370 'metrics/leak_detector/leak_analyzer_unittest.cc', |
| 371 'metrics/leak_detector/leak_detector_unittest.cc', |
371 'metrics/leak_detector/leak_detector_impl_unittest.cc', | 372 'metrics/leak_detector/leak_detector_impl_unittest.cc', |
372 'metrics/leak_detector/ranked_list_unittest.cc', | 373 'metrics/leak_detector/ranked_list_unittest.cc', |
373 ], | 374 ], |
374 'mime_util_unittest_sources': [ | 375 'mime_util_unittest_sources': [ |
375 'mime_util/mime_util_unittest.cc', | 376 'mime_util/mime_util_unittest.cc', |
376 ], | 377 ], |
377 'nacl_unittest_sources': [ | 378 'nacl_unittest_sources': [ |
378 'nacl/browser/nacl_file_host_unittest.cc', | 379 'nacl/browser/nacl_file_host_unittest.cc', |
379 'nacl/browser/nacl_process_host_unittest.cc', | 380 'nacl/browser/nacl_process_host_unittest.cc', |
380 'nacl/browser/nacl_validation_cache_unittest.cc', | 381 'nacl/browser/nacl_validation_cache_unittest.cc', |
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1898 'dependencies': [ | 1899 'dependencies': [ |
1899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1900 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1900 ], | 1901 ], |
1901 }], | 1902 }], |
1902 ], | 1903 ], |
1903 }, | 1904 }, |
1904 ], | 1905 ], |
1905 }], | 1906 }], |
1906 ], | 1907 ], |
1907 } | 1908 } |
OLD | NEW |