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

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

Issue 1644913002: Caterpillar now generates app.info.js, a metadata script. Resolves #12. (Closed) Base URL: git@github.com:chromium/caterpillar.git@dependency-script-injection
Patch Set: Response to CR + whitespace fix 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
OLDNEW
1 chrome.caterpillar.manifest = { 1 chrome.caterpillar.manifest = {
2 'name': 'test' 2 'name': 'test'
3 }; 3 };
4 chrome.caterpillar.appId = 123;
OLDNEW
« src/caterpillar.py ('K') | « tests/js/polyfills/runtime.polyfill.test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698