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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'callback_list_unittest.nc', | 474 'callback_list_unittest.nc', |
475 'callback_unittest.cc', | 475 'callback_unittest.cc', |
476 'callback_unittest.nc', | 476 'callback_unittest.nc', |
477 'cancelable_callback_unittest.cc', | 477 'cancelable_callback_unittest.cc', |
478 'chromeos/memory_pressure_monitor_chromeos_unittest.cc', | 478 'chromeos/memory_pressure_monitor_chromeos_unittest.cc', |
479 'command_line_unittest.cc', | 479 'command_line_unittest.cc', |
480 'containers/adapters_unittest.cc', | 480 'containers/adapters_unittest.cc', |
481 'containers/hash_tables_unittest.cc', | 481 'containers/hash_tables_unittest.cc', |
482 'containers/linked_list_unittest.cc', | 482 'containers/linked_list_unittest.cc', |
483 'containers/mru_cache_unittest.cc', | 483 'containers/mru_cache_unittest.cc', |
| 484 'containers/scoped_ptr_hash_map_unittest.cc', |
484 'containers/small_map_unittest.cc', | 485 'containers/small_map_unittest.cc', |
485 'containers/stack_container_unittest.cc', | 486 'containers/stack_container_unittest.cc', |
486 'cpu_unittest.cc', | 487 'cpu_unittest.cc', |
487 'debug/crash_logging_unittest.cc', | 488 'debug/crash_logging_unittest.cc', |
488 'debug/debugger_unittest.cc', | 489 'debug/debugger_unittest.cc', |
489 'debug/leak_tracker_unittest.cc', | 490 'debug/leak_tracker_unittest.cc', |
490 'debug/proc_maps_linux_unittest.cc', | 491 'debug/proc_maps_linux_unittest.cc', |
491 'debug/stack_trace_unittest.cc', | 492 'debug/stack_trace_unittest.cc', |
492 'debug/task_annotator_unittest.cc', | 493 'debug/task_annotator_unittest.cc', |
493 'deferred_sequenced_task_runner_unittest.cc', | 494 'deferred_sequenced_task_runner_unittest.cc', |
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 'dependencies': [ | 1611 'dependencies': [ |
1611 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1612 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1612 ], | 1613 ], |
1613 }], | 1614 }], |
1614 ], | 1615 ], |
1615 }, | 1616 }, |
1616 ], | 1617 ], |
1617 }], | 1618 }], |
1618 ], | 1619 ], |
1619 } | 1620 } |
OLD | NEW |