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

Unified Diff: build/android/pylib/constants/__init__.py

Issue 1292313004: Update usage of Proguard in clank after moving Proguard to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in progard.flags Created 5 years, 4 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/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')
« no previous file with comments | « no previous file | build/android/pylib/instrumentation/test_jar.py » ('j') | build/android/pylib/instrumentation/test_jar.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698