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