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

Unified Diff: native_client_sdk/src/resources/manifest.json.template

Issue 318823002: [NaCl SDK] Don't set minimum_chrome_version for most examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback 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
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_video/example.dsc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/resources/manifest.json.template
diff --git a/native_client_sdk/src/resources/manifest.json.template b/native_client_sdk/src/resources/manifest.json.template
index f240fd2fd886b6e9168760c0163bfa2f81f68631..c261d1a9c7d4641565fe9b0434616ca1d588a41a 100644
--- a/native_client_sdk/src/resources/manifest.json.template
+++ b/native_client_sdk/src/resources/manifest.json.template
@@ -1,7 +1,9 @@
{
"name": "{{name}}",
"version": "{{version}}",
- "minimum_chrome_version": "{{version}}",
+[[if min_chrome_version:]]
+ "minimum_chrome_version": "{{min_chrome_version}}",
+[[]]
"manifest_version": 2,
"description": "{{description}}",
"offline_enabled": true,
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_video/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698