Chromium Code Reviews| Index: build/android/pylib/constants/__init__.py |
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
| index 46171192f76e633411589a1365c7d502e10c8b08..f7231ab904aa221fdeda0936f44b0f4a453f48c4 100644 |
| --- a/build/android/pylib/constants/__init__.py |
| +++ b/build/android/pylib/constants/__init__.py |
| @@ -193,6 +193,8 @@ EMULATOR_SDK_ROOT = os.environ.get('ANDROID_EMULATOR_SDK_ROOT', |
| os.path.join(DIR_SOURCE_ROOT, |
| 'android_emulator_sdk')) |
| +PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party/proguard') |
|
jbudorick
2015/08/27 20:10:26
nit: os.path.join(DIR_SOURCE_ROOT, 'third_party',
|
| + |
| BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT, |
| os.environ.get('CHROMIUM_OUT_DIR', 'out'), |
| 'bad_devices.json') |