| 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("cpp") { | 5 source_set("cpp") { | 
| 6   sources = [ | 6   sources = [ | 
| 7     "persistent_pref_store_client.cc", | 7     "persistent_pref_store_client.cc", | 
| 8     "persistent_pref_store_client.h", | 8     "persistent_pref_store_client.h", | 
| 9     "pref_client_store.cc", |  | 
| 10     "pref_client_store.h", |  | 
| 11     "pref_registry_serializer.cc", | 9     "pref_registry_serializer.cc", | 
| 12     "pref_registry_serializer.h", | 10     "pref_registry_serializer.h", | 
| 13     "pref_service_factory.cc", | 11     "pref_service_factory.cc", | 
| 14     "pref_service_factory.h", | 12     "pref_service_factory.h", | 
| 15     "pref_store_adapter.cc", | 13     "pref_store_adapter.cc", | 
| 16     "pref_store_adapter.h", | 14     "pref_store_adapter.h", | 
| 17     "pref_store_client.cc", | 15     "pref_store_client.cc", | 
| 18     "pref_store_client.h", | 16     "pref_store_client.h", | 
| 19     "pref_store_client_mixin.cc", | 17     "pref_store_client_mixin.cc", | 
| 20     "pref_store_client_mixin.h", | 18     "pref_store_client_mixin.h", | 
| (...skipping 18 matching lines...) Expand all  Loading... | 
| 39     "//base", | 37     "//base", | 
| 40     "//components/prefs", | 38     "//components/prefs", | 
| 41     "//services/preferences", | 39     "//services/preferences", | 
| 42     "//services/service_manager/public/cpp", | 40     "//services/service_manager/public/cpp", | 
| 43   ] | 41   ] | 
| 44   sources = [ | 42   sources = [ | 
| 45     "pref_service_main.cc", | 43     "pref_service_main.cc", | 
| 46     "pref_service_main.h", | 44     "pref_service_main.h", | 
| 47   ] | 45   ] | 
| 48 } | 46 } | 
| OLD | NEW | 
|---|