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

Unified Diff: build/android/gyp/java_google_api_keys.py

Issue 1571803002: [Android] Prepare build/android/ for catapult+devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create-device-library-links
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « build/android/gyp/create_device_library_links.py ('k') | build/android/gyp/jinja_template.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/java_google_api_keys.py
diff --git a/build/android/gyp/java_google_api_keys.py b/build/android/gyp/java_google_api_keys.py
index 62c92cd66b145000cbc1491d03f8ddf7d61b6b62..95cb416cd5c09e022cef984f5992aa00c5831378 100755
--- a/build/android/gyp/java_google_api_keys.py
+++ b/build/android/gyp/java_google_api_keys.py
@@ -20,7 +20,7 @@ import google_api_keys
sys.path.append(os.path.abspath(os.path.join(
os.path.dirname(__file__), os.pardir)))
-from pylib import constants
+from pylib.constants import host_paths
PACKAGE = 'org.chromium.chrome'
@@ -28,7 +28,7 @@ CLASSNAME = 'GoogleAPIKeys'
def GetScriptName():
- return os.path.relpath(__file__, constants.DIR_SOURCE_ROOT)
+ return os.path.relpath(__file__, host_paths.DIR_SOURCE_ROOT)
def GenerateOutput(constant_definitions):
« no previous file with comments | « build/android/gyp/create_device_library_links.py ('k') | build/android/gyp/jinja_template.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698