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

Unified Diff: mojo/examples/BUILD.gn

Issue 687433002: Remove mojo/shell and (most) service implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo/gles2, disable mojo apps in component build Created 6 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 | « mojo/BUILD.gn ('k') | mojo/examples/pepper_container_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/BUILD.gn
diff --git a/mojo/examples/BUILD.gn b/mojo/examples/BUILD.gn
index 1092940253381312fc21f72178dc9c0a626af9de..09b0557758c8d24f9949b5940adf8583a7c732ad 100644
--- a/mojo/examples/BUILD.gn
+++ b/mojo/examples/BUILD.gn
@@ -5,9 +5,7 @@
import("//build/config/ui.gni")
group("examples") {
- testonly = true
-
- deps = [
- "//mojo/examples/pepper_container_app",
- ]
+ if (!is_component_build) {
+ deps = [ "//mojo/examples/pepper_container_app" ]
+ }
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/examples/pepper_container_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698