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

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

Issue 1726303003: ppapi: PPB_VpnProvider: Define API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 'SEARCH': [ 2 'SEARCH': [
3 '../../../../ppapi/cpp', 3 '../../../../ppapi/cpp',
4 '../../../../ppapi/cpp/dev', 4 '../../../../ppapi/cpp/dev',
5 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'url_request_info.cc', 54 'url_request_info.cc',
55 'url_response_info.cc', 55 'url_response_info.cc',
56 'var_array_buffer.cc', 56 'var_array_buffer.cc',
57 'var_array.cc', 57 'var_array.cc',
58 'var.cc', 58 'var.cc',
59 'var_dictionary.cc', 59 'var_dictionary.cc',
60 'video_decoder.cc', 60 'video_decoder.cc',
61 'video_encoder.cc', 61 'video_encoder.cc',
62 'video_frame.cc', 62 'video_frame.cc',
63 'view.cc', 63 'view.cc',
64 'vpn_provider.cc',
64 'websocket.cc', 65 'websocket.cc',
65 66
66 # ppapi/cpp/dev 67 # ppapi/cpp/dev
67 'cursor_control_dev.cc', 68 'cursor_control_dev.cc',
68 'file_chooser_dev.cc', 69 'file_chooser_dev.cc',
69 'memory_dev.cc', 70 'memory_dev.cc',
70 'printing_dev.cc', 71 'printing_dev.cc',
71 'scriptable_object_deprecated.cc', 72 'scriptable_object_deprecated.cc',
72 'truetype_font_dev.cc', 73 'truetype_font_dev.cc',
73 'view_dev.cc', 74 'view_dev.cc',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'url_request_info.h', 139 'url_request_info.h',
139 'url_response_info.h', 140 'url_response_info.h',
140 'var_array_buffer.h', 141 'var_array_buffer.h',
141 'var_array.h', 142 'var_array.h',
142 'var_dictionary.h', 143 'var_dictionary.h',
143 'var.h', 144 'var.h',
144 'video_decoder.h', 145 'video_decoder.h',
145 'video_encoder.h', 146 'video_encoder.h',
146 'video_frame.h', 147 'video_frame.h',
147 'view.h', 148 'view.h',
149 'vpn_provider.h',
148 'websocket.h', 150 'websocket.h',
149 ], 151 ],
150 'DEST': 'include/ppapi/cpp', 152 'DEST': 'include/ppapi/cpp',
151 }, 153 },
152 { 154 {
153 'FILES': [ 155 'FILES': [
154 'cursor_control_dev.h', 156 'cursor_control_dev.h',
155 'file_chooser_dev.h', 157 'file_chooser_dev.h',
156 'memory_dev.h', 158 'memory_dev.h',
157 'printing_dev.h', 159 'printing_dev.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'lock.h', 197 'lock.h',
196 'simple_thread.h', 198 'simple_thread.h',
197 ], 199 ],
198 'DEST': 'include/ppapi/utility/threading', 200 'DEST': 'include/ppapi/utility/threading',
199 }, 201 },
200 ], 202 ],
201 'DEST': 'src', 203 'DEST': 'src',
202 'NAME': 'ppapi_cpp', 204 'NAME': 'ppapi_cpp',
203 } 205 }
204 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698