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

Unified Diff: src/configuration.py

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: Created 4 years, 11 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: src/configuration.py
diff --git a/src/configuration.py b/src/configuration.py
index f467ef4e6067a32ffd01b1f4e5fbbe1955192b5a..8ac2fb988d6a295cc4756a593e737ba1d0009a35 100644
--- a/src/configuration.py
+++ b/src/configuration.py
@@ -30,11 +30,11 @@ import surrogateescape
# Names of the configuration options mapped to a brief description and a default
# value.
OPTIONS = {
- 'id': ('Chrome App ID', '-1'),
'start_url': ('Path to main HTML file', 'index.html'),
'root': ('Where the root of the web app will be', '.'),
'boilerplate_dir':
('Subdirectory of root where Caterpillar will put scripts', 'caterpillar'),
+ 'id': ('Chrome App ID', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'),
Matt Giuca 2016/01/28 07:33:22 Does it have to be aaaaaaaaaaaaa or can it just be
Matthew Alger 2016/01/28 23:24:45 This is the sample App ID used in the manifest doc
'update_uris':
('Whether to normalise all URIs in the web app to the root', True),
'report_dir': ('Directory of generated output report', 'caterpillar-report'),

Powered by Google App Engine
This is Rietveld 408576698