| 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("prefs") { | 5 source_set("prefs") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] | |
| 7 sources = [ | 6 sources = [ |
| 8 "browser_prefs.h", | 7 "browser_prefs.h", |
| 9 "browser_prefs.mm", | 8 "browser_prefs.mm", |
| 10 "ios_chrome_pref_model_associator_client.cc", | 9 "ios_chrome_pref_model_associator_client.cc", |
| 11 "ios_chrome_pref_model_associator_client.h", | 10 "ios_chrome_pref_model_associator_client.h", |
| 12 "ios_chrome_pref_service_factory.cc", | 11 "ios_chrome_pref_service_factory.cc", |
| 13 "ios_chrome_pref_service_factory.h", | 12 "ios_chrome_pref_service_factory.h", |
| 14 "pref_observer_bridge.h", | 13 "pref_observer_bridge.h", |
| 15 "pref_observer_bridge.mm", | 14 "pref_observer_bridge.mm", |
| 16 ] | 15 ] |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "//ios/chrome/browser/memory", | 48 "//ios/chrome/browser/memory", |
| 50 "//ios/chrome/browser/metrics", | 49 "//ios/chrome/browser/metrics", |
| 51 "//ios/chrome/browser/net", | 50 "//ios/chrome/browser/net", |
| 52 "//ios/chrome/browser/reading_list", | 51 "//ios/chrome/browser/reading_list", |
| 53 "//ios/chrome/browser/signin", | 52 "//ios/chrome/browser/signin", |
| 54 "//ios/chrome/browser/voice:prefs", | 53 "//ios/chrome/browser/voice:prefs", |
| 55 "//ios/public/provider/chrome/browser", | 54 "//ios/public/provider/chrome/browser", |
| 56 "//ui/base", | 55 "//ui/base", |
| 57 ] | 56 ] |
| 58 } | 57 } |
| OLD | NEW |