| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'metrics/profiler/tracking_synchronizer_unittest.cc', | 383 'metrics/profiler/tracking_synchronizer_unittest.cc', |
| 384 'metrics/stability_metrics_helper_unittest.cc', | 384 'metrics/stability_metrics_helper_unittest.cc', |
| 385 'metrics/ui/screen_info_metrics_provider_unittest.cc', | 385 'metrics/ui/screen_info_metrics_provider_unittest.cc', |
| 386 ], | 386 ], |
| 387 'metrics_leak_detector_unittest_sources': [ | 387 'metrics_leak_detector_unittest_sources': [ |
| 388 'metrics/leak_detector/call_stack_manager_unittest.cc', | 388 'metrics/leak_detector/call_stack_manager_unittest.cc', |
| 389 'metrics/leak_detector/call_stack_table_unittest.cc', | 389 'metrics/leak_detector/call_stack_table_unittest.cc', |
| 390 'metrics/leak_detector/leak_analyzer_unittest.cc', | 390 'metrics/leak_detector/leak_analyzer_unittest.cc', |
| 391 'metrics/leak_detector/leak_detector_impl_unittest.cc', | 391 'metrics/leak_detector/leak_detector_impl_unittest.cc', |
| 392 'metrics/leak_detector/leak_detector_unittest.cc', | 392 'metrics/leak_detector/leak_detector_unittest.cc', |
| 393 'metrics/leak_detector/protobuf_to_mojo_converter_unittest.cc', |
| 393 'metrics/leak_detector/ranked_set_unittest.cc', | 394 'metrics/leak_detector/ranked_set_unittest.cc', |
| 394 ], | 395 ], |
| 395 'mime_util_unittest_sources': [ | 396 'mime_util_unittest_sources': [ |
| 396 'mime_util/mime_util_unittest.cc', | 397 'mime_util/mime_util_unittest.cc', |
| 397 ], | 398 ], |
| 398 'nacl_unittest_sources': [ | 399 'nacl_unittest_sources': [ |
| 399 'nacl/browser/nacl_file_host_unittest.cc', | 400 'nacl/browser/nacl_file_host_unittest.cc', |
| 400 'nacl/browser/nacl_process_host_unittest.cc', | 401 'nacl/browser/nacl_process_host_unittest.cc', |
| 401 'nacl/browser/nacl_validation_cache_unittest.cc', | 402 'nacl/browser/nacl_validation_cache_unittest.cc', |
| 402 'nacl/browser/pnacl_host_unittest.cc', | 403 'nacl/browser/pnacl_host_unittest.cc', |
| (...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2031 'dependencies': [ | 2032 'dependencies': [ |
| 2032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2033 ], | 2034 ], |
| 2034 }], | 2035 }], |
| 2035 ], | 2036 ], |
| 2036 }, | 2037 }, |
| 2037 ], | 2038 ], |
| 2038 }], | 2039 }], |
| 2039 ], | 2040 ], |
| 2040 } | 2041 } |
| OLD | NEW |