| 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'bind_unittest.cc', | 463 'bind_unittest.cc', |
| 464 'bind_unittest.nc', | 464 'bind_unittest.nc', |
| 465 'bits_unittest.cc', | 465 'bits_unittest.cc', |
| 466 'build_time_unittest.cc', | 466 'build_time_unittest.cc', |
| 467 'callback_helpers_unittest.cc', | 467 'callback_helpers_unittest.cc', |
| 468 'callback_list_unittest.cc', | 468 'callback_list_unittest.cc', |
| 469 'callback_list_unittest.nc', | 469 'callback_list_unittest.nc', |
| 470 'callback_unittest.cc', | 470 'callback_unittest.cc', |
| 471 'callback_unittest.nc', | 471 'callback_unittest.nc', |
| 472 'cancelable_callback_unittest.cc', | 472 'cancelable_callback_unittest.cc', |
| 473 'chromeos/memory_pressure_observer_chromeos_unittest.cc', |
| 473 'command_line_unittest.cc', | 474 'command_line_unittest.cc', |
| 474 'containers/adapters_unittest.cc', | 475 'containers/adapters_unittest.cc', |
| 475 'containers/hash_tables_unittest.cc', | 476 'containers/hash_tables_unittest.cc', |
| 476 'containers/linked_list_unittest.cc', | 477 'containers/linked_list_unittest.cc', |
| 477 'containers/mru_cache_unittest.cc', | 478 'containers/mru_cache_unittest.cc', |
| 478 'containers/small_map_unittest.cc', | 479 'containers/small_map_unittest.cc', |
| 479 'containers/stack_container_unittest.cc', | 480 'containers/stack_container_unittest.cc', |
| 480 'cpu_unittest.cc', | 481 'cpu_unittest.cc', |
| 481 'debug/crash_logging_unittest.cc', | 482 'debug/crash_logging_unittest.cc', |
| 482 'debug/debugger_unittest.cc', | 483 'debug/debugger_unittest.cc', |
| (...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1555 'dependencies': [ | 1556 'dependencies': [ |
| 1556 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1557 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1557 ], | 1558 ], |
| 1558 }], | 1559 }], |
| 1559 ], | 1560 ], |
| 1560 }, | 1561 }, |
| 1561 ], | 1562 ], |
| 1562 }], | 1563 }], |
| 1563 ], | 1564 ], |
| 1564 } | 1565 } |
| OLD | NEW |