| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 'mac/libdispatch_task_runner_unittest.cc', | 512 'mac/libdispatch_task_runner_unittest.cc', |
| 513 'mac/mac_util_unittest.mm', | 513 'mac/mac_util_unittest.mm', |
| 514 'mac/objc_property_releaser_unittest.mm', | 514 'mac/objc_property_releaser_unittest.mm', |
| 515 'mac/scoped_nsobject_unittest.mm', | 515 'mac/scoped_nsobject_unittest.mm', |
| 516 'mac/scoped_objc_class_swizzler_unittest.mm', | 516 'mac/scoped_objc_class_swizzler_unittest.mm', |
| 517 'mac/scoped_sending_event_unittest.mm', | 517 'mac/scoped_sending_event_unittest.mm', |
| 518 'md5_unittest.cc', | 518 'md5_unittest.cc', |
| 519 'memory/aligned_memory_unittest.cc', | 519 'memory/aligned_memory_unittest.cc', |
| 520 'memory/discardable_shared_memory_unittest.cc', | 520 'memory/discardable_shared_memory_unittest.cc', |
| 521 'memory/linked_ptr_unittest.cc', | 521 'memory/linked_ptr_unittest.cc', |
| 522 'memory/memory_pressure_listener_unittest.cc', |
| 522 'memory/memory_pressure_monitor_chromeos_unittest.cc', | 523 'memory/memory_pressure_monitor_chromeos_unittest.cc', |
| 523 'memory/memory_pressure_monitor_mac_unittest.cc', | 524 'memory/memory_pressure_monitor_mac_unittest.cc', |
| 524 'memory/memory_pressure_monitor_win_unittest.cc', | 525 'memory/memory_pressure_monitor_win_unittest.cc', |
| 525 'memory/ref_counted_memory_unittest.cc', | 526 'memory/ref_counted_memory_unittest.cc', |
| 526 'memory/ref_counted_unittest.cc', | 527 'memory/ref_counted_unittest.cc', |
| 527 'memory/scoped_ptr_unittest.cc', | 528 'memory/scoped_ptr_unittest.cc', |
| 528 'memory/scoped_ptr_unittest.nc', | 529 'memory/scoped_ptr_unittest.nc', |
| 529 'memory/scoped_vector_unittest.cc', | 530 'memory/scoped_vector_unittest.cc', |
| 530 'memory/shared_memory_unittest.cc', | 531 'memory/shared_memory_unittest.cc', |
| 531 'memory/singleton_unittest.cc', | 532 'memory/singleton_unittest.cc', |
| (...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 '../build/isolate.gypi', | 1661 '../build/isolate.gypi', |
| 1661 ], | 1662 ], |
| 1662 'sources': [ | 1663 'sources': [ |
| 1663 'base_unittests.isolate', | 1664 'base_unittests.isolate', |
| 1664 ], | 1665 ], |
| 1665 }, | 1666 }, |
| 1666 ], | 1667 ], |
| 1667 }], | 1668 }], |
| 1668 ], | 1669 ], |
| 1669 } | 1670 } |
| OLD | NEW |