| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'containers/stack_container_unittest.cc', | 429 'containers/stack_container_unittest.cc', |
| 430 'cpu_unittest.cc', | 430 'cpu_unittest.cc', |
| 431 'debug/crash_logging_unittest.cc', | 431 'debug/crash_logging_unittest.cc', |
| 432 'debug/leak_tracker_unittest.cc', | 432 'debug/leak_tracker_unittest.cc', |
| 433 'debug/stack_trace_unittest.cc', | 433 'debug/stack_trace_unittest.cc', |
| 434 'debug/trace_event_unittest.cc', | 434 'debug/trace_event_unittest.cc', |
| 435 'debug/trace_event_unittest.h', | 435 'debug/trace_event_unittest.h', |
| 436 'debug/trace_event_win_unittest.cc', | 436 'debug/trace_event_win_unittest.cc', |
| 437 'environment_unittest.cc', | 437 'environment_unittest.cc', |
| 438 'file_path_unittest.cc', | 438 'file_path_unittest.cc', |
| 439 'file_util_proxy_unittest.cc', | |
| 440 'file_util_unittest.cc', | 439 'file_util_unittest.cc', |
| 441 'file_version_info_unittest.cc', | 440 'file_version_info_unittest.cc', |
| 442 'files/dir_reader_posix_unittest.cc', | 441 'files/dir_reader_posix_unittest.cc', |
| 442 'files/file_util_proxy_unittest.cc', |
| 443 'files/important_file_writer_unittest.cc', | 443 'files/important_file_writer_unittest.cc', |
| 444 'files/scoped_temp_dir_unittest.cc', | 444 'files/scoped_temp_dir_unittest.cc', |
| 445 'gmock_unittest.cc', | 445 'gmock_unittest.cc', |
| 446 'guid_unittest.cc', | 446 'guid_unittest.cc', |
| 447 'hi_res_timer_manager_unittest.cc', | 447 'hi_res_timer_manager_unittest.cc', |
| 448 'id_map_unittest.cc', | 448 'id_map_unittest.cc', |
| 449 'i18n/break_iterator_unittest.cc', | 449 'i18n/break_iterator_unittest.cc', |
| 450 'i18n/char_iterator_unittest.cc', | 450 'i18n/char_iterator_unittest.cc', |
| 451 'i18n/case_conversion_unittest.cc', | 451 'i18n/case_conversion_unittest.cc', |
| 452 'i18n/file_util_icu_unittest.cc', | 452 'i18n/file_util_icu_unittest.cc', |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 'base_unittests.isolate', | 1151 'base_unittests.isolate', |
| 1152 ], | 1152 ], |
| 1153 'sources': [ | 1153 'sources': [ |
| 1154 'base_unittests.isolate', | 1154 'base_unittests.isolate', |
| 1155 ], | 1155 ], |
| 1156 }, | 1156 }, |
| 1157 ], | 1157 ], |
| 1158 }], | 1158 }], |
| 1159 ], | 1159 ], |
| 1160 } | 1160 } |
| OLD | NEW |