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': [ |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'proxy/pdf_resource.cc', | 105 'proxy/pdf_resource.cc', |
106 'proxy/pdf_resource.h', | 106 'proxy/pdf_resource.h', |
107 'proxy/platform_verification_private_resource.cc', | 107 'proxy/platform_verification_private_resource.cc', |
108 'proxy/platform_verification_private_resource.h', | 108 'proxy/platform_verification_private_resource.h', |
109 'proxy/plugin_array_buffer_var.cc', | 109 'proxy/plugin_array_buffer_var.cc', |
110 'proxy/plugin_array_buffer_var.h', | 110 'proxy/plugin_array_buffer_var.h', |
111 'proxy/plugin_dispatcher.cc', | 111 'proxy/plugin_dispatcher.cc', |
112 'proxy/plugin_dispatcher.h', | 112 'proxy/plugin_dispatcher.h', |
113 'proxy/plugin_globals.cc', | 113 'proxy/plugin_globals.cc', |
114 'proxy/plugin_globals.h', | 114 'proxy/plugin_globals.h', |
115 'proxy/plugin_main_nacl.cc', | 115 'proxy/plugin_main.cc', |
116 'proxy/plugin_message_filter.cc', | 116 'proxy/plugin_message_filter.cc', |
117 'proxy/plugin_message_filter.h', | 117 'proxy/plugin_message_filter.h', |
118 'proxy/plugin_resource.cc', | 118 'proxy/plugin_resource.cc', |
119 'proxy/plugin_resource.h', | 119 'proxy/plugin_resource.h', |
120 'proxy/plugin_resource_tracker.cc', | 120 'proxy/plugin_resource_tracker.cc', |
121 'proxy/plugin_resource_tracker.h', | 121 'proxy/plugin_resource_tracker.h', |
122 'proxy/plugin_resource_var.cc', | 122 'proxy/plugin_resource_var.cc', |
123 'proxy/plugin_resource_var.h', | 123 'proxy/plugin_resource_var.h', |
124 'proxy/plugin_var_serialization_rules.cc', | 124 'proxy/plugin_var_serialization_rules.cc', |
125 'proxy/plugin_var_serialization_rules.h', | 125 'proxy/plugin_var_serialization_rules.h', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'proxy/ppb_video_capture_proxy.cc', | 271 'proxy/ppb_video_capture_proxy.cc', |
272 'proxy/ppb_video_decoder_proxy.cc', | 272 'proxy/ppb_video_decoder_proxy.cc', |
273 'proxy/ppp_content_decryptor_private_proxy.cc', | 273 'proxy/ppp_content_decryptor_private_proxy.cc', |
274 'proxy/ppp_instance_private_proxy.cc', | 274 'proxy/ppp_instance_private_proxy.cc', |
275 'proxy/ppp_video_decoder_proxy.cc', | 275 'proxy/ppp_video_decoder_proxy.cc', |
276 'proxy/serialized_flash_menu.cc', | 276 'proxy/serialized_flash_menu.cc', |
277 'proxy/talk_resource.cc', | 277 'proxy/talk_resource.cc', |
278 'proxy/video_capture_resource.cc', | 278 'proxy/video_capture_resource.cc', |
279 ], | 279 ], |
280 }], | 280 }], |
| 281 |
| 282 ['>(nacl_untrusted_build)==0 and OS!="linux"', { |
| 283 'sources!': [ |
| 284 'proxy/plugin_main.cc', |
| 285 ] |
| 286 }], |
281 ], | 287 ], |
282 }], | 288 }], |
283 ], | 289 ], |
284 }, | 290 }, |
285 } | 291 } |
OLD | NEW |