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

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

Issue 16282005: Introduce PPB_UDPSocket_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 include/ppapi/c/dev/ppb_net_address_dev.h 281 include/ppapi/c/dev/ppb_net_address_dev.h
282 include/ppapi/c/dev/ppb_opengles2ext_dev.h 282 include/ppapi/c/dev/ppb_opengles2ext_dev.h
283 include/ppapi/c/dev/ppb_printing_dev.h 283 include/ppapi/c/dev/ppb_printing_dev.h
284 include/ppapi/c/dev/ppb_resource_array_dev.h 284 include/ppapi/c/dev/ppb_resource_array_dev.h
285 include/ppapi/c/dev/ppb_scrollbar_dev.h 285 include/ppapi/c/dev/ppb_scrollbar_dev.h
286 include/ppapi/c/dev/ppb_tcp_socket_dev.h 286 include/ppapi/c/dev/ppb_tcp_socket_dev.h
287 include/ppapi/c/dev/ppb_testing_dev.h 287 include/ppapi/c/dev/ppb_testing_dev.h
288 include/ppapi/c/dev/ppb_text_input_dev.h 288 include/ppapi/c/dev/ppb_text_input_dev.h
289 include/ppapi/c/dev/ppb_trace_event_dev.h 289 include/ppapi/c/dev/ppb_trace_event_dev.h
290 include/ppapi/c/dev/ppb_truetype_font_dev.h 290 include/ppapi/c/dev/ppb_truetype_font_dev.h
291 include/ppapi/c/dev/ppb_udp_socket_dev.h
291 include/ppapi/c/dev/ppb_url_util_dev.h 292 include/ppapi/c/dev/ppb_url_util_dev.h
292 include/ppapi/c/dev/ppb_var_array_dev.h 293 include/ppapi/c/dev/ppb_var_array_dev.h
293 include/ppapi/c/dev/ppb_var_deprecated.h 294 include/ppapi/c/dev/ppb_var_deprecated.h
294 include/ppapi/c/dev/ppb_var_dictionary_dev.h 295 include/ppapi/c/dev/ppb_var_dictionary_dev.h
295 include/ppapi/c/dev/ppb_video_capture_dev.h 296 include/ppapi/c/dev/ppb_video_capture_dev.h
296 include/ppapi/c/dev/ppb_video_decoder_dev.h 297 include/ppapi/c/dev/ppb_video_decoder_dev.h
297 include/ppapi/c/dev/ppb_view_dev.h 298 include/ppapi/c/dev/ppb_view_dev.h
298 include/ppapi/c/dev/ppb_widget_dev.h 299 include/ppapi/c/dev/ppb_widget_dev.h
299 include/ppapi/c/dev/ppb_zoom_dev.h 300 include/ppapi/c/dev/ppb_zoom_dev.h
300 include/ppapi/c/dev/pp_cursor_type_dev.h 301 include/ppapi/c/dev/pp_cursor_type_dev.h
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 include/ppapi/cpp/dev/memory_dev.h 383 include/ppapi/cpp/dev/memory_dev.h
383 include/ppapi/cpp/dev/net_address_dev.h 384 include/ppapi/cpp/dev/net_address_dev.h
384 include/ppapi/cpp/dev/printing_dev.h 385 include/ppapi/cpp/dev/printing_dev.h
385 include/ppapi/cpp/dev/resource_array_dev.h 386 include/ppapi/cpp/dev/resource_array_dev.h
386 include/ppapi/cpp/dev/scriptable_object_deprecated.h 387 include/ppapi/cpp/dev/scriptable_object_deprecated.h
387 include/ppapi/cpp/dev/scrollbar_dev.h 388 include/ppapi/cpp/dev/scrollbar_dev.h
388 include/ppapi/cpp/dev/selection_dev.h 389 include/ppapi/cpp/dev/selection_dev.h
389 include/ppapi/cpp/dev/tcp_socket_dev.h 390 include/ppapi/cpp/dev/tcp_socket_dev.h
390 include/ppapi/cpp/dev/text_input_dev.h 391 include/ppapi/cpp/dev/text_input_dev.h
391 include/ppapi/cpp/dev/truetype_font_dev.h 392 include/ppapi/cpp/dev/truetype_font_dev.h
393 include/ppapi/cpp/dev/udp_socket_dev.h
392 include/ppapi/cpp/dev/url_util_dev.h 394 include/ppapi/cpp/dev/url_util_dev.h
393 include/ppapi/cpp/dev/var_array_dev.h 395 include/ppapi/cpp/dev/var_array_dev.h
394 include/ppapi/cpp/dev/var_dictionary_dev.h 396 include/ppapi/cpp/dev/var_dictionary_dev.h
395 include/ppapi/cpp/dev/video_capture_client_dev.h 397 include/ppapi/cpp/dev/video_capture_client_dev.h
396 include/ppapi/cpp/dev/video_capture_dev.h 398 include/ppapi/cpp/dev/video_capture_dev.h
397 include/ppapi/cpp/dev/video_decoder_client_dev.h 399 include/ppapi/cpp/dev/video_decoder_client_dev.h
398 include/ppapi/cpp/dev/video_decoder_dev.h 400 include/ppapi/cpp/dev/video_decoder_dev.h
399 include/ppapi/cpp/dev/view_dev.h 401 include/ppapi/cpp/dev/view_dev.h
400 include/ppapi/cpp/dev/widget_client_dev.h 402 include/ppapi/cpp/dev/widget_client_dev.h
401 include/ppapi/cpp/dev/widget_dev.h 403 include/ppapi/cpp/dev/widget_dev.h
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 [linux]tools/nacl_helper_bootstrap_x86_32 1010 [linux]tools/nacl_helper_bootstrap_x86_32
1009 [linux]tools/nacl_helper_bootstrap_x86_64 1011 [linux]tools/nacl_helper_bootstrap_x86_64
1010 tools/nacl_llvm.mk 1012 tools/nacl_llvm.mk
1011 tools/ncval${EXE_EXT} 1013 tools/ncval${EXE_EXT}
1012 tools/oshelpers.py 1014 tools/oshelpers.py
1013 tools/oshelpers.pyc 1015 tools/oshelpers.pyc
1014 tools/quote.py 1016 tools/quote.py
1015 tools/run.py 1017 tools/run.py
1016 tools/sel_ldr_x86_32${EXE_EXT} 1018 tools/sel_ldr_x86_32${EXE_EXT}
1017 [linux,win]tools/sel_ldr_x86_64${EXE_EXT} 1019 [linux,win]tools/sel_ldr_x86_64${EXE_EXT}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698