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

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

Issue 2778643002: Pref service: Filter updates from read-only pref stores. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
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("tests") { 5 source_set("tests") {
6 testonly = true 6 testonly = true
7 sources = [ 7 sources = [
8 "pref_client_store_unittest.cc", 8 "pref_client_store_unittest.cc",
9 "pref_store_client_unittest.cc", 9 "pref_store_client_unittest.cc",
10 "pref_store_impl_unittest.cc",
10 ] 11 ]
11 deps = [ 12 deps = [
12 "//base", 13 "//base",
13 "//base/test:test_support", 14 "//base/test:test_support",
14 "//components/prefs:test_support", 15 "//components/prefs:test_support",
15 "//mojo/public/cpp/bindings:bindings", 16 "//mojo/public/cpp/bindings:bindings",
16 "//services/preferences/public/cpp", 17 "//services/preferences/public/cpp",
17 "//services/preferences/public/interfaces", 18 "//services/preferences/public/interfaces",
18 "//testing/gmock", 19 "//testing/gmock",
19 "//testing/gtest", 20 "//testing/gtest",
20 ] 21 ]
21 } 22 }
OLDNEW
« no previous file with comments | « services/preferences/public/cpp/pref_store_impl.cc ('k') | services/preferences/public/cpp/tests/pref_store_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698