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

Unified Diff: mojo/services/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/public/gles2/BUILD.gn ('k') | mojo/services/clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index f4809fdd3fe3de8774ff337c20fe3eae84de6cf5..0fa12d9426fd2ea6f34be3e921f9b918d7e9a84b 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -6,10 +6,6 @@ import("//build/config/ui.gni")
group("services") {
deps = [
- "//mojo/services/clipboard",
- "//mojo/services/gles2:lib",
- "//mojo/services/html_viewer",
- "//mojo/services/network",
"//mojo/services/public/interfaces/clipboard",
"//mojo/services/public/interfaces/content_handler",
"//mojo/services/public/interfaces/geometry",
@@ -18,12 +14,14 @@ group("services") {
"//mojo/services/public/interfaces/navigation",
"//mojo/services/public/interfaces/network",
"//mojo/services/public/interfaces/surfaces",
- "//mojo/services/surfaces",
- "//mojo/services/test_service:bindings",
"//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/window_manager2",
]
- if (!is_android) {
- deps += ["//mojo/services/native_viewport"]
+
+ if (!is_component_build) {
+ deps += [
+ "//mojo/services/html_viewer",
+ "//mojo/services/network",
+ ]
}
}
« no previous file with comments | « mojo/public/gles2/BUILD.gn ('k') | mojo/services/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698