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

Unified Diff: chrome/installer/automation_test/chrome_installed.prop

Issue 20578004: Initial commit for the Automated Installer Testing Framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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: chrome/installer/automation_test/chrome_installed.prop
diff --git a/chrome/installer/automation_test/chrome_installed.prop b/chrome/installer/automation_test/chrome_installed.prop
new file mode 100644
index 0000000000000000000000000000000000000000..dc8f16d8e2fb6f3a43a4315692e9a4b6fd84dcea
--- /dev/null
+++ b/chrome/installer/automation_test/chrome_installed.prop
@@ -0,0 +1,5 @@
+{
robertshield 2013/07/26 19:32:23 Suggest adding these files under a sub directory.
gab 2013/07/26 20:39:48 Right, I suggest a "config" directory instead of "
grt (UTC plus 2) 2013/07/30 03:31:38 Judging by the current directory structure under s
grt (UTC plus 2) 2013/07/30 03:31:38 Consider giving these files a .json suffix so that
gab 2013/07/30 15:11:43 Makes sense, there already seems to be chrome/test
sukolsak 2013/07/30 15:40:32 I use .prop and .config suffixes in the spec to di
gab 2013/07/30 20:44:14 I prefer separate extensions to separate what we e
grt (UTC plus 2) 2013/07/31 17:20:05 I don't like the redundancy of chrome/test/mini_in
grt (UTC plus 2) 2013/07/31 17:20:05 SGTM.
+ "RegistryEntries": {
robertshield 2013/07/26 19:32:23 not sure, but it look like these might be tab char
gab 2013/07/26 20:39:48 Presubmit scripts (also ran when uploading) should
+ "HKEY_CURRENT_USER\\Software\\Google\\Update\\Clients\\{8A69D345-D564-463c-AFF1-A69D9E530F96}": {"expected": true}
gab 2013/07/26 20:39:48 Prefer to terminate all lists/dicts in JSON with c
sukolsak 2013/07/26 21:31:03 The JSON spec does not allow trailing commas.
gab 2013/07/29 20:40:26 Ah :(, does the python parser allow them anyways?
grt (UTC plus 2) 2013/07/30 03:31:38 Maybe you're thinking of our GYP files, which are
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698