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

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

Issue 15839006: Android: removes pylib.constants.CHROME_DIR. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: find_bugs Created 7 years, 6 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.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))
« no previous file with comments | « build/android/device_status_check.py ('k') | tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698