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

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

Issue 148213016: [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'ppb_opengles2.h', 51 'ppb_opengles2.h',
52 'ppb_tcp_socket.h', 52 'ppb_tcp_socket.h',
53 'ppb_text_input_controller.h', 53 'ppb_text_input_controller.h',
54 'ppb_udp_socket.h', 54 'ppb_udp_socket.h',
55 'ppb_url_loader.h', 55 'ppb_url_loader.h',
56 'ppb_url_request_info.h', 56 'ppb_url_request_info.h',
57 'ppb_url_response_info.h', 57 'ppb_url_response_info.h',
58 'ppb_var_array_buffer.h', 58 'ppb_var_array_buffer.h',
59 'ppb_var_array.h', 59 'ppb_var_array.h',
60 'ppb_var_dictionary.h', 60 'ppb_var_dictionary.h',
61 'ppb_var_resource.h',
61 'ppb_var.h', 62 'ppb_var.h',
62 'ppb_video_frame.h', 63 'ppb_video_frame.h',
63 'ppb_view.h', 64 'ppb_view.h',
64 'ppb_websocket.h', 65 'ppb_websocket.h',
65 'pp_completion_callback.h', 66 'pp_completion_callback.h',
66 'pp_directory_entry.h', 67 'pp_directory_entry.h',
67 'pp_errors.h', 68 'pp_errors.h',
68 'pp_file_info.h', 69 'pp_file_info.h',
69 'pp_graphics_3d.h', 70 'pp_graphics_3d.h',
70 'pp_input_event.h', 71 'pp_input_event.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'ppb_ime_input_event_dev.h', 107 'ppb_ime_input_event_dev.h',
107 'ppb_memory_dev.h', 108 'ppb_memory_dev.h',
108 'ppb_opengles2ext_dev.h', 109 'ppb_opengles2ext_dev.h',
109 'ppb_printing_dev.h', 110 'ppb_printing_dev.h',
110 'ppb_scrollbar_dev.h', 111 'ppb_scrollbar_dev.h',
111 'ppb_text_input_dev.h', 112 'ppb_text_input_dev.h',
112 'ppb_trace_event_dev.h', 113 'ppb_trace_event_dev.h',
113 'ppb_truetype_font_dev.h', 114 'ppb_truetype_font_dev.h',
114 'ppb_url_util_dev.h', 115 'ppb_url_util_dev.h',
115 'ppb_var_deprecated.h', 116 'ppb_var_deprecated.h',
116 'ppb_var_resource_dev.h',
117 'ppb_video_capture_dev.h', 117 'ppb_video_capture_dev.h',
118 'ppb_video_decoder_dev.h', 118 'ppb_video_decoder_dev.h',
119 'ppb_view_dev.h', 119 'ppb_view_dev.h',
120 'ppb_widget_dev.h', 120 'ppb_widget_dev.h',
121 'ppb_zoom_dev.h', 121 'ppb_zoom_dev.h',
122 'pp_cursor_type_dev.h', 122 'pp_cursor_type_dev.h',
123 'pp_optional_structs_dev.h', 123 'pp_optional_structs_dev.h',
124 'ppp_class_deprecated.h', 124 'ppp_class_deprecated.h',
125 'ppp_find_dev.h', 125 'ppp_find_dev.h',
126 'ppp_network_state_dev.h', 126 'ppp_network_state_dev.h',
(...skipping 15 matching lines...) Expand all
142 'FILES': [ 142 'FILES': [
143 'ppb_ext_socket_dev.h', 143 'ppb_ext_socket_dev.h',
144 ], 144 ],
145 'DEST': 'include/ppapi/c/extensions/dev', 145 'DEST': 'include/ppapi/c/extensions/dev',
146 }, 146 },
147 ], 147 ],
148 'DEST': 'src', 148 'DEST': 'src',
149 'NAME': 'ppapi', 149 'NAME': 'ppapi',
150 } 150 }
151 151
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698