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

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

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
6 '../../../../ppapi/cpp/dev', 6 '../../../../ppapi/cpp/dev',
7 '../../../../ppapi/cpp/extensions', 7 '../../../../ppapi/cpp/extensions',
8 '../../../../ppapi/cpp/extensions/dev', 8 '../../../../ppapi/cpp/extensions/dev',
9 '../../../../ppapi/utility', 9 '../../../../ppapi/utility',
10 '../../../../ppapi/utility/graphics', 10 '../../../../ppapi/utility/graphics',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'video_capture_client_dev.cc', 61 'video_capture_client_dev.cc',
62 'video_decoder_client_dev.cc', 62 'video_decoder_client_dev.cc',
63 'crypto_dev.cc', 63 'crypto_dev.cc',
64 'selection_dev.cc', 64 'selection_dev.cc',
65 'buffer_dev.cc', 65 'buffer_dev.cc',
66 'url_util_dev.cc', 66 'url_util_dev.cc',
67 'video_capture_dev.cc', 67 'video_capture_dev.cc',
68 'zoom_dev.cc', 68 'zoom_dev.cc',
69 'ime_input_event_dev.cc', 69 'ime_input_event_dev.cc',
70 'text_input_dev.cc', 70 'text_input_dev.cc',
71 'text_input_controller.cc',
yzshen1 2013/07/23 16:48:20 If it is intended to put it in dev, the file/class
Seigo Nonaka 2013/07/24 09:05:37 Sorry I'd like to ship as stable. Moving to stable
71 'font_dev.cc', 72 'font_dev.cc',
72 'find_dev.cc', 73 'find_dev.cc',
73 'view_dev.cc', 74 'view_dev.cc',
74 'memory_dev.cc', 75 'memory_dev.cc',
75 'truetype_font_dev.cc', 76 'truetype_font_dev.cc',
76 'file_chooser_dev.cc', 77 'file_chooser_dev.cc',
77 'video_decoder_dev.cc', 78 'video_decoder_dev.cc',
78 'cursor_control_dev.cc', 79 'cursor_control_dev.cc',
79 'device_ref_dev.cc', 80 'device_ref_dev.cc',
80 'printing_dev.cc', 81 'printing_dev.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'font_dev.h', 169 'font_dev.h',
169 'graphics_2d_dev.h', 170 'graphics_2d_dev.h',
170 'ime_input_event_dev.h', 171 'ime_input_event_dev.h',
171 'memory_dev.h', 172 'memory_dev.h',
172 'printing_dev.h', 173 'printing_dev.h',
173 'resource_array_dev.h', 174 'resource_array_dev.h',
174 'scriptable_object_deprecated.h', 175 'scriptable_object_deprecated.h',
175 'scrollbar_dev.h', 176 'scrollbar_dev.h',
176 'selection_dev.h', 177 'selection_dev.h',
177 'text_input_dev.h', 178 'text_input_dev.h',
179 'text_input_controller.h',
178 'truetype_font_dev.h', 180 'truetype_font_dev.h',
179 'url_util_dev.h', 181 'url_util_dev.h',
180 'video_capture_client_dev.h', 182 'video_capture_client_dev.h',
181 'video_capture_dev.h', 183 'video_capture_dev.h',
182 'video_decoder_client_dev.h', 184 'video_decoder_client_dev.h',
183 'video_decoder_dev.h', 185 'video_decoder_dev.h',
184 'view_dev.h', 186 'view_dev.h',
185 'widget_client_dev.h', 187 'widget_client_dev.h',
186 'widget_dev.h', 188 'widget_dev.h',
187 'zoom_dev.h', 189 'zoom_dev.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'lock.h', 241 'lock.h',
240 'simple_thread.h', 242 'simple_thread.h',
241 ], 243 ],
242 'DEST': 'include/ppapi/utility/threading', 244 'DEST': 'include/ppapi/utility/threading',
243 }, 245 },
244 ], 246 ],
245 'DEST': 'src', 247 'DEST': 'src',
246 'NAME': 'ppapi_cpp', 248 'NAME': 'ppapi_cpp',
247 } 249 }
248 250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698