OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'shared_impl/scoped_pp_resource.cc', | 115 'shared_impl/scoped_pp_resource.cc', |
116 'shared_impl/scoped_pp_resource.h', | 116 'shared_impl/scoped_pp_resource.h', |
117 'shared_impl/time_conversion.cc', | 117 'shared_impl/time_conversion.cc', |
118 'shared_impl/time_conversion.h', | 118 'shared_impl/time_conversion.h', |
119 'shared_impl/tracked_callback.cc', | 119 'shared_impl/tracked_callback.cc', |
120 'shared_impl/tracked_callback.h', | 120 'shared_impl/tracked_callback.h', |
121 'shared_impl/var.cc', | 121 'shared_impl/var.cc', |
122 'shared_impl/var.h', | 122 'shared_impl/var.h', |
123 'shared_impl/var_tracker.cc', | 123 'shared_impl/var_tracker.cc', |
124 'shared_impl/var_tracker.h', | 124 'shared_impl/var_tracker.h', |
125 'shared_impl/webkit_forwarding.cc', | |
126 'shared_impl/webkit_forwarding.h', | |
127 # TODO(viettrungluu): Split these out; it won't be used in NaCl. | 125 # TODO(viettrungluu): Split these out; it won't be used in NaCl. |
128 'shared_impl/private/net_address_private_impl.cc', | 126 'shared_impl/private/net_address_private_impl.cc', |
129 'shared_impl/private/net_address_private_impl.h', | 127 'shared_impl/private/net_address_private_impl.h', |
130 | 128 |
| 129 'shared_impl/private/ppb_browser_font_trusted_shared.cc', |
| 130 'shared_impl/private/ppb_browser_font_trusted_shared.h', |
131 'shared_impl/private/ppb_char_set_shared.cc', | 131 'shared_impl/private/ppb_char_set_shared.cc', |
132 'shared_impl/private/ppb_char_set_shared.h', | 132 'shared_impl/private/ppb_char_set_shared.h', |
133 'shared_impl/private/ppb_font_shared.cc', | |
134 'shared_impl/private/ppb_font_shared.h', | |
135 | 133 |
136 'shared_impl/private/tcp_socket_private_impl.cc', | 134 'shared_impl/private/tcp_socket_private_impl.cc', |
137 'shared_impl/private/tcp_socket_private_impl.h', | 135 'shared_impl/private/tcp_socket_private_impl.h', |
138 'shared_impl/private/udp_socket_private_impl.cc', | 136 'shared_impl/private/udp_socket_private_impl.cc', |
139 'shared_impl/private/udp_socket_private_impl.h', | 137 'shared_impl/private/udp_socket_private_impl.h', |
140 | 138 |
141 'thunk/enter.cc', | 139 'thunk/enter.cc', |
142 'thunk/enter.h', | 140 'thunk/enter.h', |
143 'thunk/ppb_audio_api.h', | 141 'thunk/ppb_audio_api.h', |
144 'thunk/ppb_audio_config_api.h', | 142 'thunk/ppb_audio_config_api.h', |
145 'thunk/ppb_audio_config_thunk.cc', | 143 'thunk/ppb_audio_config_thunk.cc', |
146 'thunk/ppb_audio_input_api.h', | 144 'thunk/ppb_audio_input_api.h', |
147 'thunk/ppb_audio_input_thunk.cc', | 145 'thunk/ppb_audio_input_thunk.cc', |
148 'thunk/ppb_audio_input_trusted_thunk.cc', | 146 'thunk/ppb_audio_input_trusted_thunk.cc', |
149 'thunk/ppb_audio_thunk.cc', | 147 'thunk/ppb_audio_thunk.cc', |
150 'thunk/ppb_audio_trusted_thunk.cc', | 148 'thunk/ppb_audio_trusted_thunk.cc', |
151 'thunk/ppb_broker_api.h', | 149 'thunk/ppb_broker_api.h', |
152 'thunk/ppb_broker_thunk.cc', | 150 'thunk/ppb_broker_thunk.cc', |
| 151 'thunk/ppb_browser_font_trusted_api.h', |
| 152 'thunk/ppb_browser_font_trusted_thunk.cc', |
153 'thunk/ppb_buffer_api.h', | 153 'thunk/ppb_buffer_api.h', |
154 'thunk/ppb_buffer_thunk.cc', | 154 'thunk/ppb_buffer_thunk.cc', |
155 'thunk/ppb_buffer_trusted_api.h', | 155 'thunk/ppb_buffer_trusted_api.h', |
156 'thunk/ppb_buffer_trusted_thunk.cc', | 156 'thunk/ppb_buffer_trusted_thunk.cc', |
157 'thunk/ppb_char_set_thunk.cc', | 157 'thunk/ppb_char_set_thunk.cc', |
158 'thunk/ppb_console_thunk.cc', | 158 'thunk/ppb_console_thunk.cc', |
159 'thunk/ppb_cursor_control_api.h', | 159 'thunk/ppb_cursor_control_api.h', |
160 'thunk/ppb_cursor_control_thunk.cc', | 160 'thunk/ppb_cursor_control_thunk.cc', |
161 'thunk/ppb_device_ref_api.h', | 161 'thunk/ppb_device_ref_api.h', |
162 'thunk/ppb_device_ref_thunk.cc', | 162 'thunk/ppb_device_ref_thunk.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
176 'thunk/ppb_find_thunk.cc', | 176 'thunk/ppb_find_thunk.cc', |
177 'thunk/ppb_flash_clipboard_api.h', | 177 'thunk/ppb_flash_clipboard_api.h', |
178 'thunk/ppb_flash_clipboard_thunk.cc', | 178 'thunk/ppb_flash_clipboard_thunk.cc', |
179 'thunk/ppb_flash_fullscreen_thunk.cc', | 179 'thunk/ppb_flash_fullscreen_thunk.cc', |
180 'thunk/ppb_flash_menu_api.h', | 180 'thunk/ppb_flash_menu_api.h', |
181 'thunk/ppb_flash_menu_thunk.cc', | 181 'thunk/ppb_flash_menu_thunk.cc', |
182 'thunk/ppb_flash_message_loop_api.h', | 182 'thunk/ppb_flash_message_loop_api.h', |
183 'thunk/ppb_flash_message_loop_thunk.cc', | 183 'thunk/ppb_flash_message_loop_thunk.cc', |
184 'thunk/ppb_flash_net_connector_api.h', | 184 'thunk/ppb_flash_net_connector_api.h', |
185 'thunk/ppb_flash_net_connector_thunk.cc', | 185 'thunk/ppb_flash_net_connector_thunk.cc', |
186 'thunk/ppb_font_api.h', | |
187 'thunk/ppb_font_thunk.cc', | |
188 'thunk/ppb_fullscreen_thunk.cc', | 186 'thunk/ppb_fullscreen_thunk.cc', |
189 'thunk/ppb_gamepad_thunk.cc', | 187 'thunk/ppb_gamepad_thunk.cc', |
190 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 188 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
191 'thunk/ppb_graphics_2d_api.h', | 189 'thunk/ppb_graphics_2d_api.h', |
192 'thunk/ppb_graphics_2d_thunk.cc', | 190 'thunk/ppb_graphics_2d_thunk.cc', |
193 'thunk/ppb_graphics_3d_api.h', | 191 'thunk/ppb_graphics_3d_api.h', |
194 'thunk/ppb_graphics_3d_thunk.cc', | 192 'thunk/ppb_graphics_3d_thunk.cc', |
195 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 193 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
196 'thunk/ppb_image_data_api.h', | 194 'thunk/ppb_image_data_api.h', |
197 'thunk/ppb_image_data_thunk.cc', | 195 'thunk/ppb_image_data_thunk.cc', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'thunk/ppb_websocket_api.h', | 232 'thunk/ppb_websocket_api.h', |
235 'thunk/ppb_websocket_thunk.cc', | 233 'thunk/ppb_websocket_thunk.cc', |
236 'thunk/ppb_widget_api.h', | 234 'thunk/ppb_widget_api.h', |
237 'thunk/ppb_widget_thunk.cc', | 235 'thunk/ppb_widget_thunk.cc', |
238 'thunk/ppb_zoom_thunk.cc', | 236 'thunk/ppb_zoom_thunk.cc', |
239 'thunk/thunk.h', | 237 'thunk/thunk.h', |
240 ], | 238 ], |
241 }, | 239 }, |
242 ], | 240 ], |
243 } | 241 } |
OLD | NEW |