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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'proxy/pdf_resource.cc', | 101 'proxy/pdf_resource.cc', |
102 'proxy/pdf_resource.h', | 102 'proxy/pdf_resource.h', |
103 'proxy/platform_verification_private_resource.cc', | 103 'proxy/platform_verification_private_resource.cc', |
104 'proxy/platform_verification_private_resource.h', | 104 'proxy/platform_verification_private_resource.h', |
105 'proxy/plugin_array_buffer_var.cc', | 105 'proxy/plugin_array_buffer_var.cc', |
106 'proxy/plugin_array_buffer_var.h', | 106 'proxy/plugin_array_buffer_var.h', |
107 'proxy/plugin_dispatcher.cc', | 107 'proxy/plugin_dispatcher.cc', |
108 'proxy/plugin_dispatcher.h', | 108 'proxy/plugin_dispatcher.h', |
109 'proxy/plugin_globals.cc', | 109 'proxy/plugin_globals.cc', |
110 'proxy/plugin_globals.h', | 110 'proxy/plugin_globals.h', |
111 'proxy/plugin_main_nacl.cc', | 111 'proxy/plugin_main.cc', |
112 'proxy/plugin_message_filter.cc', | 112 'proxy/plugin_message_filter.cc', |
113 'proxy/plugin_message_filter.h', | 113 'proxy/plugin_message_filter.h', |
114 'proxy/plugin_resource.cc', | 114 'proxy/plugin_resource.cc', |
115 'proxy/plugin_resource.h', | 115 'proxy/plugin_resource.h', |
116 'proxy/plugin_resource_tracker.cc', | 116 'proxy/plugin_resource_tracker.cc', |
117 'proxy/plugin_resource_tracker.h', | 117 'proxy/plugin_resource_tracker.h', |
118 'proxy/plugin_resource_var.cc', | 118 'proxy/plugin_resource_var.cc', |
119 'proxy/plugin_resource_var.h', | 119 'proxy/plugin_resource_var.h', |
120 'proxy/plugin_var_serialization_rules.cc', | 120 'proxy/plugin_var_serialization_rules.cc', |
121 'proxy/plugin_var_serialization_rules.h', | 121 'proxy/plugin_var_serialization_rules.h', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'proxy/ppb_video_capture_proxy.cc', | 262 'proxy/ppb_video_capture_proxy.cc', |
263 'proxy/ppb_video_decoder_proxy.cc', | 263 'proxy/ppb_video_decoder_proxy.cc', |
264 'proxy/ppp_content_decryptor_private_proxy.cc', | 264 'proxy/ppp_content_decryptor_private_proxy.cc', |
265 'proxy/ppp_instance_private_proxy.cc', | 265 'proxy/ppp_instance_private_proxy.cc', |
266 'proxy/ppp_video_decoder_proxy.cc', | 266 'proxy/ppp_video_decoder_proxy.cc', |
267 'proxy/serialized_flash_menu.cc', | 267 'proxy/serialized_flash_menu.cc', |
268 'proxy/talk_resource.cc', | 268 'proxy/talk_resource.cc', |
269 'proxy/video_capture_resource.cc', | 269 'proxy/video_capture_resource.cc', |
270 ], | 270 ], |
271 }], | 271 }], |
| 272 ['>(nacl_untrusted_build)==0 and <(chromeos)!=1 and OS!="linux"', { |
| 273 'sources!': [ |
| 274 'proxy/plugin_main.cc', |
| 275 ] |
| 276 }], |
272 ], | 277 ], |
273 }], | 278 }], |
274 ], | 279 ], |
275 }, | 280 }, |
276 } | 281 } |
OLD | NEW |