| 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1697 '../build/isolate.gypi', | 1698 '../build/isolate.gypi', |
| 1698 ], | 1699 ], |
| 1699 'sources': [ | 1700 'sources': [ |
| 1700 'base_unittests.isolate', | 1701 'base_unittests.isolate', |
| 1701 ], | 1702 ], |
| 1702 }, | 1703 }, |
| 1703 ], | 1704 ], |
| 1704 }], | 1705 }], |
| 1705 ], | 1706 ], |
| 1706 } | 1707 } |
| OLD | NEW |