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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9699100: Add functionality to pppapi TCPSocket to support secure sockets in flash (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
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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'tests/test_network_monitor_private.h', 424 'tests/test_network_monitor_private.h',
425 'tests/test_paint_aggregator.cc', 425 'tests/test_paint_aggregator.cc',
426 'tests/test_paint_aggregator.h', 426 'tests/test_paint_aggregator.h',
427 'tests/test_post_message.cc', 427 'tests/test_post_message.cc',
428 'tests/test_post_message.h', 428 'tests/test_post_message.h',
429 'tests/test_resource_array.cc', 429 'tests/test_resource_array.cc',
430 'tests/test_resource_array.h', 430 'tests/test_resource_array.h',
431 'tests/test_scrollbar.cc', 431 'tests/test_scrollbar.cc',
432 'tests/test_scrollbar.h', 432 'tests/test_scrollbar.h',
433 'tests/test_struct_sizes.c', 433 'tests/test_struct_sizes.c',
434 'tests/test_tcp_socket_private_trusted.cc',
435 'tests/test_tcp_socket_private_trusted.h',
434 'tests/test_uma.cc', 436 'tests/test_uma.cc',
435 'tests/test_uma.h', 437 'tests/test_uma.h',
436 'tests/test_url_loader.cc', 438 'tests/test_url_loader.cc',
437 'tests/test_url_loader.h', 439 'tests/test_url_loader.h',
438 'tests/test_url_request.cc', 440 'tests/test_url_request.cc',
439 'tests/test_url_request.h', 441 'tests/test_url_request.h',
440 'tests/test_url_util.cc', 442 'tests/test_url_util.cc',
441 'tests/test_url_util.h', 443 'tests/test_url_util.h',
442 'tests/test_utils.cc', 444 'tests/test_utils.cc',
443 'tests/test_utils.h', 445 'tests/test_utils.h',
(...skipping 22 matching lines...) Expand all
466 'c/dev/ppb_transport_dev.h', 468 'c/dev/ppb_transport_dev.h',
467 ], 469 ],
468 'cpp_source_files': [ 470 'cpp_source_files': [
469 'cpp/dev/transport_dev.cc', 471 'cpp/dev/transport_dev.cc',
470 'cpp/dev/transport_dev.h', 472 'cpp/dev/transport_dev.h',
471 ], 473 ],
472 }, 474 },
473 }], 475 }],
474 ], 476 ],
475 } 477 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.cc ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698