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

Side by Side Diff: chrome/test/mini_installer/mini_installer_test.gni

Issue 2747023002: Cleanup machine based on the state in configuration file for mini installer test.
Patch Set: fixup Created 3 years, 9 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # All test files. After get_path_info they will be in absolute-path format. 5 # All test files. After get_path_info they will be in absolute-path format.
6 # This list is used to know when to re-trigger running this test. 6 # This list is used to know when to re-trigger running this test.
7 mini_installer_test_files = 7 mini_installer_test_files =
8 get_path_info([ 8 get_path_info([
9 "chrome_helper.py", 9 "chrome_helper.py",
10 "cleanup.py",
grt (UTC plus 2) 2017/03/14 09:19:44 looks like we've added some config files over the
zmin 2017/03/14 23:13:00 Done.
10 "config/chrome_canary_installed.prop", 11 "config/chrome_canary_installed.prop",
11 "config/chrome_canary_inuse.prop", 12 "config/chrome_canary_inuse.prop",
12 "config/chrome_canary_no_pv.prop", 13 "config/chrome_canary_no_pv.prop",
13 "config/chrome_canary_not_installed.prop", 14 "config/chrome_canary_not_installed.prop",
14 "config/chrome_canary_not_inuse.prop", 15 "config/chrome_canary_not_inuse.prop",
15 "config/chrome_system_installed.prop", 16 "config/chrome_system_installed.prop",
16 "config/chrome_system_inuse.prop", 17 "config/chrome_system_inuse.prop",
17 "config/chrome_system_no_pv.prop", 18 "config/chrome_system_no_pv.prop",
18 "config/chrome_system_not_installed.prop", 19 "config/chrome_system_not_installed.prop",
19 "config/chrome_system_not_inuse.prop", 20 "config/chrome_system_not_inuse.prop",
20 "config/chrome_user_installed.prop", 21 "config/chrome_user_installed.prop",
21 "config/chrome_user_inuse.prop", 22 "config/chrome_user_inuse.prop",
22 "config/chrome_user_no_pv.prop", 23 "config/chrome_user_no_pv.prop",
23 "config/chrome_user_not_installed.prop", 24 "config/chrome_user_not_installed.prop",
24 "config/chrome_user_not_inuse.prop", 25 "config/chrome_user_not_inuse.prop",
25 "config/config.config", 26 "config/config.config",
26 "file_verifier.py", 27 "file_verifier.py",
27 "launch_chrome.py", 28 "launch_chrome.py",
28 "process_verifier.py", 29 "process_verifier.py",
29 "quit_chrome.py", 30 "quit_chrome.py",
30 "registry_verifier.py", 31 "registry_verifier.py",
31 "test_installer.py", 32 "test_installer.py",
32 "uninstall_chrome.py", 33 "uninstall_chrome.py",
33 "variable_expander.py", 34 "variable_expander.py",
34 "verifier.py", 35 "verifier.py",
35 "verifier_runner.py", 36 "verifier_runner.py",
36 ], 37 ],
37 "abspath") 38 "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698