| Index: examples/BUILD.gn
|
| diff --git a/examples/BUILD.gn b/examples/BUILD.gn
|
| index 1de9ab913d459de4048b34e0db0d8ae673260ddf..c7605c2d11a1f5ec3869fd80da99f59f5b301f82 100644
|
| --- a/examples/BUILD.gn
|
| +++ b/examples/BUILD.gn
|
| @@ -17,7 +17,9 @@ group("portable_examples") {
|
| "//examples/dart",
|
| "//examples/echo",
|
| "//examples/echo_terminal",
|
| + "//examples/embedded_app",
|
| "//examples/forwarding_content_handler",
|
| + "//examples/ganesh_app",
|
| "//examples/http_handler",
|
| "//examples/indirect_service",
|
| "//examples/moterm_example_app",
|
| @@ -35,13 +37,8 @@ group("portable_examples") {
|
| group("examples") {
|
| testonly = true
|
|
|
| - # TODO(smklein) - These deps are not compatible with NaCl because they depend
|
| - # on skia. Make Skia build with NaCl.
|
| deps = [
|
| ":portable_examples",
|
| - "//examples/embedded_app",
|
| - "//examples/ganesh_app",
|
| - "//examples/png_viewer",
|
| ]
|
|
|
| # TODO(cstout) - javascript/v8 build support for fnl/musl
|
|
|