Commit 75f2bf5d authored by mfomitchev's avatar mfomitchev Committed by Commit Bot

Remove GPU service dependency on services/ui/common.

All of that code is UI Service specific. There's no reason GPU Service should
depend on it. Before this change, services/ui/common was getting pulled into
Mac and Android builds.

BUG=NONE

Review-Url: https://codereview.chromium.org/2976923002
Cr-Commit-Position: refs/heads/master@{#486234}
parent 2d011c2a
...@@ -11,7 +11,6 @@ include_rules = [ ...@@ -11,7 +11,6 @@ include_rules = [
specific_include_rules = { specific_include_rules = {
"gpu_main.*": [ "gpu_main.*": [
"+services/ui/common",
"+services/ui/surfaces", "+services/ui/surfaces",
] ]
} }
...@@ -47,7 +47,6 @@ source_set("internal") { ...@@ -47,7 +47,6 @@ source_set("internal") {
"//gpu/skia_bindings", "//gpu/skia_bindings",
"//mojo/public/cpp/system", "//mojo/public/cpp/system",
"//services/service_manager/public/cpp", "//services/service_manager/public/cpp",
"//services/ui/common:mus_common",
"//services/ui/public/interfaces", "//services/ui/public/interfaces",
] ]
} }
include_rules = [
"-services/ui/common",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment