Index: media/base/android/java/src/org/chromium/media/AndroidImageFormat.template |
diff --git a/media/base/android/java/src/org/chromium/media/AndroidImageFormat.template b/media/base/android/java/src/org/chromium/media/AndroidImageFormat.template |
deleted file mode 100644 |
index c7879aa451cd4a2ba0fe89b27e47a68d0e534408..0000000000000000000000000000000000000000 |
--- a/media/base/android/java/src/org/chromium/media/AndroidImageFormat.template |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-package org.chromium.media; |
- |
-class AndroidImageFormat { |
-#define DEFINE_ANDROID_IMAGEFORMAT(name, value) \ |
- static final int name = value; |
-#include "media/video/capture/android/imageformat_list.h" |
-#undef DEFINE_ANDROID_IMAGEFORMAT |
-} |