| 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/find_bg@2x~ipad.png", | 7 "resources/find_bg@2x~ipad.png", |
| 8 "resources/find_bg~ipad.png", | 8 "resources/find_bg~ipad.png", |
| 9 "resources/find_close.png", | 9 "resources/find_close.png", |
| 10 "resources/find_close@2x.png", | 10 "resources/find_close@2x.png", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 deps = [ | 92 deps = [ |
| 93 ":find_bar", | 93 ":find_bar", |
| 94 "//base", | 94 "//base", |
| 95 "//components/strings", | 95 "//components/strings", |
| 96 "//ios/chrome/app/strings", | 96 "//ios/chrome/app/strings", |
| 97 "//ios/chrome/browser/find_in_page", | 97 "//ios/chrome/browser/find_in_page", |
| 98 "//ios/chrome/browser/ui/tools_menu", | 98 "//ios/chrome/browser/ui/tools_menu", |
| 99 "//ios/chrome/test/app:test_support", | 99 "//ios/chrome/test/app:test_support", |
| 100 "//ios/chrome/test/earl_grey:test_support", | 100 "//ios/chrome/test/earl_grey:test_support", |
| 101 "//ios/testing:ios_test_support", | 101 "//ios/testing:ios_test_support", |
| 102 "//ios/web:test_support", | 102 "//ios/web/public/test:test_support", |
| 103 "//ui/base", | 103 "//ui/base", |
| 104 ] | 104 ] |
| 105 libs = [ "XCTest.framework" ] | 105 libs = [ "XCTest.framework" ] |
| 106 } | 106 } |
| OLD | NEW |