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

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

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'ppp.h', 67 'ppp.h',
68 'ppp_input_event.h', 68 'ppp_input_event.h',
69 'ppp_instance.h', 69 'ppp_instance.h',
70 'ppp_messaging.h', 70 'ppp_messaging.h',
71 'ppp_mouse_lock.h', 71 'ppp_mouse_lock.h',
72 'pp_point.h', 72 'pp_point.h',
73 'pp_rect.h', 73 'pp_rect.h',
74 'pp_resource.h', 74 'pp_resource.h',
75 'pp_size.h', 75 'pp_size.h',
76 'pp_stdint.h', 76 'pp_stdint.h',
77 'ppb_text_input_controller.h',
yzshen1 2013/07/24 16:49:16 alphabetically, please.
Seigo Nonaka 2013/07/25 04:36:55 Done.
77 'pp_time.h', 78 'pp_time.h',
78 'pp_touch_point.h', 79 'pp_touch_point.h',
79 'pp_var.h', 80 'pp_var.h',
80 ], 81 ],
81 'DEST': 'include/ppapi/c', 82 'DEST': 'include/ppapi/c',
82 }, 83 },
83 { 84 {
84 'FILES': [ 85 'FILES': [
85 'deprecated_bool.h', 86 'deprecated_bool.h',
86 'ppb_audio_input_dev.h', 87 'ppb_audio_input_dev.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'ppb_ext_events_dev.h', 137 'ppb_ext_events_dev.h',
137 'ppb_ext_socket_dev.h', 138 'ppb_ext_socket_dev.h',
138 ], 139 ],
139 'DEST': 'include/ppapi/c/extensions/dev', 140 'DEST': 'include/ppapi/c/extensions/dev',
140 }, 141 },
141 ], 142 ],
142 'DEST': 'src', 143 'DEST': 'src',
143 'NAME': 'ppapi', 144 'NAME': 'ppapi',
144 } 145 }
145 146
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698