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

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: .. Created 4 years, 5 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/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index a6b44b321e393716c155cbd8131b464367b468e1..9f604457f27d2d87cdaada7c8d1c83c091ff22a7 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/gfx",
"//ui/gfx/geometry",

Powered by Google App Engine
This is Rietveld 408576698