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

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

Issue 17962002: Merge 208513 "PPAPI: Move PPB_NetworkProxy out of Dev" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 include/ppapi/c/ppb.h 344 include/ppapi/c/ppb.h
345 include/ppapi/c/ppb_host_resolver.h 345 include/ppapi/c/ppb_host_resolver.h
346 include/ppapi/c/ppb_image_data.h 346 include/ppapi/c/ppb_image_data.h
347 include/ppapi/c/ppb_input_event.h 347 include/ppapi/c/ppb_input_event.h
348 include/ppapi/c/ppb_instance.h 348 include/ppapi/c/ppb_instance.h
349 include/ppapi/c/ppb_message_loop.h 349 include/ppapi/c/ppb_message_loop.h
350 include/ppapi/c/ppb_messaging.h 350 include/ppapi/c/ppb_messaging.h
351 include/ppapi/c/ppb_mouse_cursor.h 351 include/ppapi/c/ppb_mouse_cursor.h
352 include/ppapi/c/ppb_mouse_lock.h 352 include/ppapi/c/ppb_mouse_lock.h
353 include/ppapi/c/ppb_net_address.h 353 include/ppapi/c/ppb_net_address.h
354 include/ppapi/c/ppb_network_proxy.h
354 include/ppapi/c/pp_bool.h 355 include/ppapi/c/pp_bool.h
355 include/ppapi/c/ppb_opengles2.h 356 include/ppapi/c/ppb_opengles2.h
356 include/ppapi/c/ppb_tcp_socket.h 357 include/ppapi/c/ppb_tcp_socket.h
357 include/ppapi/c/ppb_udp_socket.h 358 include/ppapi/c/ppb_udp_socket.h
358 include/ppapi/c/ppb_url_loader.h 359 include/ppapi/c/ppb_url_loader.h
359 include/ppapi/c/ppb_url_request_info.h 360 include/ppapi/c/ppb_url_request_info.h
360 include/ppapi/c/ppb_url_response_info.h 361 include/ppapi/c/ppb_url_response_info.h
361 include/ppapi/c/ppb_var_array_buffer.h 362 include/ppapi/c/ppb_var_array_buffer.h
362 include/ppapi/c/ppb_var_array.h 363 include/ppapi/c/ppb_var_array.h
363 include/ppapi/c/ppb_var_dictionary.h 364 include/ppapi/c/ppb_var_dictionary.h
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 include/ppapi/cpp/logging.h 445 include/ppapi/cpp/logging.h
445 include/ppapi/c/pp_macros.h 446 include/ppapi/c/pp_macros.h
446 include/ppapi/cpp/message_loop.h 447 include/ppapi/cpp/message_loop.h
447 include/ppapi/cpp/module_embedder.h 448 include/ppapi/cpp/module_embedder.h
448 include/ppapi/c/pp_module.h 449 include/ppapi/c/pp_module.h
449 include/ppapi/cpp/module.h 450 include/ppapi/cpp/module.h
450 include/ppapi/cpp/module_impl.h 451 include/ppapi/cpp/module_impl.h
451 include/ppapi/cpp/mouse_cursor.h 452 include/ppapi/cpp/mouse_cursor.h
452 include/ppapi/cpp/mouse_lock.h 453 include/ppapi/cpp/mouse_lock.h
453 include/ppapi/cpp/net_address.h 454 include/ppapi/cpp/net_address.h
455 include/ppapi/cpp/network_proxy.h
454 include/ppapi/cpp/output_traits.h 456 include/ppapi/cpp/output_traits.h
455 include/ppapi/cpp/pass_ref.h 457 include/ppapi/cpp/pass_ref.h
456 include/ppapi/c/ppp_graphics_3d.h 458 include/ppapi/c/ppp_graphics_3d.h
457 include/ppapi/c/ppp.h 459 include/ppapi/c/ppp.h
458 include/ppapi/c/ppp_input_event.h 460 include/ppapi/c/ppp_input_event.h
459 include/ppapi/c/ppp_instance.h 461 include/ppapi/c/ppp_instance.h
460 include/ppapi/c/ppp_messaging.h 462 include/ppapi/c/ppp_messaging.h
461 include/ppapi/c/ppp_mouse_lock.h 463 include/ppapi/c/ppp_mouse_lock.h
462 include/ppapi/c/pp_point.h 464 include/ppapi/c/pp_point.h
463 include/ppapi/cpp/point.h 465 include/ppapi/cpp/point.h
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 src/ppapi_cpp/instance.cc 735 src/ppapi_cpp/instance.cc
734 src/ppapi_cpp/instance_handle.cc 736 src/ppapi_cpp/instance_handle.cc
735 src/ppapi_cpp/lock.cc 737 src/ppapi_cpp/lock.cc
736 src/ppapi_cpp/Makefile 738 src/ppapi_cpp/Makefile
737 src/ppapi_cpp/memory_dev.cc 739 src/ppapi_cpp/memory_dev.cc
738 src/ppapi_cpp/message_loop.cc 740 src/ppapi_cpp/message_loop.cc
739 src/ppapi_cpp/module.cc 741 src/ppapi_cpp/module.cc
740 src/ppapi_cpp/mouse_cursor.cc 742 src/ppapi_cpp/mouse_cursor.cc
741 src/ppapi_cpp/mouse_lock.cc 743 src/ppapi_cpp/mouse_lock.cc
742 src/ppapi_cpp/net_address.cc 744 src/ppapi_cpp/net_address.cc
745 src/ppapi_cpp/network_proxy.cc
743 src/ppapi_cpp/paint_aggregator.cc 746 src/ppapi_cpp/paint_aggregator.cc
744 src/ppapi_cpp/paint_manager.cc 747 src/ppapi_cpp/paint_manager.cc
745 src/ppapi_cpp/ppp_entrypoints.cc 748 src/ppapi_cpp/ppp_entrypoints.cc
746 src/ppapi_cpp/printing_dev.cc 749 src/ppapi_cpp/printing_dev.cc
747 src/ppapi_cpp/rect.cc 750 src/ppapi_cpp/rect.cc
748 src/ppapi_cpp/resource_array_dev.cc 751 src/ppapi_cpp/resource_array_dev.cc
749 src/ppapi_cpp/resource.cc 752 src/ppapi_cpp/resource.cc
750 src/ppapi_cpp/scriptable_object_deprecated.cc 753 src/ppapi_cpp/scriptable_object_deprecated.cc
751 src/ppapi_cpp/scrollbar_dev.cc 754 src/ppapi_cpp/scrollbar_dev.cc
752 src/ppapi_cpp/selection_dev.cc 755 src/ppapi_cpp/selection_dev.cc
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 [linux]tools/nacl_helper_bootstrap_x86_32 1075 [linux]tools/nacl_helper_bootstrap_x86_32
1073 [linux]tools/nacl_helper_bootstrap_x86_64 1076 [linux]tools/nacl_helper_bootstrap_x86_64
1074 tools/nacl_llvm.mk 1077 tools/nacl_llvm.mk
1075 tools/ncval${EXE_EXT} 1078 tools/ncval${EXE_EXT}
1076 tools/oshelpers.py 1079 tools/oshelpers.py
1077 tools/oshelpers.pyc 1080 tools/oshelpers.pyc
1078 tools/quote.py 1081 tools/quote.py
1079 tools/run.py 1082 tools/run.py
1080 tools/sel_ldr_x86_32${EXE_EXT} 1083 tools/sel_ldr_x86_32${EXE_EXT}
1081 [linux,win]tools/sel_ldr_x86_64${EXE_EXT} 1084 [linux,win]tools/sel_ldr_x86_64${EXE_EXT}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698