Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: ppapi/ppapi_proxy_untrusted.gyp

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'thunk/ppb_url_loader_thunk.cc', 329 'thunk/ppb_url_loader_thunk.cc',
330 'thunk/ppb_url_request_info_thunk.cc', 330 'thunk/ppb_url_request_info_thunk.cc',
331 'thunk/ppb_url_response_info_thunk.cc', 331 'thunk/ppb_url_response_info_thunk.cc',
332 # 'thunk/ppb_url_util_thunk.cc', 332 # 'thunk/ppb_url_util_thunk.cc',
333 'thunk/ppb_video_capture_thunk.cc', 333 'thunk/ppb_video_capture_thunk.cc',
334 'thunk/ppb_video_decoder_thunk.cc', 334 'thunk/ppb_video_decoder_thunk.cc',
335 'thunk/ppb_video_layer_thunk.cc', 335 'thunk/ppb_video_layer_thunk.cc',
336 'thunk/ppb_view_thunk.cc', 336 'thunk/ppb_view_thunk.cc',
337 'thunk/ppb_websocket_thunk.cc', 337 'thunk/ppb_websocket_thunk.cc',
338 'thunk/ppb_widget_thunk.cc', 338 'thunk/ppb_widget_thunk.cc',
339 'thunk/ppb_x509_certificate_private_thunk.cc',
339 'thunk/ppb_zoom_thunk.cc', 340 'thunk/ppb_zoom_thunk.cc',
340 341
341 'proxy/broker_dispatcher.cc', 342 'proxy/broker_dispatcher.cc',
342 'proxy/dispatcher.cc', 343 'proxy/dispatcher.cc',
343 'proxy/host_dispatcher.cc', 344 'proxy/host_dispatcher.cc',
344 'proxy/host_var_serialization_rules.cc', 345 'proxy/host_var_serialization_rules.cc',
345 'proxy/interface_list.cc', 346 'proxy/interface_list.cc',
346 'proxy/interface_proxy.cc', 347 'proxy/interface_proxy.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',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 '../third_party/source/i18n//wintzimpl.cpp', 724 '../third_party/source/i18n//wintzimpl.cpp',
724 '../third_party/source/i18n//zonemeta.cpp', 725 '../third_party/source/i18n//zonemeta.cpp',
725 '../third_party/source/i18n//zrule.cpp', 726 '../third_party/source/i18n//zrule.cpp',
726 '../third_party/source/i18n//zstrfmt.cpp', 727 '../third_party/source/i18n//zstrfmt.cpp',
727 '../third_party/source/i18n//ztrans.cpp', 728 '../third_party/source/i18n//ztrans.cpp',
728 ], 729 ],
729 }, 730 },
730 }, 731 },
731 ], 732 ],
732 } 733 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698