OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'logging.h', | 121 'logging.h', |
122 'logging_win.cc', | 122 'logging_win.cc', |
123 'mac_util.h', | 123 'mac_util.h', |
124 'mac_util.mm', | 124 'mac_util.mm', |
125 'mach_ipc_mac.h', | 125 'mach_ipc_mac.h', |
126 'mach_ipc_mac.mm', | 126 'mach_ipc_mac.mm', |
127 'memory_debug.cc', | 127 'memory_debug.cc', |
128 'memory_debug.h', | 128 'memory_debug.h', |
129 'message_loop.cc', | 129 'message_loop.cc', |
130 'message_loop.h', | 130 'message_loop.h', |
| 131 'message_loop_proxy.cc', |
131 'message_loop_proxy.h', | 132 'message_loop_proxy.h', |
132 'message_loop_proxy_impl.cc', | 133 'message_loop_proxy_impl.cc', |
133 'message_loop_proxy_impl.h', | 134 'message_loop_proxy_impl.h', |
| 135 'message_pump.cc', |
134 'message_pump.h', | 136 'message_pump.h', |
135 'message_pump_default.cc', | 137 'message_pump_default.cc', |
136 'message_pump_default.h', | 138 'message_pump_default.h', |
137 'message_pump_win.cc', | 139 'message_pump_win.cc', |
138 'message_pump_win.h', | 140 'message_pump_win.h', |
139 'mime_util.h', | 141 'mime_util.h', |
140 'mime_util_xdg.cc', | 142 'mime_util_xdg.cc', |
141 'move.h', | 143 'move.h', |
142 'native_library.h', | 144 'native_library.h', |
143 'native_library_linux.cc', | 145 'native_library_linux.cc', |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 'third_party/xdg_mime/xdgmimemagic.c', | 748 'third_party/xdg_mime/xdgmimemagic.c', |
747 'third_party/xdg_mime/xdgmimemagic.h', | 749 'third_party/xdg_mime/xdgmimemagic.h', |
748 'third_party/xdg_mime/xdgmimeparent.c', | 750 'third_party/xdg_mime/xdgmimeparent.c', |
749 'third_party/xdg_mime/xdgmimeparent.h', | 751 'third_party/xdg_mime/xdgmimeparent.h', |
750 ], | 752 ], |
751 }, | 753 }, |
752 ], | 754 ], |
753 }], | 755 }], |
754 ], | 756 ], |
755 } | 757 } |
OLD | NEW |