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

Side by Side Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 17004010: PPAPI: Move PPB_NetworkProxy out of Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 5 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 AUTHORS 1 AUTHORS
2 COPYING 2 COPYING
3 examples/api/audio/audio.cc 3 examples/api/audio/audio.cc
4 examples/api/audio/background.js 4 examples/api/audio/background.js
5 examples/api/audio/common.js 5 examples/api/audio/common.js
6 examples/api/audio/example.js 6 examples/api/audio/example.js
7 examples/api/audio/icon128.png 7 examples/api/audio/icon128.png
8 examples/api/audio/index.html 8 examples/api/audio/index.html
9 [win]examples/api/audio/make.bat 9 [win]examples/api/audio/make.bat
10 examples/api/audio/Makefile 10 examples/api/audio/Makefile
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 include/ppapi/c/ppb.h 330 include/ppapi/c/ppb.h
331 include/ppapi/c/ppb_host_resolver.h 331 include/ppapi/c/ppb_host_resolver.h
332 include/ppapi/c/ppb_image_data.h 332 include/ppapi/c/ppb_image_data.h
333 include/ppapi/c/ppb_input_event.h 333 include/ppapi/c/ppb_input_event.h
334 include/ppapi/c/ppb_instance.h 334 include/ppapi/c/ppb_instance.h
335 include/ppapi/c/ppb_message_loop.h 335 include/ppapi/c/ppb_message_loop.h
336 include/ppapi/c/ppb_messaging.h 336 include/ppapi/c/ppb_messaging.h
337 include/ppapi/c/ppb_mouse_cursor.h 337 include/ppapi/c/ppb_mouse_cursor.h
338 include/ppapi/c/ppb_mouse_lock.h 338 include/ppapi/c/ppb_mouse_lock.h
339 include/ppapi/c/ppb_net_address.h 339 include/ppapi/c/ppb_net_address.h
340 include/ppapi/c/ppb_network_proxy.h
340 include/ppapi/c/pp_bool.h 341 include/ppapi/c/pp_bool.h
341 include/ppapi/c/ppb_opengles2.h 342 include/ppapi/c/ppb_opengles2.h
342 include/ppapi/c/ppb_tcp_socket.h 343 include/ppapi/c/ppb_tcp_socket.h
343 include/ppapi/c/ppb_udp_socket.h 344 include/ppapi/c/ppb_udp_socket.h
344 include/ppapi/c/ppb_url_loader.h 345 include/ppapi/c/ppb_url_loader.h
345 include/ppapi/c/ppb_url_request_info.h 346 include/ppapi/c/ppb_url_request_info.h
346 include/ppapi/c/ppb_url_response_info.h 347 include/ppapi/c/ppb_url_response_info.h
347 include/ppapi/c/ppb_var_array_buffer.h 348 include/ppapi/c/ppb_var_array_buffer.h
348 include/ppapi/c/ppb_var_array.h 349 include/ppapi/c/ppb_var_array.h
349 include/ppapi/c/ppb_var_dictionary.h 350 include/ppapi/c/ppb_var_dictionary.h
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 include/ppapi/cpp/logging.h 431 include/ppapi/cpp/logging.h
431 include/ppapi/c/pp_macros.h 432 include/ppapi/c/pp_macros.h
432 include/ppapi/cpp/message_loop.h 433 include/ppapi/cpp/message_loop.h
433 include/ppapi/cpp/module_embedder.h 434 include/ppapi/cpp/module_embedder.h
434 include/ppapi/c/pp_module.h 435 include/ppapi/c/pp_module.h
435 include/ppapi/cpp/module.h 436 include/ppapi/cpp/module.h
436 include/ppapi/cpp/module_impl.h 437 include/ppapi/cpp/module_impl.h
437 include/ppapi/cpp/mouse_cursor.h 438 include/ppapi/cpp/mouse_cursor.h
438 include/ppapi/cpp/mouse_lock.h 439 include/ppapi/cpp/mouse_lock.h
439 include/ppapi/cpp/net_address.h 440 include/ppapi/cpp/net_address.h
441 include/ppapi/cpp/network_proxy.h
440 include/ppapi/cpp/output_traits.h 442 include/ppapi/cpp/output_traits.h
441 include/ppapi/cpp/pass_ref.h 443 include/ppapi/cpp/pass_ref.h
442 include/ppapi/c/ppp_graphics_3d.h 444 include/ppapi/c/ppp_graphics_3d.h
443 include/ppapi/c/ppp.h 445 include/ppapi/c/ppp.h
444 include/ppapi/c/ppp_input_event.h 446 include/ppapi/c/ppp_input_event.h
445 include/ppapi/c/ppp_instance.h 447 include/ppapi/c/ppp_instance.h
446 include/ppapi/c/ppp_messaging.h 448 include/ppapi/c/ppp_messaging.h
447 include/ppapi/c/ppp_mouse_lock.h 449 include/ppapi/c/ppp_mouse_lock.h
448 include/ppapi/c/pp_point.h 450 include/ppapi/c/pp_point.h
449 include/ppapi/cpp/point.h 451 include/ppapi/cpp/point.h
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 src/ppapi_cpp/instance.cc 718 src/ppapi_cpp/instance.cc
717 src/ppapi_cpp/instance_handle.cc 719 src/ppapi_cpp/instance_handle.cc
718 src/ppapi_cpp/lock.cc 720 src/ppapi_cpp/lock.cc
719 src/ppapi_cpp/Makefile 721 src/ppapi_cpp/Makefile
720 src/ppapi_cpp/memory_dev.cc 722 src/ppapi_cpp/memory_dev.cc
721 src/ppapi_cpp/message_loop.cc 723 src/ppapi_cpp/message_loop.cc
722 src/ppapi_cpp/module.cc 724 src/ppapi_cpp/module.cc
723 src/ppapi_cpp/mouse_cursor.cc 725 src/ppapi_cpp/mouse_cursor.cc
724 src/ppapi_cpp/mouse_lock.cc 726 src/ppapi_cpp/mouse_lock.cc
725 src/ppapi_cpp/net_address.cc 727 src/ppapi_cpp/net_address.cc
728 src/ppapi_cpp/network_proxy.cc
726 src/ppapi_cpp/paint_aggregator.cc 729 src/ppapi_cpp/paint_aggregator.cc
727 src/ppapi_cpp/paint_manager.cc 730 src/ppapi_cpp/paint_manager.cc
728 src/ppapi_cpp/ppp_entrypoints.cc 731 src/ppapi_cpp/ppp_entrypoints.cc
729 src/ppapi_cpp/printing_dev.cc 732 src/ppapi_cpp/printing_dev.cc
730 src/ppapi_cpp/rect.cc 733 src/ppapi_cpp/rect.cc
731 src/ppapi_cpp/resource_array_dev.cc 734 src/ppapi_cpp/resource_array_dev.cc
732 src/ppapi_cpp/resource.cc 735 src/ppapi_cpp/resource.cc
733 src/ppapi_cpp/scriptable_object_deprecated.cc 736 src/ppapi_cpp/scriptable_object_deprecated.cc
734 src/ppapi_cpp/scrollbar_dev.cc 737 src/ppapi_cpp/scrollbar_dev.cc
735 src/ppapi_cpp/selection_dev.cc 738 src/ppapi_cpp/selection_dev.cc
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 [linux]tools/nacl_helper_bootstrap_x86_32 1056 [linux]tools/nacl_helper_bootstrap_x86_32
1054 [linux]tools/nacl_helper_bootstrap_x86_64 1057 [linux]tools/nacl_helper_bootstrap_x86_64
1055 tools/nacl_llvm.mk 1058 tools/nacl_llvm.mk
1056 tools/ncval${EXE_EXT} 1059 tools/ncval${EXE_EXT}
1057 tools/oshelpers.py 1060 tools/oshelpers.py
1058 tools/oshelpers.pyc 1061 tools/oshelpers.pyc
1059 tools/quote.py 1062 tools/quote.py
1060 tools/run.py 1063 tools/run.py
1061 tools/sel_ldr_x86_32${EXE_EXT} 1064 tools/sel_ldr_x86_32${EXE_EXT}
1062 [linux,win]tools/sel_ldr_x86_64${EXE_EXT} 1065 [linux,win]tools/sel_ldr_x86_64${EXE_EXT}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698