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

Side by Side Diff: services/preferences/public/cpp/BUILD.gn

Issue 2644893003: Unify Preferences Mojom Naming to PreferencesService (Closed)
Patch Set: / Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | services/preferences/public/cpp/pref_client_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("cpp") { 5 source_set("cpp") {
6 sources = [ 6 sources = [
7 "pref_observer_store.cc", 7 "pref_client_store.cc",
8 "pref_observer_store.h", 8 "pref_client_store.h",
9 ] 9 ]
10 10
11 public_deps = [ 11 public_deps = [
12 "//base", 12 "//base",
13 "//components/prefs:prefs", 13 "//components/prefs:prefs",
14 "//services/preferences/public/interfaces", 14 "//services/preferences/public/interfaces",
15 "//services/service_manager/public/cpp", 15 "//services/service_manager/public/cpp",
16 ] 16 ]
17 17
18 deps = [ 18 deps = [
19 "//mojo/public/cpp/bindings:bindings", 19 "//mojo/public/cpp/bindings:bindings",
20 ] 20 ]
21 } 21 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | services/preferences/public/cpp/pref_client_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698