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

Unified Diff: examples/BUILD.gn

Issue 1397563003: Remove wm_flow, browser, nesting_app examples (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | examples/browser/BUILD.gn » ('j') | examples/moterm_example_app/BUILD.gn » ('J')
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 cfcef6f10ca44b1a7b6d97b8ee2cfe692fc0bf2c..84c9d23d5ba58c264f24e2f3f7339f1da6371277 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -9,7 +9,6 @@ group("examples") {
deps = [
"//examples/apptest",
- "//examples/browser",
"//examples/content_handler_demo",
"//examples/dart",
"//examples/echo",
@@ -22,7 +21,6 @@ group("examples") {
"//examples/keyboard_client",
"//examples/moterm_example_app",
"//examples/native_run_app",
- "//examples/nesting_app",
"//examples/nfc_sender",
"//examples/notification_generator",
"//examples/png_viewer",
@@ -46,11 +44,7 @@ group("examples") {
}
if (is_linux || is_android) {
- deps += [
- "//examples/surfaces_app",
- "//examples/window_manager",
- "//examples/wm_flow",
- ]
+ deps += [ "//examples/surfaces_app" ]
}
if (defined(go_build_tool) && go_build_tool != "") {
« no previous file with comments | « no previous file | examples/browser/BUILD.gn » ('j') | examples/moterm_example_app/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698