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

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

Issue 16331007: Introduce PPB_NetAddress_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
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/api/dev/ppb_net_address_dev.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 include/ppapi/c/dev/ppb_cursor_control_dev.h 271 include/ppapi/c/dev/ppb_cursor_control_dev.h
272 include/ppapi/c/dev/ppb_device_ref_dev.h 272 include/ppapi/c/dev/ppb_device_ref_dev.h
273 include/ppapi/c/dev/ppb_file_chooser_dev.h 273 include/ppapi/c/dev/ppb_file_chooser_dev.h
274 include/ppapi/c/dev/ppb_find_dev.h 274 include/ppapi/c/dev/ppb_find_dev.h
275 include/ppapi/c/dev/ppb_font_dev.h 275 include/ppapi/c/dev/ppb_font_dev.h
276 include/ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h 276 include/ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h
277 include/ppapi/c/dev/ppb_graphics_2d_dev.h 277 include/ppapi/c/dev/ppb_graphics_2d_dev.h
278 include/ppapi/c/dev/ppb_ime_input_event_dev.h 278 include/ppapi/c/dev/ppb_ime_input_event_dev.h
279 include/ppapi/c/dev/ppb_keyboard_input_event_dev.h 279 include/ppapi/c/dev/ppb_keyboard_input_event_dev.h
280 include/ppapi/c/dev/ppb_memory_dev.h 280 include/ppapi/c/dev/ppb_memory_dev.h
281 include/ppapi/c/dev/ppb_net_address_dev.h
281 include/ppapi/c/dev/ppb_opengles2ext_dev.h 282 include/ppapi/c/dev/ppb_opengles2ext_dev.h
282 include/ppapi/c/dev/ppb_printing_dev.h 283 include/ppapi/c/dev/ppb_printing_dev.h
283 include/ppapi/c/dev/ppb_resource_array_dev.h 284 include/ppapi/c/dev/ppb_resource_array_dev.h
284 include/ppapi/c/dev/ppb_scrollbar_dev.h 285 include/ppapi/c/dev/ppb_scrollbar_dev.h
285 include/ppapi/c/dev/ppb_testing_dev.h 286 include/ppapi/c/dev/ppb_testing_dev.h
286 include/ppapi/c/dev/ppb_text_input_dev.h 287 include/ppapi/c/dev/ppb_text_input_dev.h
287 include/ppapi/c/dev/ppb_trace_event_dev.h 288 include/ppapi/c/dev/ppb_trace_event_dev.h
288 include/ppapi/c/dev/ppb_truetype_font_dev.h 289 include/ppapi/c/dev/ppb_truetype_font_dev.h
289 include/ppapi/c/dev/ppb_url_util_dev.h 290 include/ppapi/c/dev/ppb_url_util_dev.h
290 include/ppapi/c/dev/ppb_var_array_dev.h 291 include/ppapi/c/dev/ppb_var_array_dev.h
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 include/ppapi/cpp/dev/buffer_dev.h 372 include/ppapi/cpp/dev/buffer_dev.h
372 include/ppapi/cpp/dev/crypto_dev.h 373 include/ppapi/cpp/dev/crypto_dev.h
373 include/ppapi/cpp/dev/cursor_control_dev.h 374 include/ppapi/cpp/dev/cursor_control_dev.h
374 include/ppapi/cpp/dev/device_ref_dev.h 375 include/ppapi/cpp/dev/device_ref_dev.h
375 include/ppapi/cpp/dev/file_chooser_dev.h 376 include/ppapi/cpp/dev/file_chooser_dev.h
376 include/ppapi/cpp/dev/find_dev.h 377 include/ppapi/cpp/dev/find_dev.h
377 include/ppapi/cpp/dev/font_dev.h 378 include/ppapi/cpp/dev/font_dev.h
378 include/ppapi/cpp/dev/graphics_2d_dev.h 379 include/ppapi/cpp/dev/graphics_2d_dev.h
379 include/ppapi/cpp/dev/ime_input_event_dev.h 380 include/ppapi/cpp/dev/ime_input_event_dev.h
380 include/ppapi/cpp/dev/memory_dev.h 381 include/ppapi/cpp/dev/memory_dev.h
382 include/ppapi/cpp/dev/net_address_dev.h
381 include/ppapi/cpp/dev/printing_dev.h 383 include/ppapi/cpp/dev/printing_dev.h
382 include/ppapi/cpp/dev/resource_array_dev.h 384 include/ppapi/cpp/dev/resource_array_dev.h
383 include/ppapi/cpp/dev/scriptable_object_deprecated.h 385 include/ppapi/cpp/dev/scriptable_object_deprecated.h
384 include/ppapi/cpp/dev/scrollbar_dev.h 386 include/ppapi/cpp/dev/scrollbar_dev.h
385 include/ppapi/cpp/dev/selection_dev.h 387 include/ppapi/cpp/dev/selection_dev.h
386 include/ppapi/cpp/dev/text_input_dev.h 388 include/ppapi/cpp/dev/text_input_dev.h
387 include/ppapi/cpp/dev/truetype_font_dev.h 389 include/ppapi/cpp/dev/truetype_font_dev.h
388 include/ppapi/cpp/dev/url_util_dev.h 390 include/ppapi/cpp/dev/url_util_dev.h
389 include/ppapi/cpp/dev/var_array_dev.h 391 include/ppapi/cpp/dev/var_array_dev.h
390 include/ppapi/cpp/dev/var_dictionary_dev.h 392 include/ppapi/cpp/dev/var_dictionary_dev.h
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 [win]tools/ncval_x86_32.exe 986 [win]tools/ncval_x86_32.exe
985 [win]tools/ncval_x86_64.exe 987 [win]tools/ncval_x86_64.exe
986 tools/oshelpers.py 988 tools/oshelpers.py
987 tools/oshelpers.pyc 989 tools/oshelpers.pyc
988 tools/quote.py 990 tools/quote.py
989 tools/run.py 991 tools/run.py
990 [linux,mac]tools/sel_ldr_x86_32 992 [linux,mac]tools/sel_ldr_x86_32
991 [linux]tools/sel_ldr_x86_64 993 [linux]tools/sel_ldr_x86_64
992 [win]tools/sel_ldr_x86_32.exe 994 [win]tools/sel_ldr_x86_32.exe
993 [win]tools/sel_ldr_x86_64.exe 995 [win]tools/sel_ldr_x86_64.exe
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/api/dev/ppb_net_address_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698