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

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

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_vpn_provider.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 '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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'url_request_info.cc', 53 'url_request_info.cc',
54 'url_response_info.cc', 54 'url_response_info.cc',
55 'var_array_buffer.cc', 55 'var_array_buffer.cc',
56 'var_array.cc', 56 'var_array.cc',
57 'var.cc', 57 'var.cc',
58 'var_dictionary.cc', 58 'var_dictionary.cc',
59 'video_decoder.cc', 59 'video_decoder.cc',
60 'video_encoder.cc', 60 'video_encoder.cc',
61 'video_frame.cc', 61 'video_frame.cc',
62 'view.cc', 62 'view.cc',
63 'vpn_provider.cc',
63 'websocket.cc', 64 'websocket.cc',
64 65
65 # ppapi/cpp/dev 66 # ppapi/cpp/dev
66 'cursor_control_dev.cc', 67 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 68 'file_chooser_dev.cc',
68 'font_dev.cc', 69 'font_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',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'url_request_info.h', 138 'url_request_info.h',
138 'url_response_info.h', 139 'url_response_info.h',
139 'var_array_buffer.h', 140 'var_array_buffer.h',
140 'var_array.h', 141 'var_array.h',
141 'var_dictionary.h', 142 'var_dictionary.h',
142 'var.h', 143 'var.h',
143 'video_decoder.h', 144 'video_decoder.h',
144 'video_encoder.h', 145 'video_encoder.h',
145 'video_frame.h', 146 'video_frame.h',
146 'view.h', 147 'view.h',
148 'vpn_provider.h',
147 'websocket.h', 149 'websocket.h',
148 ], 150 ],
149 'DEST': 'include/ppapi/cpp', 151 'DEST': 'include/ppapi/cpp',
150 }, 152 },
151 { 153 {
152 'FILES': [ 154 'FILES': [
153 'cursor_control_dev.h', 155 'cursor_control_dev.h',
154 'file_chooser_dev.h', 156 'file_chooser_dev.h',
155 'font_dev.h', 157 'font_dev.h',
156 'memory_dev.h', 158 'memory_dev.h',
(...skipping 38 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_vpn_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698