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

Unified Diff: extensions/shell/common/api/_api_features.json

Issue 690093002: app_shell: Initial skeleton of a GCD target device setup API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gcd) fix gn 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
Index: extensions/shell/common/api/_api_features.json
diff --git a/extensions/shell/common/api/_api_features.json b/extensions/shell/common/api/_api_features.json
index a0578b6109abae036247e51793972a26f84a4a54..4f2fa7cd3f1a2abdd6befb167979f78a7f8b77d3 100644
--- a/extensions/shell/common/api/_api_features.json
+++ b/extensions/shell/common/api/_api_features.json
@@ -13,6 +13,12 @@
"contexts": ["blessed_extension"],
"extension_types": ["platform_app"]
},
+ // Setup related functions for a Google Cloud Devices (GCD) target device.
+ "shell.gcd": {
+ "channel": "dev",
+ "contexts": ["blessed_extension"],
+ "extension_types": ["platform_app"]
+ },
"shell.window": {
"channel": "dev",
"contexts": ["blessed_extension"],
« no previous file with comments | « extensions/shell/browser/api/shell_gcd/shell_gcd_api_unittest.cc ('k') | extensions/shell/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698