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

Unified Diff: services/preferences/public/cpp/BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Const ref nit Created 4 years, 1 month 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 | « services/preferences/BUILD.gn ('k') | services/preferences/public/cpp/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/input_devices/BUILD.gn b/services/preferences/public/cpp/BUILD.gn
similarity index 58%
copy from services/ui/public/cpp/input_devices/BUILD.gn
copy to services/preferences/public/cpp/BUILD.gn
index 5fc4f27d191d963b8888156390c014ae60cf90f1..a7ae5cf0bb3dc57ddd86931f38c22c0e649eab5d 100644
--- a/services/ui/public/cpp/input_devices/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -2,19 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("input_devices") {
+source_set("cpp") {
sources = [
- "input_device_client.cc",
- "input_device_client.h",
+ "pref_observer_store.cc",
+ "pref_observer_store.h",
]
- deps = [
+ public_deps = [
"//base",
+ "//components/prefs:prefs",
+ "//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
- "//ui/events/devices",
]
- public_deps = [
- "//services/ui/public/interfaces/input_devices",
+ deps = [
+ "//mojo/public/cpp/bindings:bindings",
]
}
« no previous file with comments | « services/preferences/BUILD.gn ('k') | services/preferences/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698