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

Unified Diff: ui/gfx/android/bitmap_config_list.h

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/base/window_open_disposition_list.h ('k') | ui/gfx/android/java_bitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/bitmap_config_list.h
diff --git a/ui/gfx/android/bitmap_config_list.h b/ui/gfx/android/bitmap_config_list.h
deleted file mode 100644
index 9561168f3b33ba75b07dbcf167122820a4f1506b..0000000000000000000000000000000000000000
--- a/ui/gfx/android/bitmap_config_list.h
+++ /dev/null
@@ -1,15 +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.
-
-// This file intentionally does not have header guards, it's included
-// inside a macro to generate enum values.
-
-#ifndef DEFINE_BITMAP_CONFIG
-#error "DEFINE_BITMAP_CONFIG should be defined before including this file"
-#endif
-DEFINE_BITMAP_CONFIG(FORMAT_NO_CONFIG, 0)
-DEFINE_BITMAP_CONFIG(FORMAT_ALPHA_8, 1)
-DEFINE_BITMAP_CONFIG(FORMAT_ARGB_4444, 2)
-DEFINE_BITMAP_CONFIG(FORMAT_ARGB_8888, 3)
-DEFINE_BITMAP_CONFIG(FORMAT_RGB_565, 4)
« no previous file with comments | « ui/base/window_open_disposition_list.h ('k') | ui/gfx/android/java_bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698