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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'logging_unittest.cc', | 522 'logging_unittest.cc', |
523 'mac/bind_objc_block_unittest.mm', | 523 'mac/bind_objc_block_unittest.mm', |
524 'mac/foundation_util_unittest.mm', | 524 'mac/foundation_util_unittest.mm', |
525 'mac/libdispatch_task_runner_unittest.cc', | 525 'mac/libdispatch_task_runner_unittest.cc', |
526 'mac/mac_util_unittest.mm', | 526 'mac/mac_util_unittest.mm', |
527 'mac/objc_property_releaser_unittest.mm', | 527 'mac/objc_property_releaser_unittest.mm', |
528 'mac/scoped_nsobject_unittest.mm', | 528 'mac/scoped_nsobject_unittest.mm', |
529 'mac/scoped_sending_event_unittest.mm', | 529 'mac/scoped_sending_event_unittest.mm', |
530 'md5_unittest.cc', | 530 'md5_unittest.cc', |
531 'memory/aligned_memory_unittest.cc', | 531 'memory/aligned_memory_unittest.cc', |
| 532 'memory/discardable_memory_allocator_unittest.cc', |
532 'memory/discardable_memory_unittest.cc', | 533 'memory/discardable_memory_unittest.cc', |
533 'memory/linked_ptr_unittest.cc', | 534 'memory/linked_ptr_unittest.cc', |
534 'memory/ref_counted_memory_unittest.cc', | 535 'memory/ref_counted_memory_unittest.cc', |
535 'memory/ref_counted_unittest.cc', | 536 'memory/ref_counted_unittest.cc', |
536 'memory/scoped_ptr_unittest.cc', | 537 'memory/scoped_ptr_unittest.cc', |
537 'memory/scoped_ptr_unittest.nc', | 538 'memory/scoped_ptr_unittest.nc', |
538 'memory/scoped_vector_unittest.cc', | 539 'memory/scoped_vector_unittest.cc', |
539 'memory/shared_memory_unittest.cc', | 540 'memory/shared_memory_unittest.cc', |
540 'memory/singleton_unittest.cc', | 541 'memory/singleton_unittest.cc', |
541 'memory/weak_ptr_unittest.cc', | 542 'memory/weak_ptr_unittest.cc', |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1348 'base_unittests.isolate', | 1349 'base_unittests.isolate', |
1349 ], | 1350 ], |
1350 'sources': [ | 1351 'sources': [ |
1351 'base_unittests.isolate', | 1352 'base_unittests.isolate', |
1352 ], | 1353 ], |
1353 }, | 1354 }, |
1354 ], | 1355 ], |
1355 }], | 1356 }], |
1356 ], | 1357 ], |
1357 } | 1358 } |
OLD | NEW |