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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'bind_unittest.cc', | 467 'bind_unittest.cc', |
468 'bind_unittest.nc', | 468 'bind_unittest.nc', |
469 'bits_unittest.cc', | 469 'bits_unittest.cc', |
470 'build_time_unittest.cc', | 470 'build_time_unittest.cc', |
471 'callback_helpers_unittest.cc', | 471 'callback_helpers_unittest.cc', |
472 'callback_list_unittest.cc', | 472 'callback_list_unittest.cc', |
473 'callback_list_unittest.nc', | 473 'callback_list_unittest.nc', |
474 'callback_unittest.cc', | 474 'callback_unittest.cc', |
475 'callback_unittest.nc', | 475 'callback_unittest.nc', |
476 'cancelable_callback_unittest.cc', | 476 'cancelable_callback_unittest.cc', |
477 'chromeos/memory_pressure_observer_chromeos_unittest.cc', | |
478 'command_line_unittest.cc', | 477 'command_line_unittest.cc', |
479 'containers/adapters_unittest.cc', | 478 'containers/adapters_unittest.cc', |
480 'containers/hash_tables_unittest.cc', | 479 'containers/hash_tables_unittest.cc', |
481 'containers/linked_list_unittest.cc', | 480 'containers/linked_list_unittest.cc', |
482 'containers/mru_cache_unittest.cc', | 481 'containers/mru_cache_unittest.cc', |
483 'containers/small_map_unittest.cc', | 482 'containers/small_map_unittest.cc', |
484 'containers/stack_container_unittest.cc', | 483 'containers/stack_container_unittest.cc', |
485 'cpu_unittest.cc', | 484 'cpu_unittest.cc', |
486 'debug/crash_logging_unittest.cc', | 485 'debug/crash_logging_unittest.cc', |
487 'debug/debugger_unittest.cc', | 486 'debug/debugger_unittest.cc', |
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1578 'dependencies': [ | 1577 'dependencies': [ |
1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1578 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1580 ], | 1579 ], |
1581 }], | 1580 }], |
1582 ], | 1581 ], |
1583 }, | 1582 }, |
1584 ], | 1583 ], |
1585 }], | 1584 }], |
1586 ], | 1585 ], |
1587 } | 1586 } |
OLD | NEW |