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

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: review fixes Created 6 years, 7 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 | ppapi/api/ppb_messaging.idl » ('j') | ppapi/api/ppp_message_handler.idl » ('J')
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'pp_file_info.h', 68 'pp_file_info.h',
69 'pp_graphics_3d.h', 69 'pp_graphics_3d.h',
70 'pp_input_event.h', 70 'pp_input_event.h',
71 'pp_instance.h', 71 'pp_instance.h',
72 'pp_macros.h', 72 'pp_macros.h',
73 'pp_module.h', 73 'pp_module.h',
74 'ppp_graphics_3d.h', 74 'ppp_graphics_3d.h',
75 'ppp.h', 75 'ppp.h',
76 'ppp_input_event.h', 76 'ppp_input_event.h',
77 'ppp_instance.h', 77 'ppp_instance.h',
78 'ppp_message_handler.h',
78 'ppp_messaging.h', 79 'ppp_messaging.h',
79 'ppp_mouse_lock.h', 80 'ppp_mouse_lock.h',
80 'pp_point.h', 81 'pp_point.h',
81 'pp_rect.h', 82 'pp_rect.h',
82 'pp_resource.h', 83 'pp_resource.h',
83 'pp_size.h', 84 'pp_size.h',
84 'pp_stdint.h', 85 'pp_stdint.h',
85 'pp_time.h', 86 'pp_time.h',
86 'pp_touch_point.h', 87 'pp_touch_point.h',
87 'pp_var.h', 88 'pp_var.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'FILES': [ 121 'FILES': [
121 'ppb_ext_socket_dev.h', 122 'ppb_ext_socket_dev.h',
122 ], 123 ],
123 'DEST': 'include/ppapi/c/extensions/dev', 124 'DEST': 'include/ppapi/c/extensions/dev',
124 }, 125 },
125 ], 126 ],
126 'DEST': 'src', 127 'DEST': 'src',
127 'NAME': 'ppapi', 128 'NAME': 'ppapi',
128 } 129 }
129 130
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppb_messaging.idl » ('j') | ppapi/api/ppp_message_handler.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698