| 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 'mac/libdispatch_task_runner_unittest.cc', | 515 'mac/libdispatch_task_runner_unittest.cc', |
| 516 'mac/mac_util_unittest.mm', | 516 'mac/mac_util_unittest.mm', |
| 517 'mac/objc_property_releaser_unittest.mm', | 517 'mac/objc_property_releaser_unittest.mm', |
| 518 'mac/scoped_nsobject_unittest.mm', | 518 'mac/scoped_nsobject_unittest.mm', |
| 519 'mac/scoped_objc_class_swizzler_unittest.mm', | 519 'mac/scoped_objc_class_swizzler_unittest.mm', |
| 520 'mac/scoped_sending_event_unittest.mm', | 520 'mac/scoped_sending_event_unittest.mm', |
| 521 'md5_unittest.cc', | 521 'md5_unittest.cc', |
| 522 'memory/aligned_memory_unittest.cc', | 522 'memory/aligned_memory_unittest.cc', |
| 523 'memory/discardable_memory_manager_unittest.cc', | 523 'memory/discardable_memory_manager_unittest.cc', |
| 524 'memory/discardable_memory_unittest.cc', | 524 'memory/discardable_memory_unittest.cc', |
| 525 'memory/discardable_shared_memory_unittest.cc', |
| 525 'memory/linked_ptr_unittest.cc', | 526 'memory/linked_ptr_unittest.cc', |
| 526 'memory/ref_counted_memory_unittest.cc', | 527 'memory/ref_counted_memory_unittest.cc', |
| 527 'memory/ref_counted_unittest.cc', | 528 'memory/ref_counted_unittest.cc', |
| 528 'memory/scoped_ptr_unittest.cc', | 529 'memory/scoped_ptr_unittest.cc', |
| 529 'memory/scoped_ptr_unittest.nc', | 530 'memory/scoped_ptr_unittest.nc', |
| 530 'memory/scoped_vector_unittest.cc', | 531 'memory/scoped_vector_unittest.cc', |
| 531 'memory/shared_memory_unittest.cc', | 532 'memory/shared_memory_unittest.cc', |
| 532 'memory/singleton_unittest.cc', | 533 'memory/singleton_unittest.cc', |
| 533 'memory/weak_ptr_unittest.cc', | 534 'memory/weak_ptr_unittest.cc', |
| 534 'memory/weak_ptr_unittest.nc', | 535 'memory/weak_ptr_unittest.nc', |
| (...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1497 'dependencies': [ | 1498 'dependencies': [ |
| 1498 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1499 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1499 ], | 1500 ], |
| 1500 }], | 1501 }], |
| 1501 ], | 1502 ], |
| 1502 }, | 1503 }, |
| 1503 ], | 1504 ], |
| 1504 }], | 1505 }], |
| 1505 ], | 1506 ], |
| 1506 } | 1507 } |
| OLD | NEW |