| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "//ios/chrome/browser/history", | 86 "//ios/chrome/browser/history", |
| 87 "//ios/chrome/browser/invalidation", | 87 "//ios/chrome/browser/invalidation", |
| 88 "//ios/chrome/browser/net", | 88 "//ios/chrome/browser/net", |
| 89 "//ios/chrome/browser/ntp_snippets", | 89 "//ios/chrome/browser/ntp_snippets", |
| 90 "//ios/chrome/browser/passwords", | 90 "//ios/chrome/browser/passwords", |
| 91 "//ios/chrome/browser/prefs", | 91 "//ios/chrome/browser/prefs", |
| 92 "//ios/chrome/browser/prefs:browser_prefs", | 92 "//ios/chrome/browser/prefs:browser_prefs", |
| 93 "//ios/chrome/browser/reading_list", | 93 "//ios/chrome/browser/reading_list", |
| 94 "//ios/chrome/browser/search_engines", | 94 "//ios/chrome/browser/search_engines", |
| 95 "//ios/chrome/browser/services/gcm", | 95 "//ios/chrome/browser/services/gcm", |
| 96 "//ios/chrome/browser/sessions:sessions_internal", |
| 96 "//ios/chrome/browser/signin", | 97 "//ios/chrome/browser/signin", |
| 97 "//ios/chrome/browser/suggestions", | 98 "//ios/chrome/browser/suggestions", |
| 98 "//ios/chrome/browser/sync", | 99 "//ios/chrome/browser/sync", |
| 99 "//ios/chrome/browser/sync/glue", | 100 "//ios/chrome/browser/sync/glue", |
| 100 "//ios/chrome/browser/translate", | 101 "//ios/chrome/browser/translate", |
| 101 "//ios/chrome/browser/undo", | 102 "//ios/chrome/browser/undo", |
| 102 "//ios/net", | 103 "//ios/net", |
| 103 "//ios/public/provider/chrome/browser", | 104 "//ios/public/provider/chrome/browser", |
| 104 "//ios/public/provider/chrome/browser/signin", | 105 "//ios/public/provider/chrome/browser/signin", |
| 105 "//ios/web", | 106 "//ios/web", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "//ios/chrome/browser/sync/glue", | 152 "//ios/chrome/browser/sync/glue", |
| 152 "//ios/chrome/test:test_support", | 153 "//ios/chrome/test:test_support", |
| 153 "//ios/public/provider/chrome/browser", | 154 "//ios/public/provider/chrome/browser", |
| 154 "//ios/public/provider/chrome/browser/ui", | 155 "//ios/public/provider/chrome/browser/ui", |
| 155 "//ios/web", | 156 "//ios/web", |
| 156 "//net:test_support", | 157 "//net:test_support", |
| 157 ] | 158 ] |
| 158 | 159 |
| 159 configs += [ "//build/config/compiler:enable_arc" ] | 160 configs += [ "//build/config/compiler:enable_arc" ] |
| 160 } | 161 } |
| OLD | NEW |