| OLD | NEW | 
|---|
| 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", |  | 
| 9     "pref_store_client_unittest.cc", | 8     "pref_store_client_unittest.cc", | 
| 10     "pref_store_impl_unittest.cc", | 9     "pref_store_impl_unittest.cc", | 
| 11   ] | 10   ] | 
| 12   deps = [ | 11   deps = [ | 
| 13     "//base", | 12     "//base", | 
| 14     "//base/test:test_support", | 13     "//base/test:test_support", | 
| 15     "//components/prefs:test_support", | 14     "//components/prefs:test_support", | 
| 16     "//mojo/public/cpp/bindings:bindings", | 15     "//mojo/public/cpp/bindings:bindings", | 
| 17     "//services/preferences/public/cpp", | 16     "//services/preferences/public/cpp", | 
| 18     "//services/preferences/public/interfaces", | 17     "//services/preferences/public/interfaces", | 
| 19     "//testing/gmock", | 18     "//testing/gmock", | 
| 20     "//testing/gtest", | 19     "//testing/gtest", | 
| 21   ] | 20   ] | 
| 22 } | 21 } | 
| OLD | NEW | 
|---|