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

Unified Diff: media/base/android/BUILD.gn

Issue 606343003: Rename AndroidImage format template to match the Java class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webview build Created 6 years, 3 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
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index c1799317226f6311f3f0540af7b4285f1ff7a7e6..b2d7bbc35d0574f61fa2adc5a1b9668645dee3f0 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -94,7 +94,7 @@ generate_jni("video_capture_jni_headers") {
java_cpp_template("media_android_imageformat_list") {
package_name = "org/chromium/media"
sources = [
- "java/src/org/chromium/media/ImageFormat.template",
+ "java/src/org/chromium/media/AndroidImageFormat.template",
]
inputs = [
"//media/video/capture/android/imageformat_list.h"
« no previous file with comments | « android_webview/java_library_common.mk ('k') | media/base/android/java/src/org/chromium/media/AndroidImageFormat.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698