| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ios/rules.gni") | 7 import("//build/config/ios/rules.gni") |
| 8 import("//rlz/features/features.gni") | 8 import("//rlz/features/features.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 ] | 264 ] |
| 265 deps = [ | 265 deps = [ |
| 266 "//base", | 266 "//base", |
| 267 "//components/pref_registry", | 267 "//components/pref_registry", |
| 268 "//components/prefs", | 268 "//components/prefs", |
| 269 "//ios/chrome/browser", | 269 "//ios/chrome/browser", |
| 270 "//ios/chrome/browser/autofill:autofill_internal", | 270 "//ios/chrome/browser/autofill:autofill_internal", |
| 271 "//ios/chrome/browser/browser_state", | 271 "//ios/chrome/browser/browser_state", |
| 272 "//ios/chrome/browser/browser_state:browser_state_impl", | 272 "//ios/chrome/browser/browser_state:browser_state_impl", |
| 273 "//ios/chrome/browser/providers", | 273 "//ios/chrome/browser/providers", |
| 274 "//ios/chrome/browser/sessions:sessions_internal", | |
| 275 "//ios/chrome/browser/sync/glue", | 274 "//ios/chrome/browser/sync/glue", |
| 276 "//ios/chrome/browser/sync/sessions", | 275 "//ios/chrome/browser/sync/sessions", |
| 277 "//ios/chrome/browser/tabs", | 276 "//ios/chrome/browser/tabs", |
| 278 "//ios/chrome/browser/tabs:tabs_internal", | 277 "//ios/chrome/browser/tabs:tabs_internal", |
| 279 "//ios/chrome/browser/ui", | 278 "//ios/chrome/browser/ui", |
| 280 "//ios/chrome/browser/ui:browser_list", | 279 "//ios/chrome/browser/ui:browser_list", |
| 281 "//ios/chrome/browser/ui/autofill:autofill_internal", | 280 "//ios/chrome/browser/ui/autofill:autofill_internal", |
| 282 "//ios/chrome/browser/ui/webui:webui_internal", | 281 "//ios/chrome/browser/ui/webui:webui_internal", |
| 283 "//ios/chrome/common", | 282 "//ios/chrome/common", |
| 284 ] | 283 ] |
| (...skipping 20 matching lines...) Expand all Loading... |
| 305 ] | 304 ] |
| 306 | 305 |
| 307 configs += [ "//build/config/compiler:enable_arc" ] | 306 configs += [ "//build/config/compiler:enable_arc" ] |
| 308 | 307 |
| 309 deps = [ | 308 deps = [ |
| 310 "//base", | 309 "//base", |
| 311 "//ios/chrome/browser", | 310 "//ios/chrome/browser", |
| 312 "//ios/chrome/browser/browser_state", | 311 "//ios/chrome/browser/browser_state", |
| 313 ] | 312 ] |
| 314 } | 313 } |
| OLD | NEW |