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

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

Issue 564573002: PPAPI: Make PPP_MessageHandler work in PNaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 6 years, 3 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
« 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ], 93 ],
94 'DEST': 'include/ppapi/c', 94 'DEST': 'include/ppapi/c',
95 }, 95 },
96 { 96 {
97 'FILES': [ 97 'FILES': [
98 'deprecated_bool.h', 98 'deprecated_bool.h',
99 'ppb_cursor_control_dev.h', 99 'ppb_cursor_control_dev.h',
100 'ppb_file_chooser_dev.h', 100 'ppb_file_chooser_dev.h',
101 'ppb_font_dev.h', 101 'ppb_font_dev.h',
102 'ppb_memory_dev.h', 102 'ppb_memory_dev.h',
103 'ppb_messaging_deprecated.h',
103 'ppb_opengles2ext_dev.h', 104 'ppb_opengles2ext_dev.h',
104 'ppb_printing_dev.h', 105 'ppb_printing_dev.h',
105 'ppb_trace_event_dev.h', 106 'ppb_trace_event_dev.h',
106 'ppb_truetype_font_dev.h', 107 'ppb_truetype_font_dev.h',
107 'ppb_var_deprecated.h', 108 'ppb_var_deprecated.h',
108 'ppb_view_dev.h', 109 'ppb_view_dev.h',
109 'ppb_zoom_dev.h', 110 'ppb_zoom_dev.h',
110 'pp_cursor_type_dev.h', 111 'pp_cursor_type_dev.h',
111 'ppp_class_deprecated.h', 112 'ppp_class_deprecated.h',
112 'ppp_network_state_dev.h', 113 'ppp_network_state_dev.h',
113 'ppp_printing_dev.h', 114 'ppp_printing_dev.h',
114 'pp_print_settings_dev.h', 115 'pp_print_settings_dev.h',
115 'ppp_scrollbar_dev.h', 116 'ppp_scrollbar_dev.h',
116 'ppp_selection_dev.h', 117 'ppp_selection_dev.h',
117 'ppp_text_input_dev.h', 118 'ppp_text_input_dev.h',
118 'ppp_zoom_dev.h', 119 'ppp_zoom_dev.h',
119 ], 120 ],
120 'DEST': 'include/ppapi/c/dev', 121 'DEST': 'include/ppapi/c/dev',
121 }, 122 },
122 ], 123 ],
123 'DEST': 'src', 124 'DEST': 'src',
124 'NAME': 'ppapi', 125 'NAME': 'ppapi',
125 } 126 }
126 127
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