summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-04-23 09:20:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-23 16:20:15 +0000
commitd866af3aee3eff86fcc93f24d77bef4425b80b5a (patch)
treea56f26a75a7809e7556e07b1a8cf09fd073bfe7d /BUILD.gn
parent29b6f6fa8785ed80c2fcf043bb0619f3f8b80065 (diff)
downloadchromium_src-d866af3aee3eff86fcc93f24d77bef4425b80b5a.zip
chromium_src-d866af3aee3eff86fcc93f24d77bef4425b80b5a.tar.gz
chromium_src-d866af3aee3eff86fcc93f24d77bef4425b80b5a.tar.bz2
Moves services implementations out of third_party/mojo_services
Most go into components/, with the exception of events and input_events. They are in ui/mojo now. R=ben@chromium.org, jam@chromium.org, jochen@chromium.org TBR=jochen@chromium.org BUG=479353 Review URL: https://codereview.chromium.org/1085233004 Cr-Commit-Position: refs/heads/master@{#326535}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ba6b223..4741461 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -655,6 +655,7 @@ group("gn_mojo_targets") {
# and figure out how cross-platform they are
deps = [
"//chrome/browser/ui/webui/omnibox:mojo_bindings_python",
+ "//components/window_manager/public/interfaces:interfaces_python",
"//content/public/common:mojo_bindings_python",
"//content/common:mojo_bindings_python",
"//content/test:web_ui_test_mojo_bindings_python",
@@ -674,7 +675,6 @@ group("gn_mojo_targets") {
"//third_party/mojo/src/mojo/public/python:packaged_bindings",
"//third_party/mojo/src/mojo/public/cpp/application:test_support_standalone",
"//third_party/mojo_services/src/accessibility/public/interfaces:interfaces_python",
- "//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
]
}
}