commit | 2462c1e294c58d6879258e06a8cf9d0a95450396 | [log] [tgz] |
---|---|---|
author | Scott Violet <[email protected]> | Thu Aug 23 21:50:52 2018 |
committer | Commit Bot <[email protected]> | Thu Aug 23 21:50:52 2018 |
tree | 60735f3f005479dbf2b02c02b41e659a67310ef3 | |
parent | 55a4c1e0aef05d9ee57e7ab35b549f1af13038fd [diff] [blame] |
window-service: moves mojoms into ws directory This does not change the namespace, only the directory. That will happen next. BUG=876924 TEST=covered by tests Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Iff71c6372b21ea13dfa9c35d44f06073a2ba3c77 Reviewed-on: https://chromium-review.googlesource.com/1186040 Reviewed-by: Tom Sepez <[email protected]> Reviewed-by: Michael Wasserman <[email protected]> Commit-Queue: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#585626}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index be7c107..fb02e52d 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn
@@ -2328,7 +2328,7 @@ if (use_aura) { deps += [ "//services/ui/public/cpp", - "//services/ui/public/interfaces", + "//services/ws/public/mojom", "//ui/aura", "//ui/aura_extra", "//ui/strings",