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

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

Issue 2084093003: Add input dependencies on installer test scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 6 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
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('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
(Empty)
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
3 # found in the LICENSE file.
4
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.
7 mini_installer_test_files =
8 get_path_info([
9 "chrome_helper.py",
10 "config/chrome_canary_installed.prop",
11 "config/chrome_canary_inuse.prop",
12 "config/chrome_canary_no_pv.prop",
13 "config/chrome_canary_not_installed.prop",
14 "config/chrome_canary_not_inuse.prop",
15 "config/chrome_system_installed.prop",
16 "config/chrome_system_inuse.prop",
17 "config/chrome_system_no_pv.prop",
18 "config/chrome_system_not_installed.prop",
19 "config/chrome_system_not_inuse.prop",
20 "config/chrome_user_installed.prop",
21 "config/chrome_user_inuse.prop",
22 "config/chrome_user_no_pv.prop",
23 "config/chrome_user_not_installed.prop",
24 "config/chrome_user_not_inuse.prop",
25 "config/config.config",
26 "file_verifier.py",
27 "launch_chrome.py",
28 "process_verifier.py",
29 "quit_chrome.py",
30 "registry_verifier.py",
31 "test_installer.py",
32 "uninstall_chrome.py",
33 "variable_expander.py",
34 "verifier.py",
35 "verifier_runner.py",
36 ],
37 "abspath")
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698