Index: mojo/examples/pepper_container_app/BUILD.gn |
diff --git a/mojo/examples/pepper_container_app/BUILD.gn b/mojo/examples/pepper_container_app/BUILD.gn |
index 74b6fd84ffa7f03c38afe4c6766305b372d4699f..7561c179507aff8eb6db3cd80c3192fbdd20c15d 100644 |
--- a/mojo/examples/pepper_container_app/BUILD.gn |
+++ b/mojo/examples/pepper_container_app/BUILD.gn |
@@ -2,6 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+if (!is_component_build) { |
+ |
shared_library("pepper_container_app") { |
output_name = "mojo_pepper_container_app" |
@@ -100,3 +102,5 @@ shared_library("pepper_container_app") { |
"//ui/events:events_base", |
] |
} |
+ |
+} # if (!is_component_build) |