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

Unified Diff: android_webview/Android.mk

Issue 11488014: Fix android build typo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/Android.mk
diff --git a/android_webview/Android.mk b/android_webview/Android.mk
index 9c3ae91b9d6a72b5932cd04af2e39663d425d0e8..a6e9c17ee330489a14f45504d2d78518301a9df4 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -39,7 +39,7 @@ LOCAL_SRC_FILES += \
# This file is generated by net.gyp:net_errors_java
LOCAL_GENERATED_SOURCES := \
-$(call intermediates-dir-for,GYP,shared)/template/org.chromium.net/NetError.java
+$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/NetError.java
include $(BUILD_STATIC_JAVA_LIBRARY)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698