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

Unified Diff: mojo/services/BUILD.gn

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 9 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/mojo_sdk.gni ('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 eea552256ffd472922dc7ef77142a3fd80075a85..459288f4d8f8e2fecd61870065cbee48292c125d 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -19,8 +19,14 @@ group("services") {
if (!is_component_build) {
deps += [
+ "//mojo/services/clipboard",
"//mojo/services/html_viewer",
+ "//mojo/services/kiosk_wm",
+ "//mojo/services/native_viewport",
"//mojo/services/network",
+ "//mojo/services/surfaces",
+ "//mojo/services/tracing",
+ "//mojo/services/view_manager",
]
# TODO(GYP): Make this work.
« no previous file with comments | « mojo/public/mojo_sdk.gni ('k') | mojo/services/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698