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 14bf8c3db887e898c6ef22fe92c0e6e5a8f13a8f..92a8172a7efbea6558cdec099630e5d217473d74 100644 |
| --- a/build/android/pylib/constants/__init__.py |
| +++ b/build/android/pylib/constants/__init__.py |
| @@ -192,6 +192,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') |
|
Yaron
2015/08/25 16:57:35
You're going to have to rebase on https://coderevi
Xi Han
2015/08/25 19:14:56
I keep tracking this CL but it has been reverted,
|
| + |
| BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT, |
| os.environ.get('CHROMIUM_OUT_DIR', 'out'), |
| 'bad_devices.json') |