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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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: native_client_sdk/src/examples/resources/manifest.json.template
diff --git a/native_client_sdk/src/examples/resources/manifest.json.template b/native_client_sdk/src/examples/resources/manifest.json.template
deleted file mode 100644
index e7e97609fee58907da53541043fe79a1325b28d3..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/resources/manifest.json.template
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "{{name}}",
- "version": "{{version}}",
- "manifest_version": 2,
- "description": "{{description}}",
- "offline_enabled": true,
- "icons": {
- "128": "icon128.png"
- },
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
-[[if key:]]
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
-[[]]
- "oauth2": {
- "client_id": "903965034255.apps.googleusercontent.com",
- "scopes": ["https://www.googleapis.com/auth/drive"]
- },
- "permissions": {{permissions}}
-}
« no previous file with comments | « native_client_sdk/src/examples/resources/index.html.template ('k') | native_client_sdk/src/examples/resources/promo440.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698