| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 3812fc2007913c7cf3f1e094df085bf502d15854..519cc973634aac792307fd4082e0ad440e7e8b52 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -11,8 +11,6 @@ import sys
|
|
|
| DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
| os.pardir, os.pardir, os.pardir))
|
| -# TODO(bulach): remove this.
|
| -CHROME_DIR = DIR_SOURCE_ROOT
|
| EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(DIR_SOURCE_ROOT, os.pardir,
|
| os.pardir))
|
|
|
|
|