| 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 bundle_data("resources") { | 5 bundle_data("resources") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/ptr_close.png", | 7 "resources/ptr_close.png", |
| 8 "resources/ptr_close@2x.png", | 8 "resources/ptr_close@2x.png", |
| 9 "resources/ptr_close@3x.png", | 9 "resources/ptr_close@3x.png", |
| 10 "resources/ptr_close_active.png", | 10 "resources/ptr_close_active.png", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 deps = [ | 38 deps = [ |
| 39 "//base", | 39 "//base", |
| 40 "//ios/chrome/app/theme", | 40 "//ios/chrome/app/theme", |
| 41 "//ios/chrome/browser/ui", | 41 "//ios/chrome/browser/ui", |
| 42 "//ios/chrome/browser/ui/overscroll_actions:resources", | 42 "//ios/chrome/browser/ui/overscroll_actions:resources", |
| 43 "//ios/chrome/browser/ui/static_content", | 43 "//ios/chrome/browser/ui/static_content", |
| 44 "//ios/chrome/browser/ui/toolbar", | 44 "//ios/chrome/browser/ui/toolbar", |
| 45 "//ios/chrome/browser/ui/util", | 45 "//ios/chrome/browser/ui/util", |
| 46 "//ios/chrome/browser/ui/voice", | 46 "//ios/chrome/browser/ui/voice", |
| 47 "//ios/web", | 47 "//ios/web", |
| 48 "//ui/base", | |
| 49 ] | 48 ] |
| 50 allow_circular_includes_from = [ "//ios/chrome/browser/ui/static_content" ] | 49 allow_circular_includes_from = [ "//ios/chrome/browser/ui/static_content" ] |
| 51 libs = [ | 50 libs = [ |
| 52 "QuartzCore.framework", | 51 "QuartzCore.framework", |
| 53 "UIKit.framework", | 52 "UIKit.framework", |
| 54 ] | 53 ] |
| 55 } | 54 } |
| OLD | NEW |