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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'base_paths_linux.cc', | 49 'base_paths_linux.cc', |
50 'base_paths_win.cc', | 50 'base_paths_win.cc', |
51 'base_paths_win.h', | 51 'base_paths_win.h', |
52 'base_switches.h', | 52 'base_switches.h', |
53 'basictypes.h', | 53 'basictypes.h', |
54 'bind.h', | 54 'bind.h', |
55 'bind_helpers.h', | 55 'bind_helpers.h', |
56 'bind_internal.h', | 56 'bind_internal.h', |
57 'bind_internal_win.h', | 57 'bind_internal_win.h', |
58 'bits.h', | 58 'bits.h', |
| 59 'build_time.cc', |
| 60 'build_time.h', |
59 'callback.h', | 61 'callback.h', |
60 'callback_internal.cc', | 62 'callback_internal.cc', |
61 'callback_internal.h', | 63 'callback_internal.h', |
62 'callback_old.h', | 64 'callback_old.h', |
63 'command_line.cc', | 65 'command_line.cc', |
64 'command_line.h', | 66 'command_line.h', |
65 'compiler_specific.h', | 67 'compiler_specific.h', |
66 'cpu.cc', | 68 'cpu.cc', |
67 'cpu.h', | 69 'cpu.h', |
68 'debug/alias.cc', | 70 'debug/alias.cc', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'third_party/xdg_mime/xdgmimemagic.c', | 834 'third_party/xdg_mime/xdgmimemagic.c', |
833 'third_party/xdg_mime/xdgmimemagic.h', | 835 'third_party/xdg_mime/xdgmimemagic.h', |
834 'third_party/xdg_mime/xdgmimeparent.c', | 836 'third_party/xdg_mime/xdgmimeparent.c', |
835 'third_party/xdg_mime/xdgmimeparent.h', | 837 'third_party/xdg_mime/xdgmimeparent.h', |
836 ], | 838 ], |
837 }, | 839 }, |
838 ], | 840 ], |
839 }], | 841 }], |
840 ], | 842 ], |
841 } | 843 } |
OLD | NEW |