Index: tools/heapcheck/chrome_tests.py |
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py |
index 97b8c846161538ab1b49455e876830fe0169caf9..8bd695e12a40bfb109cdbe217fd051d3530fe46d 100755 |
--- a/tools/heapcheck/chrome_tests.py |
+++ b/tools/heapcheck/chrome_tests.py |
@@ -147,7 +147,6 @@ class ChromeTests(object): |
if not self._options.build_dir: |
dirs = [ |
os.path.join(self._source_dir, "xcodebuild", "Debug"), |
- os.path.join(self._source_dir, "sconsbuild", "Debug"), |
os.path.join(self._source_dir, "out", "Debug"), |
] |
if exe: |