| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 303f907afd6a7ee12f86c5dcc38a5b3bfd83b575..ef4d7d5b2dbb0712e90550c4c3c5719b0f8b19bf 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -428,7 +428,6 @@ if (is_android) {
|
| "$root_out_dir/device_info.mojo",
|
| "$root_out_dir/icu_data.mojo",
|
| "$root_out_dir/java_handler.mojo",
|
| - "$root_out_dir/surfaces_service.mojo",
|
| "$root_out_dir/tracing.mojo",
|
| ]
|
|
|
| @@ -438,7 +437,6 @@ if (is_android) {
|
| "//services/dart:dart_content_handler",
|
| "//services/device_info",
|
| "//services/icu_data",
|
| - "//services/surfaces",
|
| "//services/tracing",
|
| ]
|
| }
|
|
|