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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 8965082: Add API definition and error values for running message loops. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove guaranteed executio Created 8 years, 11 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'c/dev/ppb_char_set_dev.h', 55 'c/dev/ppb_char_set_dev.h',
56 'c/dev/ppb_console_dev.h', 56 'c/dev/ppb_console_dev.h',
57 'c/dev/ppb_cursor_control_dev.h', 57 'c/dev/ppb_cursor_control_dev.h',
58 'c/dev/ppb_directory_reader_dev.h', 58 'c/dev/ppb_directory_reader_dev.h',
59 'c/dev/ppb_file_chooser_dev.h', 59 'c/dev/ppb_file_chooser_dev.h',
60 'c/dev/ppb_find_dev.h', 60 'c/dev/ppb_find_dev.h',
61 'c/dev/ppb_font_dev.h', 61 'c/dev/ppb_font_dev.h',
62 'c/dev/ppb_fullscreen_dev.h', 62 'c/dev/ppb_fullscreen_dev.h',
63 'c/dev/ppb_ime_input_event_dev.h', 63 'c/dev/ppb_ime_input_event_dev.h',
64 'c/dev/ppb_memory_dev.h', 64 'c/dev/ppb_memory_dev.h',
65 'c/dev/ppb_message_loop_dev.h',
65 'c/dev/ppb_scrollbar_dev.h', 66 'c/dev/ppb_scrollbar_dev.h',
66 'c/dev/ppb_testing_dev.h', 67 'c/dev/ppb_testing_dev.h',
67 'c/dev/ppb_url_util_dev.h', 68 'c/dev/ppb_url_util_dev.h',
68 'c/dev/ppb_var_array_buffer_dev.h', 69 'c/dev/ppb_var_array_buffer_dev.h',
69 'c/dev/ppb_video_decoder_dev.h', 70 'c/dev/ppb_video_decoder_dev.h',
70 'c/dev/ppb_websocket_dev.h', 71 'c/dev/ppb_websocket_dev.h',
71 'c/dev/ppb_widget_dev.h', 72 'c/dev/ppb_widget_dev.h',
72 'c/dev/ppb_zoom_dev.h', 73 'c/dev/ppb_zoom_dev.h',
73 'c/dev/ppp_cursor_control_dev.h', 74 'c/dev/ppp_cursor_control_dev.h',
74 'c/dev/ppp_find_dev.h', 75 'c/dev/ppp_find_dev.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'c/dev/ppb_transport_dev.h', 389 'c/dev/ppb_transport_dev.h',
389 ], 390 ],
390 'cpp_source_files': [ 391 'cpp_source_files': [
391 'cpp/dev/transport_dev.cc', 392 'cpp/dev/transport_dev.cc',
392 'cpp/dev/transport_dev.h', 393 'cpp/dev/transport_dev.h',
393 ], 394 ],
394 }, 395 },
395 }], 396 }],
396 ], 397 ],
397 } 398 }
OLDNEW
« ppapi/api/dev/ppb_message_loop_dev.idl ('K') | « ppapi/c/dev/ppb_message_loop_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698