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

Unified Diff: ui/android/BUILD.gn

Issue 2133873004: content: Move Surfaces related code out of RWHVA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed overscroll change Created 4 years, 4 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/browser/renderer_host/render_widget_host_view_android.cc ('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 523ea7c81b06a2500b59c6e886efda0746fec009..b4c0f41597b8eadea7a52a282ac4d5e2bde20315 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -13,6 +13,8 @@ component("android") {
"animation_utils.h",
"context_provider_factory.cc",
"context_provider_factory.h",
+ "delegated_frame_host_android.cc",
+ "delegated_frame_host_android.h",
"edge_effect.cc",
"edge_effect.h",
"edge_effect_base.cc",
@@ -48,6 +50,7 @@ component("android") {
":ui_android_jni_headers",
"//base",
"//cc",
+ "//cc/surfaces",
"//skia",
"//ui/display",
"//ui/gfx",
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698