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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'logging_unittest.cc', | 467 'logging_unittest.cc', |
468 'mac/bind_objc_block_unittest.mm', | 468 'mac/bind_objc_block_unittest.mm', |
469 'mac/foundation_util_unittest.mm', | 469 'mac/foundation_util_unittest.mm', |
470 'mac/libdispatch_task_runner_unittest.cc', | 470 'mac/libdispatch_task_runner_unittest.cc', |
471 'mac/mac_util_unittest.mm', | 471 'mac/mac_util_unittest.mm', |
472 'mac/objc_property_releaser_unittest.mm', | 472 'mac/objc_property_releaser_unittest.mm', |
473 'mac/scoped_nsobject_unittest.mm', | 473 'mac/scoped_nsobject_unittest.mm', |
474 'mac/scoped_sending_event_unittest.mm', | 474 'mac/scoped_sending_event_unittest.mm', |
475 'md5_unittest.cc', | 475 'md5_unittest.cc', |
476 'memory/aligned_memory_unittest.cc', | 476 'memory/aligned_memory_unittest.cc', |
477 'memory/discardable_memory_allocator_android_unittest.cc', | 477 'memory/discardable_memory_ashmem_allocator_unittest.cc', |
478 'memory/discardable_memory_manager_unittest.cc', | 478 'memory/discardable_memory_manager_unittest.cc', |
479 'memory/discardable_memory_unittest.cc', | 479 'memory/discardable_memory_unittest.cc', |
480 'memory/linked_ptr_unittest.cc', | 480 'memory/linked_ptr_unittest.cc', |
481 'memory/ref_counted_memory_unittest.cc', | 481 'memory/ref_counted_memory_unittest.cc', |
482 'memory/ref_counted_unittest.cc', | 482 'memory/ref_counted_unittest.cc', |
483 'memory/scoped_ptr_unittest.cc', | 483 'memory/scoped_ptr_unittest.cc', |
484 'memory/scoped_ptr_unittest.nc', | 484 'memory/scoped_ptr_unittest.nc', |
485 'memory/scoped_vector_unittest.cc', | 485 'memory/scoped_vector_unittest.cc', |
486 'memory/shared_memory_unittest.cc', | 486 'memory/shared_memory_unittest.cc', |
487 'memory/singleton_unittest.cc', | 487 'memory/singleton_unittest.cc', |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1447 'base_unittests.isolate', | 1447 'base_unittests.isolate', |
1448 ], | 1448 ], |
1449 'sources': [ | 1449 'sources': [ |
1450 'base_unittests.isolate', | 1450 'base_unittests.isolate', |
1451 ], | 1451 ], |
1452 }, | 1452 }, |
1453 ], | 1453 ], |
1454 }], | 1454 }], |
1455 ], | 1455 ], |
1456 } | 1456 } |
OLD | NEW |