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

Unified Diff: ui/android/ui_android.gyp

Issue 157033007: API to Convert Java Bitmap Config to SkBitmap::Config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding webview dependecy build changes. Created 6 years, 10 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: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index b9e3d6990aecd363279932649b9860bc2b2ec97e..adfd1564d652520f7f93a605b971d19ac39e48ec 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -20,6 +20,18 @@
'includes': [ '../../build/android/java_cpp_template.gypi' ],
},
{
+ 'target_name': 'bitmap_format_java',
+ 'type': 'none',
+ 'sources': [
+ 'java/BitmapFormat.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/ui/gfx',
+ 'template_deps': ['../gfx/android/bitmap_config_list.h'],
+ },
+ 'includes': [ '../../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'ui_java',
'type': 'none',
'variables': {
@@ -32,6 +44,7 @@
'dependencies': [
'../../base/base.gyp:base_java',
'window_open_disposition_java',
+ 'bitmap_format_java',
],
'includes': [ '../../build/java.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698