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

Unified Diff: tools/heapcheck/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/heapcheck/chrome_tests.py
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index 8dfaa0a76f29daa44313481f6c4d4c28b2a02695..9ffce7c73f60b745b87717804831bab2614517b5 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -96,7 +96,7 @@ class ChromeTests(object):
"ui": self.TestUI, "ui_tests": self.TestUI,
"unit": self.TestUnit, "unit_tests": self.TestUnit,
"app": self.TestApp, "app_unittests": self.TestApp,
- "ui_base": self.TestUIBase, "ui_base_unittests": self.TestUIBase,
+ "ui_unit": self.TestUIUnit, "ui_unittests": self.TestUIUnit,
"gfx": self.TestGfx, "gfx_unittests": self.TestGfx,
}
@@ -294,8 +294,8 @@ class ChromeTests(object):
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")
« no previous file with comments | « remoting/remoting.gyp ('k') | tools/valgrind/chrome_tests.py » ('j') | ui/ui_gfx.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698