| 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'memory/aligned_memory_unittest.cc', | 463 'memory/aligned_memory_unittest.cc', |
| 464 'memory/discardable_shared_memory_unittest.cc', | 464 'memory/discardable_shared_memory_unittest.cc', |
| 465 'memory/linked_ptr_unittest.cc', | 465 'memory/linked_ptr_unittest.cc', |
| 466 'memory/memory_pressure_listener_unittest.cc', | 466 'memory/memory_pressure_listener_unittest.cc', |
| 467 'memory/memory_pressure_monitor_chromeos_unittest.cc', | 467 'memory/memory_pressure_monitor_chromeos_unittest.cc', |
| 468 'memory/memory_pressure_monitor_mac_unittest.cc', | 468 'memory/memory_pressure_monitor_mac_unittest.cc', |
| 469 'memory/memory_pressure_monitor_win_unittest.cc', | 469 'memory/memory_pressure_monitor_win_unittest.cc', |
| 470 'memory/ptr_util_unittest.cc', | 470 'memory/ptr_util_unittest.cc', |
| 471 'memory/ref_counted_memory_unittest.cc', | 471 'memory/ref_counted_memory_unittest.cc', |
| 472 'memory/ref_counted_unittest.cc', | 472 'memory/ref_counted_unittest.cc', |
| 473 'memory/scoped_ptr_unittest.cc', | |
| 474 'memory/scoped_vector_unittest.cc', | 473 'memory/scoped_vector_unittest.cc', |
| 475 'memory/shared_memory_mac_unittest.cc', | 474 'memory/shared_memory_mac_unittest.cc', |
| 476 'memory/shared_memory_unittest.cc', | 475 'memory/shared_memory_unittest.cc', |
| 477 'memory/shared_memory_win_unittest.cc', | 476 'memory/shared_memory_win_unittest.cc', |
| 478 'memory/singleton_unittest.cc', | 477 'memory/singleton_unittest.cc', |
| 479 'memory/weak_ptr_unittest.cc', | 478 'memory/weak_ptr_unittest.cc', |
| 480 'memory/weak_ptr_unittest.nc', | 479 'memory/weak_ptr_unittest.nc', |
| 481 'message_loop/message_loop_task_runner_unittest.cc', | 480 'message_loop/message_loop_task_runner_unittest.cc', |
| 482 'message_loop/message_loop_unittest.cc', | 481 'message_loop/message_loop_unittest.cc', |
| 483 'message_loop/message_pump_glib_unittest.cc', | 482 'message_loop/message_pump_glib_unittest.cc', |
| (...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 '../build/isolate.gypi', | 1707 '../build/isolate.gypi', |
| 1709 ], | 1708 ], |
| 1710 'sources': [ | 1709 'sources': [ |
| 1711 'base_unittests.isolate', | 1710 'base_unittests.isolate', |
| 1712 ], | 1711 ], |
| 1713 }, | 1712 }, |
| 1714 ], | 1713 ], |
| 1715 }], | 1714 }], |
| 1716 ], | 1715 ], |
| 1717 } | 1716 } |
| OLD | NEW |