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

Unified Diff: build/android/pylib/cmd_helper.py

Issue 15979032: Android: renames pylib.constants.CHROME_DIR to DIR_SOURCE_ROOT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: build/android/pylib/cmd_helper.py
diff --git a/build/android/pylib/cmd_helper.py b/build/android/pylib/cmd_helper.py
index daa4c71e783181ac8ce0d5ce4438fedd851905bd..de091ef76303c594f361de01036f6ea84141a08e 100644
--- a/build/android/pylib/cmd_helper.py
+++ b/build/android/pylib/cmd_helper.py
@@ -100,7 +100,7 @@ def GetCmdStatusAndOutput(args, cwd=None, shell=False):
class OutDirectory(object):
- _out_directory = os.path.join(constants.CHROME_DIR, 'out')
+ _out_directory = os.path.join(constants.DIR_SOURCE_ROOT, 'out')
@staticmethod
def set(out_directory):
OutDirectory._out_directory = out_directory

Powered by Google App Engine
This is Rietveld 408576698