OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'metrics/persistent_histogram_allocator_unittest.cc', | 489 'metrics/persistent_histogram_allocator_unittest.cc', |
490 'metrics/persistent_memory_allocator_unittest.cc', | 490 'metrics/persistent_memory_allocator_unittest.cc', |
491 'metrics/persistent_sample_map_unittest.cc', | 491 'metrics/persistent_sample_map_unittest.cc', |
492 'metrics/sample_map_unittest.cc', | 492 'metrics/sample_map_unittest.cc', |
493 'metrics/sample_vector_unittest.cc', | 493 'metrics/sample_vector_unittest.cc', |
494 'metrics/sparse_histogram_unittest.cc', | 494 'metrics/sparse_histogram_unittest.cc', |
495 'metrics/statistics_recorder_unittest.cc', | 495 'metrics/statistics_recorder_unittest.cc', |
496 'native_library_unittest.cc', | 496 'native_library_unittest.cc', |
497 'numerics/safe_numerics_unittest.cc', | 497 'numerics/safe_numerics_unittest.cc', |
498 'observer_list_unittest.cc', | 498 'observer_list_unittest.cc', |
| 499 'optional_unittest.cc', |
499 'os_compat_android_unittest.cc', | 500 'os_compat_android_unittest.cc', |
500 'path_service_unittest.cc', | 501 'path_service_unittest.cc', |
501 'pickle_unittest.cc', | 502 'pickle_unittest.cc', |
502 'posix/file_descriptor_shuffle_unittest.cc', | 503 'posix/file_descriptor_shuffle_unittest.cc', |
503 'posix/unix_domain_socket_linux_unittest.cc', | 504 'posix/unix_domain_socket_linux_unittest.cc', |
504 'power_monitor/power_monitor_unittest.cc', | 505 'power_monitor/power_monitor_unittest.cc', |
505 'process/memory_unittest.cc', | 506 'process/memory_unittest.cc', |
506 'process/memory_unittest_mac.h', | 507 'process/memory_unittest_mac.h', |
507 'process/memory_unittest_mac.mm', | 508 'process/memory_unittest_mac.mm', |
508 'process/process_metrics_unittest.cc', | 509 'process/process_metrics_unittest.cc', |
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 '../build/isolate.gypi', | 1722 '../build/isolate.gypi', |
1722 ], | 1723 ], |
1723 'sources': [ | 1724 'sources': [ |
1724 'base_unittests.isolate', | 1725 'base_unittests.isolate', |
1725 ], | 1726 ], |
1726 }, | 1727 }, |
1727 ], | 1728 ], |
1728 }], | 1729 }], |
1729 ], | 1730 ], |
1730 } | 1731 } |
OLD | NEW |