| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'memory/linked_ptr_unittest.cc', | 524 'memory/linked_ptr_unittest.cc', |
| 525 'memory/memory_pressure_listener_unittest.cc', | 525 'memory/memory_pressure_listener_unittest.cc', |
| 526 'memory/memory_pressure_monitor_chromeos_unittest.cc', | 526 'memory/memory_pressure_monitor_chromeos_unittest.cc', |
| 527 'memory/memory_pressure_monitor_mac_unittest.cc', | 527 'memory/memory_pressure_monitor_mac_unittest.cc', |
| 528 'memory/memory_pressure_monitor_win_unittest.cc', | 528 'memory/memory_pressure_monitor_win_unittest.cc', |
| 529 'memory/ref_counted_memory_unittest.cc', | 529 'memory/ref_counted_memory_unittest.cc', |
| 530 'memory/ref_counted_unittest.cc', | 530 'memory/ref_counted_unittest.cc', |
| 531 'memory/scoped_ptr_unittest.cc', | 531 'memory/scoped_ptr_unittest.cc', |
| 532 'memory/scoped_ptr_unittest.nc', | 532 'memory/scoped_ptr_unittest.nc', |
| 533 'memory/scoped_vector_unittest.cc', | 533 'memory/scoped_vector_unittest.cc', |
| 534 'memory/shared_memory_allocator_unittest.cc', |
| 534 'memory/shared_memory_unittest.cc', | 535 'memory/shared_memory_unittest.cc', |
| 535 'memory/shared_memory_mac_unittest.cc', | 536 'memory/shared_memory_mac_unittest.cc', |
| 536 'memory/singleton_unittest.cc', | 537 'memory/singleton_unittest.cc', |
| 537 'memory/weak_ptr_unittest.cc', | 538 'memory/weak_ptr_unittest.cc', |
| 538 'memory/weak_ptr_unittest.nc', | 539 'memory/weak_ptr_unittest.nc', |
| 539 'message_loop/message_loop_task_runner_unittest.cc', | 540 'message_loop/message_loop_task_runner_unittest.cc', |
| 540 'message_loop/message_loop_unittest.cc', | 541 'message_loop/message_loop_unittest.cc', |
| 541 'message_loop/message_pump_glib_unittest.cc', | 542 'message_loop/message_pump_glib_unittest.cc', |
| 542 'message_loop/message_pump_io_ios_unittest.cc', | 543 'message_loop/message_pump_io_ios_unittest.cc', |
| 543 'message_loop/message_pump_libevent_unittest.cc', | 544 'message_loop/message_pump_libevent_unittest.cc', |
| (...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1678 '../build/isolate.gypi', | 1679 '../build/isolate.gypi', |
| 1679 ], | 1680 ], |
| 1680 'sources': [ | 1681 'sources': [ |
| 1681 'base_unittests.isolate', | 1682 'base_unittests.isolate', |
| 1682 ], | 1683 ], |
| 1683 }, | 1684 }, |
| 1684 ], | 1685 ], |
| 1685 }], | 1686 }], |
| 1686 ], | 1687 ], |
| 1687 } | 1688 } |
| OLD | NEW |