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

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

Issue 1179873005: [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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
index ea7ed0d70e8481725fbcb06a15ba7b1c5ac55f96..a1f87b8f1fd61a4550a714f8c9d99c6f5b7f8e16 100644
--- a/remoting/webapp/app_remoting/manifest_common.json.jinja2
+++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2
@@ -6,9 +6,13 @@
"default_locale": "en",
"app": {
"background": {
- "scripts": ["ar_background.js", "platform.js"]
+ "page": "arv_background.html"
}
},
+ "import": [{
+ "id": "koejkfhmphamcgafjmkellhnekdkopod"
+ }
+ ],
"icons": {
"128": "icon128.png",
"48": "icon48.png",
@@ -59,5 +63,5 @@
]
},
"sandbox": {
- "pages": [ "wcs_sandbox.html" ]
+ "pages": [ "arv_wcs_sandbox.html" ]
}
« no previous file with comments | « remoting/webapp/app_remoting/js/feedback_consent.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