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

Unified Diff: ui/android/java/BitmapFormat.template

Issue 484603004: New C++ -> Java enum build rule + parser/generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/WindowOpenDisposition.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/BitmapFormat.template
diff --git a/ui/android/java/BitmapFormat.template b/ui/android/java/BitmapFormat.template
deleted file mode 100644
index 5c7de68ad7ded54d7f94446af128c1ef34d28ee3..0000000000000000000000000000000000000000
--- a/ui/android/java/BitmapFormat.template
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2014 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.ui.gfx;
-
-// A simple auto-generated interface used to maintain the various
-// bitmap configurations as used by both org.chromium.ui.BitmapFormat
-// and ui/gfx/android/java_bitmap.h
-public interface BitmapFormat {
-#define DEFINE_BITMAP_CONFIG(x,y) public final int x = y;
-#include "ui/gfx/android/bitmap_config_list.h"
-#undef DEFINE_BITMAP_CONFIG
-}
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/WindowOpenDisposition.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698