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

Unified Diff: ui/android/ui_android.gyp

Issue 679493002: [Android] Add a native pull-to-refresh overscroll effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs... Created 6 years, 1 month 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/java/src/org/chromium/ui/gfx/BitmapHelper.java ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index f26e51c622f94dd4375957a242856a968927aca4..a3bb182455c7c5d66c06aa5eaf4a63fe872a8925 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -24,6 +24,14 @@
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'system_ui_resource_type_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../base/android/system_ui_resource_type.h',
+ },
+ 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'window_open_disposition_java',
'type': 'none',
'variables': {
@@ -44,6 +52,7 @@
'../../base/base.gyp:base_java',
'bitmap_format_java',
'page_transition_types_java',
+ 'system_ui_resource_type_java',
'ui_strings_grd',
'window_open_disposition_java',
],
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698