| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 406ef56cea784ae99e4eef70bc5ba8df0648e7b1..9d5f5bfcb93431389a3beb63e4b9c7385afd1b52 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -431,7 +431,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",
|
| ]
|
|
|
| @@ -441,7 +440,6 @@ if (is_android) {
|
| "//services/device_info",
|
| "//services/icu_data",
|
| "//services/java_handler",
|
| - "//services/surfaces",
|
| "//services/tracing",
|
| ]
|
| }
|
|
|