OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'message_pump_default.cc', | 155 'message_pump_default.cc', |
156 'message_pump_default.h', | 156 'message_pump_default.h', |
157 'message_pump_glib.cc', | 157 'message_pump_glib.cc', |
158 'message_pump_glib.h', | 158 'message_pump_glib.h', |
159 'message_pump_libevent.cc', | 159 'message_pump_libevent.cc', |
160 'message_pump_libevent.h', | 160 'message_pump_libevent.h', |
161 'message_pump_mac.h', | 161 'message_pump_mac.h', |
162 'message_pump_mac.mm', | 162 'message_pump_mac.mm', |
163 'message_pump_win.cc', | 163 'message_pump_win.cc', |
164 'message_pump_win.h', | 164 'message_pump_win.h', |
| 165 'native_library.h', |
| 166 'native_library_linux.cc', |
| 167 'native_library_mac.mm', |
| 168 'native_library_win.cc', |
165 'non_thread_safe.cc', | 169 'non_thread_safe.cc', |
166 'non_thread_safe.h', | 170 'non_thread_safe.h', |
167 'nss_init.cc', | 171 'nss_init.cc', |
168 'nss_init.h', | 172 'nss_init.h', |
169 'object_watcher.cc', | 173 'object_watcher.cc', |
170 'object_watcher.h', | 174 'object_watcher.h', |
171 'observer_list.h', | 175 'observer_list.h', |
172 'observer_list_threadsafe.h', | 176 'observer_list_threadsafe.h', |
173 'path_service.cc', | 177 'path_service.cc', |
174 'path_service.h', | 178 'path_service.h', |
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'target_name': 'debug_message', | 702 'target_name': 'debug_message', |
699 'type': 'executable', | 703 'type': 'executable', |
700 'sources': [ | 704 'sources': [ |
701 'debug_message.cc', | 705 'debug_message.cc', |
702 ], | 706 ], |
703 }, | 707 }, |
704 ], | 708 ], |
705 }], | 709 }], |
706 ], | 710 ], |
707 } | 711 } |
OLD | NEW |