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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'debug/stack_trace_unittest.cc', | 505 'debug/stack_trace_unittest.cc', |
506 'debug/trace_event_memory_unittest.cc', | 506 'debug/trace_event_memory_unittest.cc', |
507 'debug/trace_event_system_stats_monitor_unittest.cc', | 507 'debug/trace_event_system_stats_monitor_unittest.cc', |
508 'debug/trace_event_unittest.cc', | 508 'debug/trace_event_unittest.cc', |
509 'debug/trace_event_unittest.h', | 509 'debug/trace_event_unittest.h', |
510 'debug/trace_event_win_unittest.cc', | 510 'debug/trace_event_win_unittest.cc', |
511 'deferred_sequenced_task_runner_unittest.cc', | 511 'deferred_sequenced_task_runner_unittest.cc', |
512 'environment_unittest.cc', | 512 'environment_unittest.cc', |
513 'file_util_unittest.cc', | 513 'file_util_unittest.cc', |
514 'file_version_info_unittest.cc', | 514 'file_version_info_unittest.cc', |
| 515 'files/base_file_unittest.cc', |
515 'files/dir_reader_posix_unittest.cc', | 516 'files/dir_reader_posix_unittest.cc', |
516 'files/file_path_unittest.cc', | 517 'files/file_path_unittest.cc', |
517 'files/file_util_proxy_unittest.cc', | 518 'files/file_util_proxy_unittest.cc', |
518 'files/important_file_writer_unittest.cc', | 519 'files/important_file_writer_unittest.cc', |
519 'files/scoped_temp_dir_unittest.cc', | 520 'files/scoped_temp_dir_unittest.cc', |
520 'gmock_unittest.cc', | 521 'gmock_unittest.cc', |
521 'guid_unittest.cc', | 522 'guid_unittest.cc', |
522 'id_map_unittest.cc', | 523 'id_map_unittest.cc', |
523 'i18n/break_iterator_unittest.cc', | 524 'i18n/break_iterator_unittest.cc', |
524 'i18n/char_iterator_unittest.cc', | 525 'i18n/char_iterator_unittest.cc', |
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 'base_unittests.isolate', | 1363 'base_unittests.isolate', |
1363 ], | 1364 ], |
1364 'sources': [ | 1365 'sources': [ |
1365 'base_unittests.isolate', | 1366 'base_unittests.isolate', |
1366 ], | 1367 ], |
1367 }, | 1368 }, |
1368 ], | 1369 ], |
1369 }], | 1370 }], |
1370 ], | 1371 ], |
1371 } | 1372 } |
OLD | NEW |