| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'bits.h', | 42 'bits.h', |
| 43 'callback.h', | 43 'callback.h', |
| 44 'callback_internal.cc', | 44 'callback_internal.cc', |
| 45 'callback_internal.h', | 45 'callback_internal.h', |
| 46 'callback_old.h', | 46 'callback_old.h', |
| 47 'command_line.cc', | 47 'command_line.cc', |
| 48 'command_line.h', | 48 'command_line.h', |
| 49 'compiler_specific.h', | 49 'compiler_specific.h', |
| 50 'cpu.cc', | 50 'cpu.cc', |
| 51 'cpu.h', | 51 'cpu.h', |
| 52 'debug/alias.cc', |
| 53 'debug/alias.h', |
| 52 'debug/debug_on_start_win.cc', | 54 'debug/debug_on_start_win.cc', |
| 53 'debug/debug_on_start_win.h', | 55 'debug/debug_on_start_win.h', |
| 54 'debug/debugger.cc', | 56 'debug/debugger.cc', |
| 55 'debug/debugger.h', | 57 'debug/debugger.h', |
| 56 'debug/debugger_posix.cc', | 58 'debug/debugger_posix.cc', |
| 57 'debug/debugger_win.cc', | 59 'debug/debugger_win.cc', |
| 58 'debug/leak_annotations.h', | 60 'debug/leak_annotations.h', |
| 59 'debug/leak_tracker.h', | 61 'debug/leak_tracker.h', |
| 60 'debug/profiler.cc', | 62 'debug/profiler.cc', |
| 61 'debug/profiler.h', | 63 'debug/profiler.h', |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'third_party/xdg_mime/xdgmimemagic.c', | 686 'third_party/xdg_mime/xdgmimemagic.c', |
| 685 'third_party/xdg_mime/xdgmimemagic.h', | 687 'third_party/xdg_mime/xdgmimemagic.h', |
| 686 'third_party/xdg_mime/xdgmimeparent.c', | 688 'third_party/xdg_mime/xdgmimeparent.c', |
| 687 'third_party/xdg_mime/xdgmimeparent.h', | 689 'third_party/xdg_mime/xdgmimeparent.h', |
| 688 ], | 690 ], |
| 689 }, | 691 }, |
| 690 ], | 692 ], |
| 691 }], | 693 }], |
| 692 ], | 694 ], |
| 693 } | 695 } |
| OLD | NEW |