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

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

Issue 2796793003: [ios] Adds a LocationBarController interface. (Closed)
Patch Set: Review. Created 3 years, 8 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/collapse.png", 7 "resources/collapse.png",
8 "resources/collapse@2x.png", 8 "resources/collapse@2x.png",
9 "resources/collapse@3x.png", 9 "resources/collapse@3x.png",
10 "resources/collapse_incognito.png", 10 "resources/collapse_incognito.png",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//ios/chrome/browser/ui/keyboard", 92 "//ios/chrome/browser/ui/keyboard",
93 "//ios/chrome/browser/ui/qr_scanner", 93 "//ios/chrome/browser/ui/qr_scanner",
94 "//ios/chrome/browser/ui/tools_menu", 94 "//ios/chrome/browser/ui/tools_menu",
95 "//ios/chrome/browser/ui/util", 95 "//ios/chrome/browser/ui/util",
96 "//ios/chrome/browser/ui/voice", 96 "//ios/chrome/browser/ui/voice",
97 "//ios/chrome/common", 97 "//ios/chrome/common",
98 "//ios/public/provider/chrome/browser", 98 "//ios/public/provider/chrome/browser",
99 "//ios/public/provider/chrome/browser/images", 99 "//ios/public/provider/chrome/browser/images",
100 "//ios/public/provider/chrome/browser/voice", 100 "//ios/public/provider/chrome/browser/voice",
101 "//ios/shared/chrome/browser/tabs", 101 "//ios/shared/chrome/browser/tabs",
102 "//ios/shared/chrome/browser/ui/omnibox",
102 "//ios/third_party/material_components_ios", 103 "//ios/third_party/material_components_ios",
103 "//ios/third_party/material_roboto_font_loader_ios", 104 "//ios/third_party/material_roboto_font_loader_ios",
104 "//ios/web", 105 "//ios/web",
105 "//net", 106 "//net",
106 "//ui/base", 107 "//ui/base",
107 "//ui/gfx", 108 "//ui/gfx",
108 109
109 # Fake dependencies to break cycles 110 # Fake dependencies to break cycles
110 "//ios/chrome/browser/ui/ntp", 111 "//ios/chrome/browser/ui/ntp",
111 "//ios/chrome/browser/ui/side_swipe", 112 "//ios/chrome/browser/ui/side_swipe",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "//ios/chrome/browser/ui/tools_menu", 197 "//ios/chrome/browser/ui/tools_menu",
197 "//ios/chrome/test/app:test_support", 198 "//ios/chrome/test/app:test_support",
198 "//ios/chrome/test/earl_grey:test_support", 199 "//ios/chrome/test/earl_grey:test_support",
199 "//ios/testing/earl_grey:earl_grey_support", 200 "//ios/testing/earl_grey:earl_grey_support",
200 "//ios/third_party/earl_grey", 201 "//ios/third_party/earl_grey",
201 "//ios/web:test_support", 202 "//ios/web:test_support",
202 "//ui/base", 203 "//ui/base",
203 ] 204 ]
204 libs = [ "XCTest.framework" ] 205 libs = [ "XCTest.framework" ]
205 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698