Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index f63414e2c859e8c9ffd84a49ed8212c91da5c6aa..5c61cc214c4e98880f98d0b7cefaf7063931eaf2 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -11,6 +11,11 @@ CHROME_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), |
os.pardir, os.pardir, os.pardir)) |
EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(CHROME_DIR, os.pardir, |
os.pardir)) |
+BB_BUILD_DIR = os.path.abspath( |
Isaac (away)
2013/05/29 20:28:07
keep these out of pylib, put in bb_utils.
Siva Chandra
2013/06/04 00:34:03
Done.
|
+ os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir, |
+ os.pardir, os.pardir, os.pardir, os.pardir)) |
+ |
+GOMA_DIR = os.path.join(BB_BUILD_DIR, 'goma') |
CHROME_PACKAGE = 'com.google.android.apps.chrome' |
CHROME_ACTIVITY = 'com.google.android.apps.chrome.Main' |