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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'logging.h', | 110 'logging.h', |
111 'logging_win.cc', | 111 'logging_win.cc', |
112 'mac_util.h', | 112 'mac_util.h', |
113 'mac_util.mm', | 113 'mac_util.mm', |
114 'mach_ipc_mac.h', | 114 'mach_ipc_mac.h', |
115 'mach_ipc_mac.mm', | 115 'mach_ipc_mac.mm', |
116 'memory_debug.cc', | 116 'memory_debug.cc', |
117 'memory_debug.h', | 117 'memory_debug.h', |
118 'message_loop.cc', | 118 'message_loop.cc', |
119 'message_loop.h', | 119 'message_loop.h', |
| 120 'message_loop_proxy.h', |
120 'message_pump.h', | 121 'message_pump.h', |
121 'message_pump_default.cc', | 122 'message_pump_default.cc', |
122 'message_pump_default.h', | 123 'message_pump_default.h', |
123 'message_pump_win.cc', | 124 'message_pump_win.cc', |
124 'message_pump_win.h', | 125 'message_pump_win.h', |
125 'mime_util.h', | 126 'mime_util.h', |
126 'mime_util_xdg.cc', | 127 'mime_util_xdg.cc', |
127 'move.h', | 128 'move.h', |
128 'native_library.h', | 129 'native_library.h', |
129 'native_library_linux.cc', | 130 'native_library_linux.cc', |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'third_party/xdg_mime/xdgmimemagic.c', | 652 'third_party/xdg_mime/xdgmimemagic.c', |
652 'third_party/xdg_mime/xdgmimemagic.h', | 653 'third_party/xdg_mime/xdgmimemagic.h', |
653 'third_party/xdg_mime/xdgmimeparent.c', | 654 'third_party/xdg_mime/xdgmimeparent.c', |
654 'third_party/xdg_mime/xdgmimeparent.h', | 655 'third_party/xdg_mime/xdgmimeparent.h', |
655 ], | 656 ], |
656 }, | 657 }, |
657 ], | 658 ], |
658 }], | 659 }], |
659 ], | 660 ], |
660 } | 661 } |
OLD | NEW |