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

Unified Diff: remoting/webapp/manifest.json.jinja2

Issue 343983003: Use PNaCl in V2 builds of the remoting webapp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« remoting/remoting_client.gypi ('K') | « remoting/webapp/client_plugin.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/manifest.json.jinja2
diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2
index ed3907ce4775e81a9f09166320ef9ff4b56ce196..427e01683ddae9be76b40152f7d5cbfef0c0f4b6 100644
--- a/remoting/webapp/manifest.json.jinja2
+++ b/remoting/webapp/manifest.json.jinja2
@@ -65,15 +65,13 @@
"clipboardRead",
"clipboardWrite",
"nativeMessaging"
-{% if webapp_type != 'v1' %}
+{% if webapp_type == 'v2' %}
,
"fullscreen",
"identity",
"contextMenus",
- "overrideEscFullscreen"
-{% endif %}
-{% if webapp_type == 'v2_pnacl' %}
- ,{
+ "overrideEscFullscreen",
+ {
"socket": [
"tcp-connect",
"tcp-listen",
« remoting/remoting_client.gypi ('K') | « remoting/webapp/client_plugin.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698