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

Unified Diff: tools/code_coverage/coverage.py

Issue 119322: Trying to re-land r17758 (Closed)
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/test/smoketests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/code_coverage/coverage.py
diff --git a/tools/code_coverage/coverage.py b/tools/code_coverage/coverage.py
index 976fb86c5552e183d9f3faa2c648ef5984b21575..a34a2304448210de8cc3de5e436ad6a92590cbb8 100644
--- a/tools/code_coverage/coverage.py
+++ b/tools/code_coverage/coverage.py
@@ -37,7 +37,7 @@ windows_binaries = [#'chrome.exe',
'unit_tests.exe',
'automated_ui_tests.exe',
'ui_tests.exe',
- 'installer_unittests.exe',
+ 'installer_util_unittests.exe',
'ipc_tests.exe',
'memory_test.exe',
'page_cycler_tests.exe',
@@ -58,7 +58,7 @@ windows_tests = [
['unit_tests.exe', ''],
# ['automated_ui_tests.exe', ''],
['ui_tests.exe', '--no-sandbox'],
- ['installer_unittests.exe', ''],
+ ['installer_util_unittests.exe', ''],
['ipc_tests.exe', ''],
['page_cycler_tests.exe', '--gtest_filter=*File --no-sandbox'],
['plugin_tests.exe', '--no-sandbox'],
@@ -368,4 +368,3 @@ def main():
if __name__ == '__main__':
sys.exit(main())
-
« no previous file with comments | « chrome/tools/test/smoketests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698