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

Unified Diff: remoting/webapp/app_remoting/manifest_common.json.jinja2

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: remoting/webapp/app_remoting/manifest_common.json.jinja2
diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2
deleted file mode 100644
index cc33a2f907e39177f3ac49914fec8499dcc40e0b..0000000000000000000000000000000000000000
--- a/remoting/webapp/app_remoting/manifest_common.json.jinja2
+++ /dev/null
@@ -1,71 +0,0 @@
- "key": "{{ MANIFEST_KEY }}",
- "name": "{{APP_NAME}}",
- "description": "{{APP_DESCRIPTION}}",
- "version": "{{ FULL_APP_VERSION }}",
- "manifest_version": 2,
- "default_locale": "en",
- "app": {
- "background": {
- "page": "arv_background.html"
- }
- },
- "import": [{
- "id": "koejkfhmphamcgafjmkellhnekdkopod"
- }
- ],
- "icons": {
- "128": "icon128.png",
- "48": "icon48.png",
- "16": "icon16.png"
- },
- "optional_permissions": [
- "<all_urls>"
- ],
- "permissions": [
- "{{ APP_REMOTING_API_BASE_URL }}/*",
- "{{ DIRECTORY_API_BASE_URL }}/*",
- "{{ OAUTH2_ACCOUNTS_HOST }}/*",
- "{{ OAUTH2_API_BASE_URL }}/*",
- "{{ TALK_GADGET_HOST }}/talkgadget/*",
- {{ CLOUD_PRINT_URL }}
- "app.window.shape",
- "clipboardRead",
- "clipboardWrite",
- "contextMenus",
- "fileSystem",
- "fullscreen",
- "https://relay.google.com/*",
- "identity",
- "metricsPrivate",
- "pointerLock",
- "storage",
- {
- "socket": [
- "udp-send-to",
- "udp-bind",
- "udp-multicast-membership",
- "resolve-host",
- "network-state"
- ]
- },
- "webview"
- ],
- "sockets": {
- "tcp": {
- "connect": "{{ XMPP_SERVER }}"
- }
- },
- "oauth2": {
- "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}",
- "scopes": [
- {{ OAUTH_CLOUD_PRINT_SCOPE }}
- {{ OAUTH_GDRIVE_SCOPE }}
- "https://www.googleapis.com/auth/appremoting.runapplication",
- "https://www.googleapis.com/auth/googletalk",
- "https://www.googleapis.com/auth/userinfo#email",
- "https://www.googleapis.com/auth/userinfo.profile"
- ]
- },
- "sandbox": {
- "pages": [ "arv_wcs_sandbox.html" ]
- }
« no previous file with comments | « remoting/webapp/app_remoting/js/window_activation_menu.js ('k') | remoting/webapp/app_remoting/shared_module/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698