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

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

Issue 17962002: Merge 208513 "PPAPI: Move PPB_NetworkProxy out of Dev" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 5 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': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
6 '../../../../ppapi/cpp/dev', 6 '../../../../ppapi/cpp/dev',
7 '../../../../ppapi/cpp/extensions', 7 '../../../../ppapi/cpp/extensions',
8 '../../../../ppapi/cpp/extensions/dev', 8 '../../../../ppapi/cpp/extensions/dev',
9 '../../../../ppapi/utility', 9 '../../../../ppapi/utility',
10 '../../../../ppapi/utility/graphics', 10 '../../../../ppapi/utility/graphics',
(...skipping 21 matching lines...) Expand all
32 'host_resolver.cc', 32 'host_resolver.cc',
33 'image_data.cc', 33 'image_data.cc',
34 'input_event.cc', 34 'input_event.cc',
35 'instance.cc', 35 'instance.cc',
36 'instance_handle.cc', 36 'instance_handle.cc',
37 'message_loop.cc', 37 'message_loop.cc',
38 'module.cc', 38 'module.cc',
39 'mouse_cursor.cc', 39 'mouse_cursor.cc',
40 'mouse_lock.cc', 40 'mouse_lock.cc',
41 'net_address.cc', 41 'net_address.cc',
42 'network_proxy.cc',
42 'ppp_entrypoints.cc', 43 'ppp_entrypoints.cc',
43 'rect.cc', 44 'rect.cc',
44 'resource.cc', 45 'resource.cc',
45 'tcp_socket.cc', 46 'tcp_socket.cc',
46 'udp_socket.cc', 47 'udp_socket.cc',
47 'url_loader.cc', 48 'url_loader.cc',
48 'url_request_info.cc', 49 'url_request_info.cc',
49 'url_response_info.cc', 50 'url_response_info.cc',
50 'var_array_buffer.cc', 51 'var_array_buffer.cc',
51 'var_array.cc', 52 'var_array.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'instance.h', 127 'instance.h',
127 'instance_handle.h', 128 'instance_handle.h',
128 'logging.h', 129 'logging.h',
129 'message_loop.h', 130 'message_loop.h',
130 'module_embedder.h', 131 'module_embedder.h',
131 'module.h', 132 'module.h',
132 'module_impl.h', 133 'module_impl.h',
133 'mouse_cursor.h', 134 'mouse_cursor.h',
134 'mouse_lock.h', 135 'mouse_lock.h',
135 'net_address.h', 136 'net_address.h',
137 'network_proxy.h',
136 'output_traits.h', 138 'output_traits.h',
137 'pass_ref.h', 139 'pass_ref.h',
138 'point.h', 140 'point.h',
139 'rect.h', 141 'rect.h',
140 'resource.h', 142 'resource.h',
141 'size.h', 143 'size.h',
142 'tcp_socket.h', 144 'tcp_socket.h',
143 'touch_point.h', 145 'touch_point.h',
144 'udp_socket.h', 146 'udp_socket.h',
145 'url_loader.h', 147 'url_loader.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'lock.h', 239 'lock.h',
238 'simple_thread.h', 240 'simple_thread.h',
239 ], 241 ],
240 'DEST': 'include/ppapi/utility/threading', 242 'DEST': 'include/ppapi/utility/threading',
241 }, 243 },
242 ], 244 ],
243 'DEST': 'src', 245 'DEST': 'src',
244 'NAME': 'ppapi_cpp', 246 'NAME': 'ppapi_cpp',
245 } 247 }
246 248
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_network_proxy_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698