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

Unified Diff: mojo/services/window_manager/BUILD.gn

Issue 581273003: Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: no brackets Created 6 years, 3 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/services/view_manager/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/BUILD.gn
diff --git a/mojo/services/window_manager/BUILD.gn b/mojo/services/window_manager/BUILD.gn
index 6e8ece8365b5a7c62281c53aac5756b3af985d86..7250180f480201f4fee7bb943d20e7987ed30484 100644
--- a/mojo/services/window_manager/BUILD.gn
+++ b/mojo/services/window_manager/BUILD.gn
@@ -12,10 +12,14 @@ shared_library("window_manager") {
sources = [ "main.cc" ]
- deps = [
+ public_deps = [
":lib",
+ ]
+ deps = [
+ "//base",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/services/public/cpp/view_manager",
]
}
@@ -28,22 +32,25 @@ source_set("lib") {
"window_manager_service_impl.h",
]
+ public_deps = [
+ "//mojo/aura",
+ ]
deps = [
"//base",
"//mojo/application",
- "//mojo/aura",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
"//mojo/services/public/cpp/input_events",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/window_manager",
+ "//ui/aura",
"//ui/base",
+ "//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/wm",
]
-
- forward_dependent_configs_from = [ "//mojo/aura" ]
}
# GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698