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

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

Issue 1726303003: ppapi: PPB_VpnProvider: Define API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove GetUnbindEvent Created 4 years, 7 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 '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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'ppb_url_request_info.h', 58 'ppb_url_request_info.h',
59 'ppb_url_response_info.h', 59 'ppb_url_response_info.h',
60 'ppb_var_array_buffer.h', 60 'ppb_var_array_buffer.h',
61 'ppb_var_array.h', 61 'ppb_var_array.h',
62 'ppb_var_dictionary.h', 62 'ppb_var_dictionary.h',
63 'ppb_var.h', 63 'ppb_var.h',
64 'ppb_video_decoder.h', 64 'ppb_video_decoder.h',
65 'ppb_video_encoder.h', 65 'ppb_video_encoder.h',
66 'ppb_video_frame.h', 66 'ppb_video_frame.h',
67 'ppb_view.h', 67 'ppb_view.h',
68 'ppb_vpn_provider.h',
68 'ppb_websocket.h', 69 'ppb_websocket.h',
69 'pp_codecs.h', 70 'pp_codecs.h',
70 'pp_completion_callback.h', 71 'pp_completion_callback.h',
71 'pp_directory_entry.h', 72 'pp_directory_entry.h',
72 'pp_errors.h', 73 'pp_errors.h',
73 'pp_file_info.h', 74 'pp_file_info.h',
74 'pp_graphics_3d.h', 75 'pp_graphics_3d.h',
75 'pp_input_event.h', 76 'pp_input_event.h',
76 'pp_instance.h', 77 'pp_instance.h',
77 'pp_macros.h', 78 'pp_macros.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'pp_print_settings_dev.h', 114 'pp_print_settings_dev.h',
114 'ppp_text_input_dev.h', 115 'ppp_text_input_dev.h',
115 ], 116 ],
116 'DEST': 'include/ppapi/c/dev', 117 'DEST': 'include/ppapi/c/dev',
117 }, 118 },
118 ], 119 ],
119 'DEST': 'src', 120 'DEST': 'src',
120 'NAME': 'ppapi', 121 'NAME': 'ppapi',
121 } 122 }
122 123
OLDNEW
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.cc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698