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

Unified Diff: ppapi/ppapi_sources.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 226383ff66f7b24494b85a6ba97ada5ed8ce128a..674c868aee7cde5f3bfb8833d975fbec00c3ad59 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -68,6 +68,7 @@
'c/ppb_video_encoder.h',
'c/ppb_video_frame.h',
'c/ppb_view.h',
+ 'c/ppb_ppb_vpn_provider.h',
'c/ppb_websocket.h',
'c/ppp.h',
'c/ppp_graphics_3d.h',
@@ -246,6 +247,8 @@
'cpp/video_frame.h',
'cpp/view.cc',
'cpp/view.h',
+ 'cpp/vpn_provider.h',
+ 'cpp/vpn_provider.cc',
'cpp/websocket.cc',
'cpp/websocket.h',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698