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

Side by Side Diff: native_client_sdk/src/libraries/ppapi/library.dsc

Issue 103993006: Add PPB_Alarms_Dev interface definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/pp_optional_structs_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 { 1 {
2 'TOOLS': ['win', 'linux', 'mac'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/c', 5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev', 6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev', 7 '../../../../ppapi/c/extensions/dev',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'pp_stdint.h', 79 'pp_stdint.h',
80 'pp_time.h', 80 'pp_time.h',
81 'pp_touch_point.h', 81 'pp_touch_point.h',
82 'pp_var.h', 82 'pp_var.h',
83 ], 83 ],
84 'DEST': 'include/ppapi/c', 84 'DEST': 'include/ppapi/c',
85 }, 85 },
86 { 86 {
87 'FILES': [ 87 'FILES': [
88 'deprecated_bool.h', 88 'deprecated_bool.h',
89 'ppb_alarms_dev.h',
89 'ppb_audio_input_dev.h', 90 'ppb_audio_input_dev.h',
90 'ppb_buffer_dev.h', 91 'ppb_buffer_dev.h',
91 'ppb_char_set_dev.h', 92 'ppb_char_set_dev.h',
92 'ppb_crypto_dev.h', 93 'ppb_crypto_dev.h',
93 'ppb_cursor_control_dev.h', 94 'ppb_cursor_control_dev.h',
94 'ppb_device_ref_dev.h', 95 'ppb_device_ref_dev.h',
95 'ppb_file_chooser_dev.h', 96 'ppb_file_chooser_dev.h',
96 'ppb_file_io_dev.h', 97 'ppb_file_io_dev.h',
97 'ppb_find_dev.h', 98 'ppb_find_dev.h',
98 'ppb_font_dev.h', 99 'ppb_font_dev.h',
(...skipping 11 matching lines...) Expand all
110 'ppb_truetype_font_dev.h', 111 'ppb_truetype_font_dev.h',
111 'ppb_url_util_dev.h', 112 'ppb_url_util_dev.h',
112 'ppb_var_deprecated.h', 113 'ppb_var_deprecated.h',
113 'ppb_var_resource_dev.h', 114 'ppb_var_resource_dev.h',
114 'ppb_video_capture_dev.h', 115 'ppb_video_capture_dev.h',
115 'ppb_video_decoder_dev.h', 116 'ppb_video_decoder_dev.h',
116 'ppb_view_dev.h', 117 'ppb_view_dev.h',
117 'ppb_widget_dev.h', 118 'ppb_widget_dev.h',
118 'ppb_zoom_dev.h', 119 'ppb_zoom_dev.h',
119 'pp_cursor_type_dev.h', 120 'pp_cursor_type_dev.h',
121 'pp_optional_structs_dev.h',
120 'ppp_class_deprecated.h', 122 'ppp_class_deprecated.h',
121 'ppp_find_dev.h', 123 'ppp_find_dev.h',
122 'ppp_network_state_dev.h', 124 'ppp_network_state_dev.h',
123 'ppp_printing_dev.h', 125 'ppp_printing_dev.h',
124 'pp_print_settings_dev.h', 126 'pp_print_settings_dev.h',
125 'ppp_scrollbar_dev.h', 127 'ppp_scrollbar_dev.h',
126 'ppp_selection_dev.h', 128 'ppp_selection_dev.h',
127 'ppp_text_input_dev.h', 129 'ppp_text_input_dev.h',
128 'ppp_video_capture_dev.h', 130 'ppp_video_capture_dev.h',
129 'ppp_video_decoder_dev.h', 131 'ppp_video_decoder_dev.h',
130 'ppp_widget_dev.h', 132 'ppp_widget_dev.h',
131 'ppp_zoom_dev.h', 133 'ppp_zoom_dev.h',
132 'pp_video_capture_dev.h', 134 'pp_video_capture_dev.h',
133 'pp_video_dev.h', 135 'pp_video_dev.h',
134 ], 136 ],
135 'DEST': 'include/ppapi/c/dev', 137 'DEST': 'include/ppapi/c/dev',
136 }, 138 },
137 { 139 {
138 'FILES': [ 140 'FILES': [
139 'ppb_ext_socket_dev.h', 141 'ppb_ext_socket_dev.h',
140 ], 142 ],
141 'DEST': 'include/ppapi/c/extensions/dev', 143 'DEST': 'include/ppapi/c/extensions/dev',
142 }, 144 },
143 ], 145 ],
144 'DEST': 'src', 146 'DEST': 'src',
145 'NAME': 'ppapi', 147 'NAME': 'ppapi',
146 } 148 }
147 149
OLDNEW
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/pp_optional_structs_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698