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

Unified Diff: build/java_prebuilt.gypi

Issue 13691002: Fix incorrect paths introduced in https://chromiumcodereview.appspot.com/13473017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | build/uiautomator_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_prebuilt.gypi
diff --git a/build/java_prebuilt.gypi b/build/java_prebuilt.gypi
index 7f772bf3deadd85b99ae8245753e86ac775a870d..fdc20ce3b0d00e9fc5be8cd6ebd8876a0ea93f80 100644
--- a/build/java_prebuilt.gypi
+++ b/build/java_prebuilt.gypi
@@ -36,7 +36,7 @@
'action_name': 'dex_<(_target_name)',
'message': 'Dexing <(_target_name) jar',
'inputs': [
- '<(DEPTH)/build/android/gyp/build_utils.py',
+ '<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/dex.py',
'<(jar_path)',
],
« no previous file with comments | « no previous file | build/uiautomator_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698