| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'json/json_value_converter_unittest.cc', | 443 'json/json_value_converter_unittest.cc', |
| 444 'json/json_value_serializer_unittest.cc', | 444 'json/json_value_serializer_unittest.cc', |
| 445 'json/json_writer_unittest.cc', | 445 'json/json_writer_unittest.cc', |
| 446 'json/string_escape_unittest.cc', | 446 'json/string_escape_unittest.cc', |
| 447 'lazy_instance_unittest.cc', | 447 'lazy_instance_unittest.cc', |
| 448 'logging_unittest.cc', | 448 'logging_unittest.cc', |
| 449 'mac/bind_objc_block_unittest.mm', | 449 'mac/bind_objc_block_unittest.mm', |
| 450 'mac/call_with_eh_frame_unittest.mm', | 450 'mac/call_with_eh_frame_unittest.mm', |
| 451 'mac/dispatch_source_mach_unittest.cc', | 451 'mac/dispatch_source_mach_unittest.cc', |
| 452 'mac/foundation_util_unittest.mm', | 452 'mac/foundation_util_unittest.mm', |
| 453 'mac/libdispatch_task_runner_unittest.cc', | |
| 454 'mac/mac_util_unittest.mm', | 453 'mac/mac_util_unittest.mm', |
| 455 'mac/mach_port_broker_unittest.cc', | 454 'mac/mach_port_broker_unittest.cc', |
| 456 'mac/objc_property_releaser_unittest.mm', | 455 'mac/objc_property_releaser_unittest.mm', |
| 457 'mac/scoped_nsobject_unittest.mm', | 456 'mac/scoped_nsobject_unittest.mm', |
| 458 'mac/scoped_objc_class_swizzler_unittest.mm', | 457 'mac/scoped_objc_class_swizzler_unittest.mm', |
| 459 'mac/scoped_sending_event_unittest.mm', | 458 'mac/scoped_sending_event_unittest.mm', |
| 460 'md5_unittest.cc', | 459 'md5_unittest.cc', |
| 461 'memory/aligned_memory_unittest.cc', | 460 'memory/aligned_memory_unittest.cc', |
| 462 'memory/discardable_shared_memory_unittest.cc', | 461 'memory/discardable_shared_memory_unittest.cc', |
| 463 'memory/linked_ptr_unittest.cc', | 462 'memory/linked_ptr_unittest.cc', |
| (...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1787 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], | 1786 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], |
| 1788 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], | 1787 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], |
| 1789 ], | 1788 ], |
| 1790 }] | 1789 }] |
| 1791 ], | 1790 ], |
| 1792 }, | 1791 }, |
| 1793 ], | 1792 ], |
| 1794 }], | 1793 }], |
| 1795 ], | 1794 ], |
| 1796 } | 1795 } |
| OLD | NEW |