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', |
| 23 'proxy/audio_input_resource.h', |
22 'proxy/broker_dispatcher.cc', | 24 'proxy/broker_dispatcher.cc', |
23 'proxy/broker_dispatcher.h', | 25 'proxy/broker_dispatcher.h', |
24 'proxy/connection.h', | 26 'proxy/connection.h', |
25 'proxy/dispatcher.cc', | 27 'proxy/dispatcher.cc', |
26 'proxy/dispatcher.h', | 28 'proxy/dispatcher.h', |
27 'proxy/enter_proxy.h', | 29 'proxy/enter_proxy.h', |
28 'proxy/file_chooser_resource.cc', | 30 'proxy/file_chooser_resource.cc', |
29 'proxy/file_chooser_resource.h', | 31 'proxy/file_chooser_resource.h', |
30 'proxy/flash_device_id_resource.cc', | 32 'proxy/flash_device_id_resource.cc', |
31 'proxy/flash_device_id_resource.h', | 33 'proxy/flash_device_id_resource.h', |
(...skipping 24 matching lines...) Expand all Loading... |
56 'proxy/plugin_resource.h', | 58 'proxy/plugin_resource.h', |
57 'proxy/plugin_resource_tracker.cc', | 59 'proxy/plugin_resource_tracker.cc', |
58 'proxy/plugin_resource_tracker.h', | 60 'proxy/plugin_resource_tracker.h', |
59 'proxy/plugin_var_serialization_rules.cc', | 61 'proxy/plugin_var_serialization_rules.cc', |
60 'proxy/plugin_var_serialization_rules.h', | 62 'proxy/plugin_var_serialization_rules.h', |
61 'proxy/plugin_var_tracker.cc', | 63 'proxy/plugin_var_tracker.cc', |
62 'proxy/plugin_var_tracker.h', | 64 'proxy/plugin_var_tracker.h', |
63 'proxy/ppapi_command_buffer_proxy.h', | 65 'proxy/ppapi_command_buffer_proxy.h', |
64 'proxy/ppapi_command_buffer_proxy.cc', | 66 'proxy/ppapi_command_buffer_proxy.cc', |
65 'proxy/ppapi_message_utils.h', | 67 'proxy/ppapi_message_utils.h', |
66 'proxy/ppb_audio_input_proxy.cc', | |
67 'proxy/ppb_audio_input_proxy.h', | |
68 'proxy/ppb_audio_proxy.cc', | 68 'proxy/ppb_audio_proxy.cc', |
69 'proxy/ppb_audio_proxy.h', | 69 'proxy/ppb_audio_proxy.h', |
70 'proxy/ppb_broker_proxy.cc', | 70 'proxy/ppb_broker_proxy.cc', |
71 'proxy/ppb_broker_proxy.h', | 71 'proxy/ppb_broker_proxy.h', |
72 'proxy/ppb_buffer_proxy.cc', | 72 'proxy/ppb_buffer_proxy.cc', |
73 'proxy/ppb_buffer_proxy.h', | 73 'proxy/ppb_buffer_proxy.h', |
74 'proxy/ppb_core_proxy.cc', | 74 'proxy/ppb_core_proxy.cc', |
75 'proxy/ppb_core_proxy.h', | 75 'proxy/ppb_core_proxy.h', |
76 'proxy/ppb_file_io_proxy.cc', | 76 'proxy/ppb_file_io_proxy.cc', |
77 'proxy/ppb_file_io_proxy.h', | 77 'proxy/ppb_file_io_proxy.h', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 ], | 166 ], |
167 'defines': [ | 167 'defines': [ |
168 'PPAPI_PROXY_IMPLEMENTATION', | 168 'PPAPI_PROXY_IMPLEMENTATION', |
169 ], | 169 ], |
170 'include_dirs': [ | 170 'include_dirs': [ |
171 '..', | 171 '..', |
172 ], | 172 ], |
173 'target_conditions': [ | 173 'target_conditions': [ |
174 ['>(nacl_untrusted_build)==1', { | 174 ['>(nacl_untrusted_build)==1', { |
175 'sources!': [ | 175 'sources!': [ |
| 176 'proxy/audio_input_resource.cc', |
176 'proxy/broker_dispatcher.cc', | 177 'proxy/broker_dispatcher.cc', |
177 'proxy/flash_device_id_resource.cc', | 178 'proxy/flash_device_id_resource.cc', |
178 'proxy/flash_font_file_resource.cc', | 179 'proxy/flash_font_file_resource.cc', |
179 'proxy/flash_resource.cc', | 180 'proxy/flash_resource.cc', |
180 'proxy/ppb_audio_input_proxy.cc', | |
181 'proxy/ppb_broker_proxy.cc', | 181 'proxy/ppb_broker_proxy.cc', |
182 'proxy/ppb_buffer_proxy.cc', | 182 'proxy/ppb_buffer_proxy.cc', |
183 'proxy/ppb_file_chooser_proxy.cc', | 183 'proxy/ppb_file_chooser_proxy.cc', |
184 'proxy/ppb_flash_menu_proxy.cc', | 184 'proxy/ppb_flash_menu_proxy.cc', |
185 'proxy/ppb_flash_message_loop_proxy.cc', | 185 'proxy/ppb_flash_message_loop_proxy.cc', |
186 'proxy/ppb_flash_proxy.cc', | 186 'proxy/ppb_flash_proxy.cc', |
187 'proxy/ppb_pdf_proxy.cc', | 187 'proxy/ppb_pdf_proxy.cc', |
188 'proxy/ppb_talk_private_proxy.cc', | 188 'proxy/ppb_talk_private_proxy.cc', |
189 'proxy/ppb_video_capture_proxy.cc', | 189 'proxy/ppb_video_capture_proxy.cc', |
190 'proxy/ppb_video_decoder_proxy.cc', | 190 'proxy/ppb_video_decoder_proxy.cc', |
191 'proxy/ppp_content_decryptor_private_proxy.cc', | 191 'proxy/ppp_content_decryptor_private_proxy.cc', |
192 'proxy/ppp_instance_private_proxy.cc', | 192 'proxy/ppp_instance_private_proxy.cc', |
193 'proxy/ppp_video_decoder_proxy.cc', | 193 'proxy/ppp_video_decoder_proxy.cc', |
194 ], | 194 ], |
195 }], | 195 }], |
196 ], | 196 ], |
197 }], | 197 }], |
198 ], | 198 ], |
199 }, | 199 }, |
200 } | 200 } |
OLD | NEW |