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

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

Issue 2815233002: [ios] Move ToolsMenuConfiguration to shared. (Closed)
Patch Set: 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/browser/web_state_list", 97 "//ios/chrome/browser/web_state_list",
98 "//ios/chrome/common", 98 "//ios/chrome/common",
99 "//ios/public/provider/chrome/browser", 99 "//ios/public/provider/chrome/browser",
100 "//ios/public/provider/chrome/browser/images", 100 "//ios/public/provider/chrome/browser/images",
101 "//ios/public/provider/chrome/browser/voice", 101 "//ios/public/provider/chrome/browser/voice",
102 "//ios/shared/chrome/browser/ui/omnibox", 102 "//ios/shared/chrome/browser/ui/omnibox",
103 "//ios/shared/chrome/browser/ui/tools_menu",
103 "//ios/third_party/material_components_ios", 104 "//ios/third_party/material_components_ios",
104 "//ios/third_party/material_roboto_font_loader_ios", 105 "//ios/third_party/material_roboto_font_loader_ios",
105 "//ios/web", 106 "//ios/web",
106 "//net", 107 "//net",
107 "//ui/base", 108 "//ui/base",
108 "//ui/gfx", 109 "//ui/gfx",
109 110
110 # Fake dependencies to break cycles 111 # Fake dependencies to break cycles
111 "//ios/chrome/browser/ui/ntp", 112 "//ios/chrome/browser/ui/ntp",
112 "//ios/chrome/browser/ui/side_swipe", 113 "//ios/chrome/browser/ui/side_swipe",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "//ios/chrome/browser/ui/tools_menu", 198 "//ios/chrome/browser/ui/tools_menu",
198 "//ios/chrome/test/app:test_support", 199 "//ios/chrome/test/app:test_support",
199 "//ios/chrome/test/earl_grey:test_support", 200 "//ios/chrome/test/earl_grey:test_support",
200 "//ios/testing/earl_grey:earl_grey_support", 201 "//ios/testing/earl_grey:earl_grey_support",
201 "//ios/third_party/earl_grey", 202 "//ios/third_party/earl_grey",
202 "//ios/web:test_support", 203 "//ios/web:test_support",
203 "//ui/base", 204 "//ui/base",
204 ] 205 ]
205 libs = [ "XCTest.framework" ] 206 libs = [ "XCTest.framework" ]
206 } 207 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698