| 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_irt.cc', |
| 116 'proxy/plugin_main_irt.h', |
| 116 'proxy/plugin_message_filter.cc', | 117 'proxy/plugin_message_filter.cc', |
| 117 'proxy/plugin_message_filter.h', | 118 'proxy/plugin_message_filter.h', |
| 118 'proxy/plugin_resource.cc', | 119 'proxy/plugin_resource.cc', |
| 119 'proxy/plugin_resource.h', | 120 'proxy/plugin_resource.h', |
| 120 'proxy/plugin_resource_tracker.cc', | 121 'proxy/plugin_resource_tracker.cc', |
| 121 'proxy/plugin_resource_tracker.h', | 122 'proxy/plugin_resource_tracker.h', |
| 122 'proxy/plugin_resource_var.cc', | 123 'proxy/plugin_resource_var.cc', |
| 123 'proxy/plugin_resource_var.h', | 124 'proxy/plugin_resource_var.h', |
| 124 'proxy/plugin_var_serialization_rules.cc', | 125 'proxy/plugin_var_serialization_rules.cc', |
| 125 'proxy/plugin_var_serialization_rules.h', | 126 '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', | 272 'proxy/ppb_video_capture_proxy.cc', |
| 272 'proxy/ppb_video_decoder_proxy.cc', | 273 'proxy/ppb_video_decoder_proxy.cc', |
| 273 'proxy/ppp_content_decryptor_private_proxy.cc', | 274 'proxy/ppp_content_decryptor_private_proxy.cc', |
| 274 'proxy/ppp_instance_private_proxy.cc', | 275 'proxy/ppp_instance_private_proxy.cc', |
| 275 'proxy/ppp_video_decoder_proxy.cc', | 276 'proxy/ppp_video_decoder_proxy.cc', |
| 276 'proxy/serialized_flash_menu.cc', | 277 'proxy/serialized_flash_menu.cc', |
| 277 'proxy/talk_resource.cc', | 278 'proxy/talk_resource.cc', |
| 278 'proxy/video_capture_resource.cc', | 279 'proxy/video_capture_resource.cc', |
| 279 ], | 280 ], |
| 280 }], | 281 }], |
| 282 |
| 283 ['>(nacl_untrusted_build)==0 and OS!="linux"', { |
| 284 'sources!': [ |
| 285 'proxy/plugin_main_irt.cc', |
| 286 'proxy/plugin_main_irt.h', |
| 287 ] |
| 288 }], |
| 281 ], | 289 ], |
| 282 }], | 290 }], |
| 283 ], | 291 ], |
| 284 }, | 292 }, |
| 285 } | 293 } |
| OLD | NEW |