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

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: Addressing one comment Created 7 years, 4 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_input_event.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': ['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 26 matching lines...) Expand all
37 'message_loop.cc', 37 'message_loop.cc',
38 'module.cc', 38 'module.cc',
39 'mouse_cursor.cc', 39 'mouse_cursor.cc',
40 'mouse_lock.cc', 40 'mouse_lock.cc',
41 'net_address.cc', 41 'net_address.cc',
42 'network_proxy.cc', 42 'network_proxy.cc',
43 'ppp_entrypoints.cc', 43 'ppp_entrypoints.cc',
44 'rect.cc', 44 'rect.cc',
45 'resource.cc', 45 'resource.cc',
46 'tcp_socket.cc', 46 'tcp_socket.cc',
47 'text_input_controller.cc',
47 'udp_socket.cc', 48 'udp_socket.cc',
48 'url_loader.cc', 49 'url_loader.cc',
49 'url_request_info.cc', 50 'url_request_info.cc',
50 'url_response_info.cc', 51 'url_response_info.cc',
51 'var_array_buffer.cc', 52 'var_array_buffer.cc',
52 'var_array.cc', 53 'var_array.cc',
53 'var.cc', 54 'var.cc',
54 'var_dictionary.cc', 55 'var_dictionary.cc',
55 'view.cc', 56 'view.cc',
56 'websocket.cc', 57 'websocket.cc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'mouse_lock.h', 136 'mouse_lock.h',
136 'net_address.h', 137 'net_address.h',
137 'network_proxy.h', 138 'network_proxy.h',
138 'output_traits.h', 139 'output_traits.h',
139 'pass_ref.h', 140 'pass_ref.h',
140 'point.h', 141 'point.h',
141 'rect.h', 142 'rect.h',
142 'resource.h', 143 'resource.h',
143 'size.h', 144 'size.h',
144 'tcp_socket.h', 145 'tcp_socket.h',
146 'text_input_controller.h',
145 'touch_point.h', 147 'touch_point.h',
146 'udp_socket.h', 148 'udp_socket.h',
147 'url_loader.h', 149 'url_loader.h',
148 'url_request_info.h', 150 'url_request_info.h',
149 'url_response_info.h', 151 'url_response_info.h',
150 'var_array_buffer.h', 152 'var_array_buffer.h',
151 'var_array.h', 153 'var_array.h',
152 'var_dictionary.h', 154 'var_dictionary.h',
153 'var.h', 155 'var.h',
154 'view.h', 156 'view.h',
(...skipping 84 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_input_event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698