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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'ppapi_proxy_target': 0, | 8 'ppapi_proxy_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
11 # This part is shared between the targets defined below. | 11 # This part is shared between the targets defined below. |
12 ['ppapi_proxy_target==1', { | 12 ['ppapi_proxy_target==1', { |
13 'sources': [ | 13 'sources': [ |
14 # Take some standalone files from the C++ wrapper allowing us to more | 14 # Take some standalone files from the C++ wrapper allowing us to more |
15 # easily make async callbacks in the proxy. We can't depend on the | 15 # easily make async callbacks in the proxy. We can't depend on the |
16 # full C++ wrappers at this layer since the C++ wrappers expect | 16 # full C++ wrappers at this layer since the C++ wrappers expect |
17 # symbols defining the globals for "being a plugin" which we are not. | 17 # symbols defining the globals for "being a plugin" which we are not. |
18 # These callback files are standalone. | 18 # These callback files are standalone. |
19 'cpp/completion_callback.h', | 19 'cpp/completion_callback.h', |
20 'utility/completion_callback_factory.h', | 20 'utility/completion_callback_factory.h', |
21 | 21 |
22 'proxy/audio_input_resource.cc', | 22 'proxy/audio_input_resource.cc', |
23 'proxy/audio_input_resource.h', | 23 'proxy/audio_input_resource.h', |
24 'proxy/broker_dispatcher.cc', | 24 'proxy/broker_dispatcher.cc', |
25 'proxy/broker_dispatcher.h', | 25 'proxy/broker_dispatcher.h', |
26 'proxy/browser_font_resource_trusted.cc', | 26 'proxy/browser_font_resource_trusted.cc', |
27 'proxy/browser_font_resource_trusted.h', | 27 'proxy/browser_font_resource_trusted.h', |
28 'proxy/connection.h', | 28 'proxy/connection.h', |
| 29 'proxy/device_enumeration_resource_helper.cc', |
| 30 'proxy/device_enumeration_resource_helper.h', |
29 'proxy/dispatcher.cc', | 31 'proxy/dispatcher.cc', |
30 'proxy/dispatcher.h', | 32 'proxy/dispatcher.h', |
31 'proxy/enter_proxy.h', | 33 'proxy/enter_proxy.h', |
32 'proxy/graphics_2d_resource.cc', | 34 'proxy/graphics_2d_resource.cc', |
33 'proxy/graphics_2d_resource.h', | 35 'proxy/graphics_2d_resource.h', |
34 'proxy/file_chooser_resource.cc', | 36 'proxy/file_chooser_resource.cc', |
35 'proxy/file_chooser_resource.h', | 37 'proxy/file_chooser_resource.h', |
36 'proxy/flash_clipboard_resource.cc', | 38 'proxy/flash_clipboard_resource.cc', |
37 'proxy/flash_clipboard_resource.h', | 39 'proxy/flash_clipboard_resource.h', |
38 'proxy/flash_device_id_resource.cc', | 40 'proxy/flash_device_id_resource.cc', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 ], | 177 ], |
176 'include_dirs': [ | 178 'include_dirs': [ |
177 '..', | 179 '..', |
178 ], | 180 ], |
179 'target_conditions': [ | 181 'target_conditions': [ |
180 ['>(nacl_untrusted_build)==1', { | 182 ['>(nacl_untrusted_build)==1', { |
181 'sources!': [ | 183 'sources!': [ |
182 'proxy/audio_input_resource.cc', | 184 'proxy/audio_input_resource.cc', |
183 'proxy/broker_dispatcher.cc', | 185 'proxy/broker_dispatcher.cc', |
184 'proxy/browser_font_resource_trusted.cc', | 186 'proxy/browser_font_resource_trusted.cc', |
| 187 'proxy/device_enumeration_resource_helper.cc', |
185 'proxy/flash_clipboard_resource.cc', | 188 'proxy/flash_clipboard_resource.cc', |
186 'proxy/flash_device_id_resource.cc', | 189 'proxy/flash_device_id_resource.cc', |
187 'proxy/flash_font_file_resource.cc', | 190 'proxy/flash_font_file_resource.cc', |
188 'proxy/flash_fullscreen_resource.cc', | 191 'proxy/flash_fullscreen_resource.cc', |
189 'proxy/flash_menu_resource.cc', | 192 'proxy/flash_menu_resource.cc', |
190 'proxy/flash_resource.cc', | 193 'proxy/flash_resource.cc', |
191 'proxy/host_dispatcher.cc', | 194 'proxy/host_dispatcher.cc', |
192 'proxy/host_var_serialization_rules.cc', | 195 'proxy/host_var_serialization_rules.cc', |
193 'proxy/ppb_broker_proxy.cc', | 196 'proxy/ppb_broker_proxy.cc', |
194 'proxy/ppb_buffer_proxy.cc', | 197 'proxy/ppb_buffer_proxy.cc', |
195 'proxy/ppb_flash_message_loop_proxy.cc', | 198 'proxy/ppb_flash_message_loop_proxy.cc', |
196 'proxy/ppb_flash_proxy.cc', | 199 'proxy/ppb_flash_proxy.cc', |
197 'proxy/ppb_pdf_proxy.cc', | 200 'proxy/ppb_pdf_proxy.cc', |
198 'proxy/ppb_talk_private_proxy.cc', | 201 'proxy/ppb_talk_private_proxy.cc', |
199 'proxy/ppb_video_capture_proxy.cc', | 202 'proxy/ppb_video_capture_proxy.cc', |
200 'proxy/ppb_video_decoder_proxy.cc', | 203 'proxy/ppb_video_decoder_proxy.cc', |
201 'proxy/ppp_content_decryptor_private_proxy.cc', | 204 'proxy/ppp_content_decryptor_private_proxy.cc', |
202 'proxy/ppp_instance_private_proxy.cc', | 205 'proxy/ppp_instance_private_proxy.cc', |
203 'proxy/ppp_video_decoder_proxy.cc', | 206 'proxy/ppp_video_decoder_proxy.cc', |
204 'proxy/serialized_flash_menu.cc', | 207 'proxy/serialized_flash_menu.cc', |
205 'proxy/talk_resource.cc', | 208 'proxy/talk_resource.cc', |
206 'proxy/video_capture_resource.cc', | 209 'proxy/video_capture_resource.cc', |
207 ], | 210 ], |
208 }], | 211 }], |
209 ], | 212 ], |
210 }], | 213 }], |
211 ], | 214 ], |
212 }, | 215 }, |
213 } | 216 } |
OLD | NEW |