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" ] |
+ } |
} |