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

Unified Diff: services/ui/input_devices/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: services/ui/input_devices/BUILD.gn
diff --git a/services/ui/input_devices/BUILD.gn b/services/ui/input_devices/BUILD.gn
index bd9e5a2a55dbc79dabd138a91516c99cb26bbbc1..bf7b4f8d7aa277a94e62fbff2b9575d45fed0c8d 100644
--- a/services/ui/input_devices/BUILD.gn
+++ b/services/ui/input_devices/BUILD.gn
@@ -12,7 +12,7 @@ source_set("input_devices") {
deps = [
"//base",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//ui/events/devices",
]
@@ -33,8 +33,8 @@ test("input_device_unittests") {
"//base",
"//base/test:test_support",
"//mojo/edk/test:run_all_unittests",
- "//services/shell/public/cpp",
- "//services/shell/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/cpp:service_test_support",
"//services/ui/public/cpp/input_devices",
"//services/ui/public/interfaces/input_devices",
"//testing/gtest",
« no previous file with comments | « services/ui/ime/test_ime_driver/test_ime_application.cc ('k') | services/ui/input_devices/input_device_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698