| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 'ios/device_util_unittest.mm', | 437 'ios/device_util_unittest.mm', |
| 438 'ios/weak_nsobject_unittest.mm', | 438 'ios/weak_nsobject_unittest.mm', |
| 439 'json/json_parser_unittest.cc', | 439 'json/json_parser_unittest.cc', |
| 440 'json/json_reader_unittest.cc', | 440 'json/json_reader_unittest.cc', |
| 441 'json/json_value_converter_unittest.cc', | 441 'json/json_value_converter_unittest.cc', |
| 442 'json/json_value_serializer_unittest.cc', | 442 'json/json_value_serializer_unittest.cc', |
| 443 'json/json_writer_unittest.cc', | 443 'json/json_writer_unittest.cc', |
| 444 'json/string_escape_unittest.cc', | 444 'json/string_escape_unittest.cc', |
| 445 'lazy_instance_unittest.cc', | 445 'lazy_instance_unittest.cc', |
| 446 'logging_unittest.cc', | 446 'logging_unittest.cc', |
| 447 'lru_bounded_cache_unittest.cc', |
| 447 'mac/bind_objc_block_unittest.mm', | 448 'mac/bind_objc_block_unittest.mm', |
| 448 'mac/call_with_eh_frame_unittest.mm', | 449 'mac/call_with_eh_frame_unittest.mm', |
| 449 'mac/dispatch_source_mach_unittest.cc', | 450 'mac/dispatch_source_mach_unittest.cc', |
| 450 'mac/foundation_util_unittest.mm', | 451 'mac/foundation_util_unittest.mm', |
| 451 'mac/libdispatch_task_runner_unittest.cc', | 452 'mac/libdispatch_task_runner_unittest.cc', |
| 452 'mac/mac_util_unittest.mm', | 453 'mac/mac_util_unittest.mm', |
| 453 'mac/mach_port_broker_unittest.cc', | 454 'mac/mach_port_broker_unittest.cc', |
| 454 'mac/objc_property_releaser_unittest.mm', | 455 'mac/objc_property_releaser_unittest.mm', |
| 455 'mac/scoped_nsobject_unittest.mm', | 456 'mac/scoped_nsobject_unittest.mm', |
| 456 'mac/scoped_objc_class_swizzler_unittest.mm', | 457 'mac/scoped_objc_class_swizzler_unittest.mm', |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../build/isolate.gypi', | 1717 '../build/isolate.gypi', |
| 1717 ], | 1718 ], |
| 1718 'sources': [ | 1719 'sources': [ |
| 1719 'base_unittests.isolate', | 1720 'base_unittests.isolate', |
| 1720 ], | 1721 ], |
| 1721 }, | 1722 }, |
| 1722 ], | 1723 ], |
| 1723 }], | 1724 }], |
| 1724 ], | 1725 ], |
| 1725 } | 1726 } |
| OLD | NEW |