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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'cancelable_callback_unittest.cc', | 464 'cancelable_callback_unittest.cc', |
465 'command_line_unittest.cc', | 465 'command_line_unittest.cc', |
466 'containers/hash_tables_unittest.cc', | 466 'containers/hash_tables_unittest.cc', |
467 'containers/linked_list_unittest.cc', | 467 'containers/linked_list_unittest.cc', |
468 'containers/mru_cache_unittest.cc', | 468 'containers/mru_cache_unittest.cc', |
469 'containers/small_map_unittest.cc', | 469 'containers/small_map_unittest.cc', |
470 'containers/stack_container_unittest.cc', | 470 'containers/stack_container_unittest.cc', |
471 'cpu_unittest.cc', | 471 'cpu_unittest.cc', |
472 'debug/crash_logging_unittest.cc', | 472 'debug/crash_logging_unittest.cc', |
473 'debug/leak_tracker_unittest.cc', | 473 'debug/leak_tracker_unittest.cc', |
| 474 'debug/proc_maps_unittest.cc', |
474 'debug/stack_trace_unittest.cc', | 475 'debug/stack_trace_unittest.cc', |
475 'debug/trace_event_unittest.cc', | 476 'debug/trace_event_unittest.cc', |
476 'debug/trace_event_unittest.h', | 477 'debug/trace_event_unittest.h', |
477 'debug/trace_event_win_unittest.cc', | 478 'debug/trace_event_win_unittest.cc', |
478 'deferred_sequenced_task_runner_unittest.cc', | 479 'deferred_sequenced_task_runner_unittest.cc', |
479 'environment_unittest.cc', | 480 'environment_unittest.cc', |
480 'file_util_unittest.cc', | 481 'file_util_unittest.cc', |
481 'file_version_info_unittest.cc', | 482 'file_version_info_unittest.cc', |
482 'files/dir_reader_posix_unittest.cc', | 483 'files/dir_reader_posix_unittest.cc', |
483 'files/file_path_unittest.cc', | 484 'files/file_path_unittest.cc', |
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1303 'base_unittests.isolate', | 1304 'base_unittests.isolate', |
1304 ], | 1305 ], |
1305 'sources': [ | 1306 'sources': [ |
1306 'base_unittests.isolate', | 1307 'base_unittests.isolate', |
1307 ], | 1308 ], |
1308 }, | 1309 }, |
1309 ], | 1310 ], |
1310 }], | 1311 }], |
1311 ], | 1312 ], |
1312 } | 1313 } |
OLD | NEW |