| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 
|  | 2 # Use of this source code is governed by a BSD-style license that can be | 
|  | 3 # found in the LICENSE file. | 
|  | 4 | 
|  | 5 mojom = "//services/preferences/public/interfaces/preferences.mojom" | 
|  | 6 public_headers = [ "//components/prefs/persistent_pref_store.h" ] | 
|  | 7 traits_headers = | 
|  | 8     [ "//services/preferences/public/cpp/preferences_struct_traits.h" ] | 
|  | 9 public_deps = [ | 
|  | 10   "//components/prefs", | 
|  | 11 ] | 
|  | 12 sources = [ | 
|  | 13   "//services/preferences/public/cpp/preferences_struct_traits.cc", | 
|  | 14   "//services/preferences/public/cpp/preferences_struct_traits.h", | 
|  | 15 ] | 
|  | 16 | 
|  | 17 type_mappings = [ "prefs.mojom.PersistentPrefStoreConnector.ReadError=::Persiste
    ntPrefStore::PrefReadError" ] | 
| OLD | NEW | 
|---|