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

Unified Diff: BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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 | « no previous file | components/clipboard/BUILD.gn » ('j') | components/view_manager/public/cpp/keys.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ba6b223aeec572a4377f8fe892b3e6052d418428..4741461da7f59587296b42040b3631ccb6b9813b 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",
]
}
}
« no previous file with comments | « no previous file | components/clipboard/BUILD.gn » ('j') | components/view_manager/public/cpp/keys.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698