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

Unified Diff: ppapi/thunk/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/thunk/interfaces_ppb_public_dev_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/BUILD.gn
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
index b4adef91aaf1d26fd4a67f9ca6072b49a680736c..b90c892aee67159bc8d697c7dd58ce71adae947a 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -136,6 +136,8 @@ source_set("thunk") {
"ppb_view_api.h",
"ppb_view_dev_thunk.cc",
"ppb_view_thunk.cc",
+ "ppb_vpn_provider_api.h",
+ "ppb_vpn_provider_thunk.cc",
"ppb_websocket_api.h",
"ppb_websocket_thunk.cc",
"ppb_x509_certificate_private_api.h",
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/thunk/interfaces_ppb_public_dev_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698