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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 'callback_list_unittest.nc', | 471 'callback_list_unittest.nc', |
472 'callback_unittest.cc', | 472 'callback_unittest.cc', |
473 'callback_unittest.nc', | 473 'callback_unittest.nc', |
474 'cancelable_callback_unittest.cc', | 474 'cancelable_callback_unittest.cc', |
475 'chromeos/memory_pressure_observer_chromeos_unittest.cc', | 475 'chromeos/memory_pressure_observer_chromeos_unittest.cc', |
476 'command_line_unittest.cc', | 476 'command_line_unittest.cc', |
477 'containers/adapters_unittest.cc', | 477 'containers/adapters_unittest.cc', |
478 'containers/hash_tables_unittest.cc', | 478 'containers/hash_tables_unittest.cc', |
479 'containers/linked_list_unittest.cc', | 479 'containers/linked_list_unittest.cc', |
480 'containers/mru_cache_unittest.cc', | 480 'containers/mru_cache_unittest.cc', |
| 481 'containers/scoped_ptr_hash_map_unittest.cc', |
481 'containers/small_map_unittest.cc', | 482 'containers/small_map_unittest.cc', |
482 'containers/stack_container_unittest.cc', | 483 'containers/stack_container_unittest.cc', |
483 'cpu_unittest.cc', | 484 'cpu_unittest.cc', |
484 'debug/crash_logging_unittest.cc', | 485 'debug/crash_logging_unittest.cc', |
485 'debug/debugger_unittest.cc', | 486 'debug/debugger_unittest.cc', |
486 'debug/leak_tracker_unittest.cc', | 487 'debug/leak_tracker_unittest.cc', |
487 'debug/proc_maps_linux_unittest.cc', | 488 'debug/proc_maps_linux_unittest.cc', |
488 'debug/stack_trace_unittest.cc', | 489 'debug/stack_trace_unittest.cc', |
489 'debug/task_annotator_unittest.cc', | 490 'debug/task_annotator_unittest.cc', |
490 'deferred_sequenced_task_runner_unittest.cc', | 491 'deferred_sequenced_task_runner_unittest.cc', |
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1603 'dependencies': [ | 1604 'dependencies': [ |
1604 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1605 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1605 ], | 1606 ], |
1606 }], | 1607 }], |
1607 ], | 1608 ], |
1608 }, | 1609 }, |
1609 ], | 1610 ], |
1610 }], | 1611 }], |
1611 ], | 1612 ], |
1612 } | 1613 } |
OLD | NEW |