| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 'cancelable_callback_unittest.cc', | 472 'cancelable_callback_unittest.cc', |
| 473 'command_line_unittest.cc', | 473 'command_line_unittest.cc', |
| 474 'containers/adapters_unittest.cc', | 474 'containers/adapters_unittest.cc', |
| 475 'containers/hash_tables_unittest.cc', | 475 'containers/hash_tables_unittest.cc', |
| 476 'containers/linked_list_unittest.cc', | 476 'containers/linked_list_unittest.cc', |
| 477 'containers/mru_cache_unittest.cc', | 477 'containers/mru_cache_unittest.cc', |
| 478 'containers/small_map_unittest.cc', | 478 'containers/small_map_unittest.cc', |
| 479 'containers/stack_container_unittest.cc', | 479 'containers/stack_container_unittest.cc', |
| 480 'cpu_unittest.cc', | 480 'cpu_unittest.cc', |
| 481 'debug/crash_logging_unittest.cc', | 481 'debug/crash_logging_unittest.cc', |
| 482 'debug/debugger_unittest.cc', |
| 482 'debug/leak_tracker_unittest.cc', | 483 'debug/leak_tracker_unittest.cc', |
| 483 'debug/proc_maps_linux_unittest.cc', | 484 'debug/proc_maps_linux_unittest.cc', |
| 484 'debug/stack_trace_unittest.cc', | 485 'debug/stack_trace_unittest.cc', |
| 485 'debug/task_annotator_unittest.cc', | 486 'debug/task_annotator_unittest.cc', |
| 486 'debug/trace_event_argument_unittest.cc', | 487 'debug/trace_event_argument_unittest.cc', |
| 487 'debug/trace_event_memory_unittest.cc', | 488 'debug/trace_event_memory_unittest.cc', |
| 488 'debug/trace_event_synthetic_delay_unittest.cc', | 489 'debug/trace_event_synthetic_delay_unittest.cc', |
| 489 'debug/trace_event_system_stats_monitor_unittest.cc', | 490 'debug/trace_event_system_stats_monitor_unittest.cc', |
| 490 'debug/trace_event_unittest.cc', | 491 'debug/trace_event_unittest.cc', |
| 491 'debug/trace_event_unittest.h', | 492 'debug/trace_event_unittest.h', |
| (...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1553 'dependencies': [ | 1554 'dependencies': [ |
| 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1555 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1555 ], | 1556 ], |
| 1556 }], | 1557 }], |
| 1557 ], | 1558 ], |
| 1558 }, | 1559 }, |
| 1559 ], | 1560 ], |
| 1560 }], | 1561 }], |
| 1561 ], | 1562 ], |
| 1562 } | 1563 } |
| OLD | NEW |