| 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 # This GYP file defines untrusted (NaCl) targets. All targets in this | 5 # This GYP file defines untrusted (NaCl) targets. All targets in this |
| 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid | 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid |
| 7 # requiring NaCl sources for building. | 7 # requiring NaCl sources for building. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 'thunk/ppb_widget_thunk.cc', | 337 'thunk/ppb_widget_thunk.cc', |
| 338 # 'thunk/ppb_x509_certificate_private_thunk.cc', | 338 # 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 339 'thunk/ppb_zoom_thunk.cc', | 339 'thunk/ppb_zoom_thunk.cc', |
| 340 | 340 |
| 341 # 'proxy/broker_dispatcher.cc', | 341 # 'proxy/broker_dispatcher.cc', |
| 342 'proxy/dispatcher.cc', | 342 'proxy/dispatcher.cc', |
| 343 'proxy/host_dispatcher.cc', | 343 'proxy/host_dispatcher.cc', |
| 344 'proxy/host_var_serialization_rules.cc', | 344 'proxy/host_var_serialization_rules.cc', |
| 345 'proxy/interface_list.cc', | 345 'proxy/interface_list.cc', |
| 346 'proxy/interface_proxy.cc', | 346 'proxy/interface_proxy.cc', |
| 347 'proxy/pepper_file_messages.cc', |
| 347 'proxy/plugin_array_buffer_var.cc', | 348 'proxy/plugin_array_buffer_var.cc', |
| 348 'proxy/plugin_dispatcher.cc', | 349 'proxy/plugin_dispatcher.cc', |
| 349 'proxy/plugin_globals.cc', | 350 'proxy/plugin_globals.cc', |
| 350 'proxy/plugin_message_filter.cc', | 351 'proxy/plugin_message_filter.cc', |
| 351 'proxy/plugin_resource_tracker.cc', | 352 'proxy/plugin_resource_tracker.cc', |
| 352 'proxy/plugin_var_serialization_rules.cc', | 353 'proxy/plugin_var_serialization_rules.cc', |
| 353 'proxy/plugin_var_tracker.cc', | 354 'proxy/plugin_var_tracker.cc', |
| 354 'proxy/ppapi_messages.cc', | 355 'proxy/ppapi_messages.cc', |
| 355 'proxy/ppapi_param_traits.cc', | 356 'proxy/ppapi_param_traits.cc', |
| 356 # 'proxy/ppb_audio_input_proxy.cc', | 357 # 'proxy/ppb_audio_input_proxy.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 # '-lppruntime', | 407 # '-lppruntime', |
| 407 '-pthread', | 408 '-pthread', |
| 408 '-lgpu_untrusted', | 409 '-lgpu_untrusted', |
| 409 '-lipc_untrusted', | 410 '-lipc_untrusted', |
| 410 '-lbase_untrusted', | 411 '-lbase_untrusted', |
| 411 ], | 412 ], |
| 412 }, | 413 }, |
| 413 }, | 414 }, |
| 414 ], | 415 ], |
| 415 } | 416 } |
| OLD | NEW |