| 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",
|
|
|