| Index: examples/BUILD.gn
|
| diff --git a/examples/BUILD.gn b/examples/BUILD.gn
|
| index c7605c2d11a1f5ec3869fd80da99f59f5b301f82..68ebd3558b76f2f6d347c19c3d01f514980797c5 100644
|
| --- a/examples/BUILD.gn
|
| +++ b/examples/BUILD.gn
|
| @@ -22,7 +22,6 @@ group("portable_examples") {
|
| "//examples/ganesh_app",
|
| "//examples/http_handler",
|
| "//examples/indirect_service",
|
| - "//examples/moterm_example_app",
|
| "//examples/native_run_app",
|
| "//examples/notification_generator",
|
| "//examples/recursive_content_handler",
|
| @@ -41,24 +40,11 @@ group("examples") {
|
| ":portable_examples",
|
| ]
|
|
|
| - # TODO(cstout) - javascript/v8 build support for fnl/musl
|
| - if (!is_android && !is_fnl) {
|
| - deps += [ "//examples/pdf_viewer" ]
|
| - }
|
| -
|
| if (is_android) {
|
| deps += [
|
| "//examples/device_name",
|
| - "//examples/java_android/example_service",
|
| "//examples/java_android/echo",
|
| - ]
|
| - }
|
| -
|
| - if (is_linux || is_android) {
|
| - deps += [
|
| - "//examples/ui/spinning_cube",
|
| - "//examples/ui/tile",
|
| - "//examples/surfaces_app",
|
| + "//examples/java_android/example_service",
|
| ]
|
| }
|
|
|
|
|