Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: examples/BUILD.gn

Issue 1525043002: Enabling Skia / Moterm to build with PNaCl Newlib toolchain (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « apps/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698