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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 'containers/linked_list_unittest.cc', | 468 'containers/linked_list_unittest.cc', |
469 'containers/mru_cache_unittest.cc', | 469 'containers/mru_cache_unittest.cc', |
470 'containers/small_map_unittest.cc', | 470 'containers/small_map_unittest.cc', |
471 'containers/stack_container_unittest.cc', | 471 'containers/stack_container_unittest.cc', |
472 'cpu_unittest.cc', | 472 'cpu_unittest.cc', |
473 'debug/crash_logging_unittest.cc', | 473 'debug/crash_logging_unittest.cc', |
474 'debug/leak_tracker_unittest.cc', | 474 'debug/leak_tracker_unittest.cc', |
475 'debug/proc_maps_linux_unittest.cc', | 475 'debug/proc_maps_linux_unittest.cc', |
476 'debug/stack_trace_unittest.cc', | 476 'debug/stack_trace_unittest.cc', |
477 'debug/trace_event_memory_unittest.cc', | 477 'debug/trace_event_memory_unittest.cc', |
| 478 'debug/trace_event_system_stats_monitor_unittest.cc', |
478 'debug/trace_event_unittest.cc', | 479 'debug/trace_event_unittest.cc', |
479 'debug/trace_event_unittest.h', | 480 'debug/trace_event_unittest.h', |
480 'debug/trace_event_win_unittest.cc', | 481 'debug/trace_event_win_unittest.cc', |
481 'deferred_sequenced_task_runner_unittest.cc', | 482 'deferred_sequenced_task_runner_unittest.cc', |
482 'environment_unittest.cc', | 483 'environment_unittest.cc', |
483 'file_util_unittest.cc', | 484 'file_util_unittest.cc', |
484 'file_version_info_unittest.cc', | 485 'file_version_info_unittest.cc', |
485 'files/dir_reader_posix_unittest.cc', | 486 'files/dir_reader_posix_unittest.cc', |
486 'files/file_path_unittest.cc', | 487 'files/file_path_unittest.cc', |
487 'files/file_util_proxy_unittest.cc', | 488 'files/file_util_proxy_unittest.cc', |
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1324 'base_unittests.isolate', | 1325 'base_unittests.isolate', |
1325 ], | 1326 ], |
1326 'sources': [ | 1327 'sources': [ |
1327 'base_unittests.isolate', | 1328 'base_unittests.isolate', |
1328 ], | 1329 ], |
1329 }, | 1330 }, |
1330 ], | 1331 ], |
1331 }], | 1332 }], |
1332 ], | 1333 ], |
1333 } | 1334 } |
OLD | NEW |