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

Side by Side Diff: tests/test_app_tts_output/app.info.js

Issue 1665103002: Removed replacing double- with single-quotes in app.info generation. Resolves #40. (Closed) Base URL: https://github.com/chromium/caterpillar.git@master
Patch Set: Created 4 years, 10 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
« src/caterpillar_test.py ('K') | « src/caterpillar_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // TODO(Caterpillar): Check usage of caterpillar.manifest. 1 // TODO(Caterpillar): Check usage of caterpillar.manifest.
2 chrome.caterpillar.manifest = { 2 chrome.caterpillar.manifest = {
3 'app': { 3 "app": {
4 'background': { 4 "background": {
5 'scripts': [ 5 "scripts": [
6 '\ud835\udcfc\ud835\udcec\ud835\udcfb\ud835\udcf2\ud835\udcf9\ud835\udcf d\ud835\udcfc/main.js' 6 "\ud835\udcfc\ud835\udcec\ud835\udcfb\ud835\udcf2\ud835\udcf9\ud835\udcf d\ud835\udcfc/main.js"
7 ] 7 ]
8 } 8 }
9 }, 9 },
10 'icons': { 10 "icons": {
11 '128': '\ud83d\udcfc\\c/icon_big.png', 11 "128": "\ud83d\udcfc\\c/icon_big.png",
12 '64': '\ud83d\udcfc\\c/icon_small.png' 12 "64": "\ud83d\udcfc\\c/icon_small.png"
13 }, 13 },
14 'manifest_version': 2, 14 "manifest_version": 2,
15 'name': 'Text-to-Speech Chrome App', 15 "name": "Text-to-Speech Chrome App",
16 'permissions': [ 16 "permissions": [
17 'tts' 17 "tts"
18 ], 18 ],
19 'version': '1.0.0' 19 "version": "1.0.0"
20 }; 20 };
OLDNEW
« src/caterpillar_test.py ('K') | « src/caterpillar_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698