| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'mac/scoped_objc_class_swizzler_unittest.mm', | 520 'mac/scoped_objc_class_swizzler_unittest.mm', |
| 521 'mac/scoped_sending_event_unittest.mm', | 521 'mac/scoped_sending_event_unittest.mm', |
| 522 'md5_unittest.cc', | 522 'md5_unittest.cc', |
| 523 'memory/aligned_memory_unittest.cc', | 523 'memory/aligned_memory_unittest.cc', |
| 524 'memory/discardable_shared_memory_unittest.cc', | 524 'memory/discardable_shared_memory_unittest.cc', |
| 525 'memory/linked_ptr_unittest.cc', | 525 'memory/linked_ptr_unittest.cc', |
| 526 'memory/memory_pressure_listener_unittest.cc', | 526 'memory/memory_pressure_listener_unittest.cc', |
| 527 'memory/memory_pressure_monitor_chromeos_unittest.cc', | 527 'memory/memory_pressure_monitor_chromeos_unittest.cc', |
| 528 'memory/memory_pressure_monitor_mac_unittest.cc', | 528 'memory/memory_pressure_monitor_mac_unittest.cc', |
| 529 'memory/memory_pressure_monitor_win_unittest.cc', | 529 'memory/memory_pressure_monitor_win_unittest.cc', |
| 530 'memory/ptr_util_unittest.cc', |
| 530 'memory/ref_counted_memory_unittest.cc', | 531 'memory/ref_counted_memory_unittest.cc', |
| 531 'memory/ref_counted_unittest.cc', | 532 'memory/ref_counted_unittest.cc', |
| 532 'memory/scoped_ptr_unittest.cc', | 533 'memory/scoped_ptr_unittest.cc', |
| 533 'memory/scoped_ptr_unittest.nc', | 534 'memory/scoped_ptr_unittest.nc', |
| 534 'memory/scoped_vector_unittest.cc', | 535 'memory/scoped_vector_unittest.cc', |
| 535 'memory/shared_memory_unittest.cc', | 536 'memory/shared_memory_unittest.cc', |
| 536 'memory/shared_memory_mac_unittest.cc', | 537 'memory/shared_memory_mac_unittest.cc', |
| 537 'memory/singleton_unittest.cc', | 538 'memory/singleton_unittest.cc', |
| 538 'memory/weak_ptr_unittest.cc', | 539 'memory/weak_ptr_unittest.cc', |
| 539 'memory/weak_ptr_unittest.nc', | 540 'memory/weak_ptr_unittest.nc', |
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1734 '../build/isolate.gypi', | 1735 '../build/isolate.gypi', |
| 1735 ], | 1736 ], |
| 1736 'sources': [ | 1737 'sources': [ |
| 1737 'base_unittests.isolate', | 1738 'base_unittests.isolate', |
| 1738 ], | 1739 ], |
| 1739 }, | 1740 }, |
| 1740 ], | 1741 ], |
| 1741 }], | 1742 }], |
| 1742 ], | 1743 ], |
| 1743 } | 1744 } |
| OLD | NEW |