| 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 22 matching lines...) Expand all Loading... |
| 33 'base_paths_mac.mm', | 33 'base_paths_mac.mm', |
| 34 'base_paths_linux.cc', | 34 'base_paths_linux.cc', |
| 35 'base_paths_win.cc', | 35 'base_paths_win.cc', |
| 36 'base_paths_win.h', | 36 'base_paths_win.h', |
| 37 'basictypes.h', | 37 'basictypes.h', |
| 38 'bind.h', | 38 'bind.h', |
| 39 'bind_helpers.h', | 39 'bind_helpers.h', |
| 40 'bind_internal.h', | 40 'bind_internal.h', |
| 41 'bind_internal_win.h', | 41 'bind_internal_win.h', |
| 42 'bits.h', | 42 'bits.h', |
| 43 'bzip2_error_handler.cc', | |
| 44 'callback.h', | 43 'callback.h', |
| 45 'callback_internal.cc', | 44 'callback_internal.cc', |
| 46 'callback_internal.h', | 45 'callback_internal.h', |
| 47 'callback_old.h', | 46 'callback_old.h', |
| 48 'command_line.cc', | 47 'command_line.cc', |
| 49 'command_line.h', | 48 'command_line.h', |
| 50 'compiler_specific.h', | 49 'compiler_specific.h', |
| 51 'cpu.cc', | 50 'cpu.cc', |
| 52 'cpu.h', | 51 'cpu.h', |
| 53 'debug/debug_on_start_win.cc', | 52 'debug/debug_on_start_win.cc', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 'third_party/xdg_mime/xdgmimemagic.c', | 651 'third_party/xdg_mime/xdgmimemagic.c', |
| 653 'third_party/xdg_mime/xdgmimemagic.h', | 652 'third_party/xdg_mime/xdgmimemagic.h', |
| 654 'third_party/xdg_mime/xdgmimeparent.c', | 653 'third_party/xdg_mime/xdgmimeparent.c', |
| 655 'third_party/xdg_mime/xdgmimeparent.h', | 654 'third_party/xdg_mime/xdgmimeparent.h', |
| 656 ], | 655 ], |
| 657 }, | 656 }, |
| 658 ], | 657 ], |
| 659 }], | 658 }], |
| 660 ], | 659 ], |
| 661 } | 660 } |
| OLD | NEW |