diff options
author | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 17:48:37 +0000 |
---|---|---|
committer | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 17:48:37 +0000 |
commit | 4b0998517f5c4b91a3974c297eca1d244b7506c9 (patch) | |
tree | 26a7a68816b9f4b132b1f1af8adeb478d254652a /build/uiautomator_test.gypi | |
parent | 8da5890fa9c662875c01e5b8b048c9d73b7c285e (diff) | |
download | chromium_src-4b0998517f5c4b91a3974c297eca1d244b7506c9.zip chromium_src-4b0998517f5c4b91a3974c297eca1d244b7506c9.tar.gz chromium_src-4b0998517f5c4b91a3974c297eca1d244b7506c9.tar.bz2 |
[Android] Fix reference to dex.py after it was moved in r192265.
BUG=
Review URL: https://codereview.chromium.org/13619009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/uiautomator_test.gypi')
-rw-r--r-- | build/uiautomator_test.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/uiautomator_test.gypi b/build/uiautomator_test.gypi index 276b6a5..2a8a23a 100644 --- a/build/uiautomator_test.gypi +++ b/build/uiautomator_test.gypi @@ -26,14 +26,14 @@ 'message': 'Dexing <(_target_name) jar', 'inputs': [ '<(DEPTH)/build/android/pylib/build_utils.py', - '<(DEPTH)/build/android/dex.py', + '<(DEPTH)/build/android/gyp/dex.py', '>@(library_dexed_jars_paths)', ], 'outputs': [ '<(output_dex_path)', ], 'action': [ - 'python', '<(DEPTH)/build/android/dex.py', + 'python', '<(DEPTH)/build/android/gyp/dex.py', '--dex-path=<(output_dex_path)', '--android-sdk-root=<(android_sdk_root)', |