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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 1931513002: ppapi: PPB_VpnProvider: Implement Resource Stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-api-messages
Patch Set: Simplify OnReplyReceived. Fix Windows build. Created 4 years, 6 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/proxy/vpn_provider_resource.cc ('k') | ppapi/shared_impl/vpn_provider_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index 67bd069a863aff9eefe2d484d3c78a6380bf08a4..8fc2795ed0f4203a7eb52ee69c404fff79b4e6a8 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -118,6 +118,8 @@ component("shared_impl") {
"var.h",
"var_tracker.cc",
"var_tracker.h",
+ "vpn_provider_util.cc",
+ "vpn_provider_util.h",
# TODO(viettrungluu): Split these out; it won"t be used in NaCl.
"private/net_address_private_impl.cc",
« no previous file with comments | « ppapi/proxy/vpn_provider_resource.cc ('k') | ppapi/shared_impl/vpn_provider_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698