| OLD | NEW |
| (Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 source_set("infobars") { |
| 6 sources = [ |
| 7 "confirm_infobar_controller+protected.h", |
| 8 "confirm_infobar_controller.h", |
| 9 "confirm_infobar_controller.mm", |
| 10 "infobar.h", |
| 11 "infobar.mm", |
| 12 "infobar_container_ios.h", |
| 13 "infobar_container_ios.mm", |
| 14 "infobar_container_view.h", |
| 15 "infobar_container_view.mm", |
| 16 "infobar_controller.h", |
| 17 "infobar_controller.mm", |
| 18 "infobar_manager_impl.h", |
| 19 "infobar_manager_impl.mm", |
| 20 "infobar_utils.h", |
| 21 "infobar_utils.mm", |
| 22 ] |
| 23 deps = [ |
| 24 "//base", |
| 25 "//components/infobars/core", |
| 26 "//components/translate/core/browser", |
| 27 "//ios/public/provider/chrome/browser", |
| 28 "//ios/web", |
| 29 "//ui/base", |
| 30 "//ui/gfx", |
| 31 ] |
| 32 } |
| OLD | NEW |