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

Unified Diff: extensions/browser/BUILD.gn

Issue 671163002: Add new extension API for VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added an optional callback to methods in the idl Created 6 years, 1 month 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 | « no previous file | extensions/browser/api/vpn_provider/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 3aaa181979e95cea463452645a53099ee4caaab3..0fb6496cf1b9f2e93bfe4c58a00168b0cc8011b5 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -238,6 +238,8 @@ source_set("browser") {
"api/virtual_keyboard_private/virtual_keyboard_private_api.cc",
"api/virtual_keyboard_private/virtual_keyboard_private_api.h",
"api/virtual_keyboard_private/virtual_keyboard_delegate.h",
+ "api/vpn_provider/vpn_provider_api.cc",
+ "api/vpn_provider/vpn_provider_api.h",
"api/web_request/form_data_parser.cc",
"api/web_request/form_data_parser.h",
"api/web_request/upload_data_presenter.cc",
« no previous file with comments | « no previous file | extensions/browser/api/vpn_provider/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698