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

Unified Diff: ui/android/BUILD.gn

Issue 1419123002: android: move overscroll effects to ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix exports for component build Created 5 years, 2 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 | « content/content_tests.gypi ('k') | ui/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 4c2b2707e50ed92f63c307e64fdca3c5f8cf2df2..aa6ea38c8776fbfb1b1e1392e000000741cbfef2 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -10,6 +10,17 @@ assert(is_android)
component("android") {
output_name = "ui_android"
sources = [
+ "animation_utils.h",
+ "edge_effect.cc",
+ "edge_effect.h",
+ "edge_effect_base.cc",
+ "edge_effect_base.h",
+ "edge_effect_l.cc",
+ "edge_effect_l.h",
+ "overscroll_glow.cc",
+ "overscroll_glow.h",
+ "overscroll_refresh.cc",
+ "overscroll_refresh.h",
"resources/resource_manager.cc",
"resources/resource_manager.h",
"resources/resource_manager_impl.cc",
@@ -22,6 +33,7 @@ component("android") {
"view_android.h",
"window_android.cc",
"window_android.h",
+ "window_android_compositor.cc",
"window_android_compositor.h",
"window_android_observer.h",
]
@@ -148,6 +160,7 @@ android_library("ui_javatests") {
test("ui_android_unittests") {
sources = [
+ "overscroll_refresh_unittest.cc",
"resources/resource_manager_impl_unittest.cc",
"run_all_unittests.cc",
]
« no previous file with comments | « content/content_tests.gypi ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698