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

Side by Side Diff: experimental/hex/manifest.json

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 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 unified diff | Download patch
« no previous file with comments | « experimental/hex/index.html ('k') | experimental/hex/pthread_ext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "Hex Game",
3 "description": "Hex Game implemented in JavaScript and in C++",
4 "version": "1.0.1",
5 "icons": {
6 "128": "hex_icon.png",
7 "16": "hex_icon16.png"
8 },
9 "app": {
10 "urls": [
11 "http://www.gonacl.com/dev/demos/hex/"
12 ],
13 "launch": {
14 "web_url": "http://www.gonacl.com/dev/demos/hex/"
15 }
16 }
17 }
OLDNEW
« no previous file with comments | « experimental/hex/index.html ('k') | experimental/hex/pthread_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698