| Index: sky/shell/BUILD.gn
|
| diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
|
| index 96c676cad9028b3390e00f3a3a40d93895a0a610..88c9d682365d256539a172753a6991a92ce2ae7e 100644
|
| --- a/sky/shell/BUILD.gn
|
| +++ b/sky/shell/BUILD.gn
|
| @@ -20,7 +20,6 @@ common_deps = [
|
| "//sky/engine/tonic",
|
| "//sky/engine/wtf",
|
| "//sky/services/engine:interfaces",
|
| - "//sky/services/platform",
|
| "//sky/shell/dart",
|
| "//ui/gfx/geometry",
|
| "//ui/gl",
|
| @@ -56,6 +55,8 @@ source_set("common") {
|
| "ui/input_event_converter.h",
|
| "ui/internals.cc",
|
| "ui/internals.h",
|
| + "ui/platform_impl.cc",
|
| + "ui/platform_impl.h",
|
| "ui_delegate.cc",
|
| "ui_delegate.h",
|
| ]
|
|
|