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

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

Issue 252023009: PPAPI: Add dev synchronous JS->Plugin messaging API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use channel=dev instead of none Created 6 years, 6 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 | « mojo/examples/pepper_container_app/plugin_instance.cc ('k') | ppapi/api/ppb_messaging.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'pp_file_info.h', 70 'pp_file_info.h',
71 'pp_graphics_3d.h', 71 'pp_graphics_3d.h',
72 'pp_input_event.h', 72 'pp_input_event.h',
73 'pp_instance.h', 73 'pp_instance.h',
74 'pp_macros.h', 74 'pp_macros.h',
75 'pp_module.h', 75 'pp_module.h',
76 'ppp_graphics_3d.h', 76 'ppp_graphics_3d.h',
77 'ppp.h', 77 'ppp.h',
78 'ppp_input_event.h', 78 'ppp_input_event.h',
79 'ppp_instance.h', 79 'ppp_instance.h',
80 'ppp_message_handler.h',
80 'ppp_messaging.h', 81 'ppp_messaging.h',
81 'ppp_mouse_lock.h', 82 'ppp_mouse_lock.h',
82 'pp_point.h', 83 'pp_point.h',
83 'pp_rect.h', 84 'pp_rect.h',
84 'pp_resource.h', 85 'pp_resource.h',
85 'pp_size.h', 86 'pp_size.h',
86 'pp_stdint.h', 87 'pp_stdint.h',
87 'pp_time.h', 88 'pp_time.h',
88 'pp_touch_point.h', 89 'pp_touch_point.h',
89 'pp_var.h', 90 'pp_var.h',
(...skipping 26 matching lines...) Expand all
116 'ppp_text_input_dev.h', 117 'ppp_text_input_dev.h',
117 'ppp_zoom_dev.h', 118 'ppp_zoom_dev.h',
118 ], 119 ],
119 'DEST': 'include/ppapi/c/dev', 120 'DEST': 'include/ppapi/c/dev',
120 }, 121 },
121 ], 122 ],
122 'DEST': 'src', 123 'DEST': 'src',
123 'NAME': 'ppapi', 124 'NAME': 'ppapi',
124 } 125 }
125 126
OLDNEW
« no previous file with comments | « mojo/examples/pepper_container_app/plugin_instance.cc ('k') | ppapi/api/ppb_messaging.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698