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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 'debug/trace_event_unittest.cc', | 389 'debug/trace_event_unittest.cc', |
390 'debug/trace_event_unittest.h', | 390 'debug/trace_event_unittest.h', |
391 'debug/trace_event_win_unittest.cc', | 391 'debug/trace_event_win_unittest.cc', |
392 'environment_unittest.cc', | 392 'environment_unittest.cc', |
393 'file_descriptor_shuffle_unittest.cc', | 393 'file_descriptor_shuffle_unittest.cc', |
394 'file_path_unittest.cc', | 394 'file_path_unittest.cc', |
395 'file_util_proxy_unittest.cc', | 395 'file_util_proxy_unittest.cc', |
396 'file_util_unittest.cc', | 396 'file_util_unittest.cc', |
397 'file_version_info_unittest.cc', | 397 'file_version_info_unittest.cc', |
398 'files/dir_reader_posix_unittest.cc', | 398 'files/dir_reader_posix_unittest.cc', |
| 399 'files/important_file_writer_unittest.cc', |
399 'gmock_unittest.cc', | 400 'gmock_unittest.cc', |
400 'guid_unittest.cc', | 401 'guid_unittest.cc', |
401 'hi_res_timer_manager_unittest.cc', | 402 'hi_res_timer_manager_unittest.cc', |
402 'id_map_unittest.cc', | 403 'id_map_unittest.cc', |
403 'i18n/break_iterator_unittest.cc', | 404 'i18n/break_iterator_unittest.cc', |
404 'i18n/char_iterator_unittest.cc', | 405 'i18n/char_iterator_unittest.cc', |
405 'i18n/case_conversion_unittest.cc', | 406 'i18n/case_conversion_unittest.cc', |
406 'i18n/file_util_icu_unittest.cc', | 407 'i18n/file_util_icu_unittest.cc', |
407 'i18n/icu_string_conversions_unittest.cc', | 408 'i18n/icu_string_conversions_unittest.cc', |
408 'i18n/number_formatting_unittest.cc', | 409 'i18n/number_formatting_unittest.cc', |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 'base_unittests.isolate', | 1057 'base_unittests.isolate', |
1057 ], | 1058 ], |
1058 'sources': [ | 1059 'sources': [ |
1059 'base_unittests.isolate', | 1060 'base_unittests.isolate', |
1060 ], | 1061 ], |
1061 }, | 1062 }, |
1062 ], | 1063 ], |
1063 }], | 1064 }], |
1064 ], | 1065 ], |
1065 } | 1066 } |
OLD | NEW |