Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: ios/chrome/browser/ui/find_bar/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/http_server",
103 "//ui/base", 103 "//ui/base",
104 ] 104 ]
105 libs = [ "XCTest.framework" ] 105 libs = [ "XCTest.framework" ]
106 } 106 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/external_url_error_page_egtest.mm ('k') | ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698