| 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):
|
|
|