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

Unified Diff: tools/heapcheck/chrome_tests.py

Issue 19467002: Remove googleurl_unittests hack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/chrome_tests.gypi ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/chrome_tests.py
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index 9e9cae0d6257c59303c1abf22867fee4f10d9faa..3f7d951bd9966635ab125e35e29f86614cbf9c96 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -92,7 +92,6 @@ class ChromeTests(object):
"courgette_unittests": self.TestCourgette,
"crypto": self.TestCrypto, "crypto_unittests": self.TestCrypto,
"device": self.TestDevice, "device_unittests": self.TestDevice,
- "googleurl": self.TestGURL, "googleurl_unittests": self.TestGURL,
"gpu": self.TestGPU, "gpu_unittests": self.TestGPU,
"ipc": self.TestIpc, "ipc_tests": self.TestIpc,
"jingle": self.TestJingle, "jingle_unittests": self.TestJingle,
@@ -292,9 +291,6 @@ class ChromeTests(object):
def TestGPU(self):
return self.SimpleTest("gpu", "gpu_unittests")
- def TestGURL(self):
- return self.SimpleTest("chrome", "googleurl_unittests")
-
def TestIpc(self):
return self.SimpleTest("ipc", "ipc_tests")
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698