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

Unified Diff: examples/BUILD.gn

Issue 1536853002: Disable building a bunch of things that are about to break. (Closed) Base URL: git@github.com:domokit/mojo.git@moz
Patch Set: rebase Created 4 years, 11 months 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') | no next file » | 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 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",
]
}
« no previous file with comments | « apps/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698