| 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("browser_state") { | 5 source_set("browser_state") { |
| 6 sources = [ | 6 sources = [ |
| 7 "browser_state_otr_helper.cc", | 7 "browser_state_otr_helper.cc", |
| 8 "browser_state_otr_helper.h", | 8 "browser_state_otr_helper.h", |
| 9 "chrome_browser_state.h", | 9 "chrome_browser_state.h", |
| 10 "chrome_browser_state.mm", | 10 "chrome_browser_state.mm", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "//components/user_prefs", | 144 "//components/user_prefs", |
| 145 "//components/webdata_services", | 145 "//components/webdata_services", |
| 146 "//ios/chrome/browser", | 146 "//ios/chrome/browser", |
| 147 "//ios/chrome/browser/autocomplete", | 147 "//ios/chrome/browser/autocomplete", |
| 148 "//ios/chrome/browser/bookmarks", | 148 "//ios/chrome/browser/bookmarks", |
| 149 "//ios/chrome/browser/history", | 149 "//ios/chrome/browser/history", |
| 150 "//ios/chrome/browser/net", | 150 "//ios/chrome/browser/net", |
| 151 "//ios/chrome/browser/prefs", | 151 "//ios/chrome/browser/prefs", |
| 152 "//ios/chrome/browser/prefs:browser_prefs", | 152 "//ios/chrome/browser/prefs:browser_prefs", |
| 153 "//ios/chrome/browser/sync/glue", | 153 "//ios/chrome/browser/sync/glue", |
| 154 "//ios/chrome/common", |
| 154 "//ios/chrome/test:test_support", | 155 "//ios/chrome/test:test_support", |
| 155 "//ios/public/provider/chrome/browser", | 156 "//ios/public/provider/chrome/browser", |
| 156 "//ios/public/provider/chrome/browser/ui", | 157 "//ios/public/provider/chrome/browser/ui", |
| 157 "//ios/web", | 158 "//ios/web", |
| 158 "//net:test_support", | 159 "//net:test_support", |
| 159 ] | 160 ] |
| 160 | 161 |
| 161 configs += [ "//build/config/compiler:enable_arc" ] | 162 configs += [ "//build/config/compiler:enable_arc" ] |
| 162 } | 163 } |
| OLD | NEW |