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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 6688007: Normalize the top-level ui/ module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chmod gfx_unittests Created 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 4618778a635deae4b523a34d05ec54c678d3513e..9fc4709f110631e7d435ac6054b8fd38b15d8b39 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -264,8 +264,8 @@ class ChromeTests:
def TestApp(self):
return self.SimpleTest("chrome", "app_unittests")
- def TestUIBase(self):
- return self.SimpleTest("chrome", "ui_base_unittests")
+ def TestUIUnit(self):
+ return self.SimpleTest("chrome", "ui_unittests")
def TestGfx(self):
return self.SimpleTest("chrome", "gfx_unittests")
@@ -442,7 +442,7 @@ class ChromeTests:
"ui": TestUI, "ui_tests": TestUI,
"unit": TestUnit, "unit_tests": TestUnit,
"app": TestApp, "app_unittests": TestApp,
- "ui_base": TestUIBase, "ui_base_unittests": TestUIBase,
+ "ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
"gfx": TestGfx, "gfx_unittests": TestGfx,
}
« no previous file with comments | « tools/heapcheck/chrome_tests.py ('k') | ui/base/ui_base.gypi » ('j') | ui/ui_gfx.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698