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

Side by Side Diff: ppapi/ppapi_sources.gypi

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, 8 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'c/private/ppb_nacl_private.h', 102 'c/private/ppb_nacl_private.h',
103 'c/private/ppb_net_address_private.h', 103 'c/private/ppb_net_address_private.h',
104 'c/private/ppb_pdf.h', 104 'c/private/ppb_pdf.h',
105 'c/private/ppb_proxy_private.h', 105 'c/private/ppb_proxy_private.h',
106 'c/private/ppp_instance_private.h', 106 'c/private/ppp_instance_private.h',
107 'c/private/ppb_network_list_private.h', 107 'c/private/ppb_network_list_private.h',
108 'c/private/ppb_network_monitor_private.h', 108 'c/private/ppb_network_monitor_private.h',
109 'c/private/ppb_tcp_server_socket_private.h', 109 'c/private/ppb_tcp_server_socket_private.h',
110 'c/private/ppb_tcp_socket_private.h', 110 'c/private/ppb_tcp_socket_private.h',
111 'c/private/ppb_udp_socket_private.h', 111 'c/private/ppb_udp_socket_private.h',
112 'c/private/ppb_x509_certificate_private.h',
112 113
113 # Deprecated interfaces. 114 # Deprecated interfaces.
114 'c/dev/deprecated_bool.h', 115 'c/dev/deprecated_bool.h',
115 'c/dev/ppb_var_deprecated.h', 116 'c/dev/ppb_var_deprecated.h',
116 'c/dev/ppp_class_deprecated.h', 117 'c/dev/ppp_class_deprecated.h',
117 118
118 # Trusted interfaces. 119 # Trusted interfaces.
119 'c/trusted/ppb_audio_trusted.h', 120 'c/trusted/ppb_audio_trusted.h',
120 'c/trusted/ppb_broker_trusted.h', 121 'c/trusted/ppb_broker_trusted.h',
121 'c/trusted/ppb_browser_font_trusted.h', 122 'c/trusted/ppb_browser_font_trusted.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'cpp/private/network_monitor_private.cc', 267 'cpp/private/network_monitor_private.cc',
267 'cpp/private/network_monitor_private.h', 268 'cpp/private/network_monitor_private.h',
268 'cpp/private/tcp_server_socket_private.cc', 269 'cpp/private/tcp_server_socket_private.cc',
269 'cpp/private/tcp_server_socket_private.h', 270 'cpp/private/tcp_server_socket_private.h',
270 'cpp/private/tcp_socket_private.cc', 271 'cpp/private/tcp_socket_private.cc',
271 'cpp/private/tcp_socket_private.h', 272 'cpp/private/tcp_socket_private.h',
272 'cpp/private/udp_socket_private.cc', 273 'cpp/private/udp_socket_private.cc',
273 'cpp/private/udp_socket_private.h', 274 'cpp/private/udp_socket_private.h',
274 'cpp/private/var_private.cc', 275 'cpp/private/var_private.cc',
275 'cpp/private/var_private.h', 276 'cpp/private/var_private.h',
277 'cpp/private/x509_certificate_private.cc',
278 'cpp/private/x509_certificate_private.h',
276 279
277 # Trusted interfaces. 280 # Trusted interfaces.
278 'cpp/trusted/browser_font_trusted.cc', 281 'cpp/trusted/browser_font_trusted.cc',
279 'cpp/trusted/browser_font_trusted.h', 282 'cpp/trusted/browser_font_trusted.h',
280 'cpp/trusted/file_chooser_trusted.cc', 283 'cpp/trusted/file_chooser_trusted.cc',
281 'cpp/trusted/file_chooser_trusted.h', 284 'cpp/trusted/file_chooser_trusted.h',
282 'cpp/trusted/file_io_trusted.cc', 285 'cpp/trusted/file_io_trusted.cc',
283 'cpp/trusted/file_io_trusted.h', 286 'cpp/trusted/file_io_trusted.h',
284 287
285 # Utility sources. 288 # Utility sources.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'tests/test_utils.cc', 437 'tests/test_utils.cc',
435 'tests/test_utils.h', 438 'tests/test_utils.h',
436 'tests/test_var.cc', 439 'tests/test_var.cc',
437 'tests/test_var.h', 440 'tests/test_var.h',
438 'tests/test_view.cc', 441 'tests/test_view.cc',
439 'tests/test_view.h', 442 'tests/test_view.h',
440 'tests/test_video_decoder.cc', 443 'tests/test_video_decoder.cc',
441 'tests/test_video_decoder.h', 444 'tests/test_video_decoder.h',
442 'tests/test_websocket.cc', 445 'tests/test_websocket.cc',
443 'tests/test_websocket.h', 446 'tests/test_websocket.h',
447 'tests/test_x509_certificate_private.cc',
448 'tests/test_x509_certificate_private.h',
444 449
445 # Deprecated test cases. 450 # Deprecated test cases.
446 'tests/test_instance_deprecated.cc', 451 'tests/test_instance_deprecated.cc',
447 'tests/test_instance_deprecated.h', 452 'tests/test_instance_deprecated.h',
448 'tests/test_var_deprecated.cc', 453 'tests/test_var_deprecated.cc',
449 'tests/test_var_deprecated.h', 454 'tests/test_var_deprecated.h',
450 ], 455 ],
451 }, 456 },
452 'conditions': [ 457 'conditions': [
453 ['p2p_apis==1', { 458 ['p2p_apis==1', {
454 'variables': { 459 'variables': {
455 'c_source_files': [ 460 'c_source_files': [
456 'c/dev/ppb_transport_dev.h', 461 'c/dev/ppb_transport_dev.h',
457 ], 462 ],
458 'cpp_source_files': [ 463 'cpp_source_files': [
459 'cpp/dev/transport_dev.cc', 464 'cpp/dev/transport_dev.cc',
460 'cpp/dev/transport_dev.h', 465 'cpp/dev/transport_dev.h',
461 ], 466 ],
462 }, 467 },
463 }], 468 }],
464 ], 469 ],
465 } 470 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698