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

Unified Diff: mojo/examples/pepper_container_app/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/examples/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « mojo/examples/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698