| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 'i18n/char_iterator_unittest.cc', | 499 'i18n/char_iterator_unittest.cc', |
| 500 'i18n/file_util_icu_unittest.cc', | 500 'i18n/file_util_icu_unittest.cc', |
| 501 'i18n/icu_string_conversions_unittest.cc', | 501 'i18n/icu_string_conversions_unittest.cc', |
| 502 'i18n/number_formatting_unittest.cc', | 502 'i18n/number_formatting_unittest.cc', |
| 503 'i18n/rtl_unittest.cc', | 503 'i18n/rtl_unittest.cc', |
| 504 'i18n/streaming_utf8_validator_unittest.cc', | 504 'i18n/streaming_utf8_validator_unittest.cc', |
| 505 'i18n/string_search_unittest.cc', | 505 'i18n/string_search_unittest.cc', |
| 506 'i18n/time_formatting_unittest.cc', | 506 'i18n/time_formatting_unittest.cc', |
| 507 'i18n/timezone_unittest.cc', | 507 'i18n/timezone_unittest.cc', |
| 508 'id_map_unittest.cc', | 508 'id_map_unittest.cc', |
| 509 'ios/crb_protocol_observers_unittest.mm', |
| 509 'ios/device_util_unittest.mm', | 510 'ios/device_util_unittest.mm', |
| 510 'ios/weak_nsobject_unittest.mm', | 511 'ios/weak_nsobject_unittest.mm', |
| 511 'json/json_parser_unittest.cc', | 512 'json/json_parser_unittest.cc', |
| 512 'json/json_reader_unittest.cc', | 513 'json/json_reader_unittest.cc', |
| 513 'json/json_value_converter_unittest.cc', | 514 'json/json_value_converter_unittest.cc', |
| 514 'json/json_value_serializer_unittest.cc', | 515 'json/json_value_serializer_unittest.cc', |
| 515 'json/json_writer_unittest.cc', | 516 'json/json_writer_unittest.cc', |
| 516 'json/string_escape_unittest.cc', | 517 'json/string_escape_unittest.cc', |
| 517 'lazy_instance_unittest.cc', | 518 'lazy_instance_unittest.cc', |
| 518 'logging_unittest.cc', | 519 'logging_unittest.cc', |
| (...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1555 'dependencies': [ | 1556 'dependencies': [ |
| 1556 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1557 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1557 ], | 1558 ], |
| 1558 }], | 1559 }], |
| 1559 ], | 1560 ], |
| 1560 }, | 1561 }, |
| 1561 ], | 1562 ], |
| 1562 }], | 1563 }], |
| 1563 ], | 1564 ], |
| 1564 } | 1565 } |
| OLD | NEW |