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

Unified Diff: trunk/src/build/android/pylib/host_driven/test_case.py

Issue 23926012: Revert 221736 "[android] Adds constants.GetOutDirectory() and co..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/build/android/pylib/host_driven/test_case.py
===================================================================
--- trunk/src/build/android/pylib/host_driven/test_case.py (revision 222006)
+++ trunk/src/build/android/pylib/host_driven/test_case.py (working copy)
@@ -68,10 +68,9 @@
def TearDown(self):
pass
- # TODO(craigdh): Remove GetOutDir once references have been removed
- # downstream.
def GetOutDir(self):
- return constants.GetOutDirectory()
+ return os.path.join(os.environ['CHROME_SRC'], 'out',
+ constants.GetBuildType())
def Run(self):
logging.info('Running host-driven test: %s', self.tagged_name)
« no previous file with comments | « trunk/src/build/android/pylib/gtest/test_package_exe.py ('k') | trunk/src/build/android/pylib/utils/report_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698