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

Side by Side Diff: ios/chrome/browser/ui/stack_view/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/border_frame_bottom.png", 7 "resources/border_frame_bottom.png",
8 "resources/border_frame_bottom@2x.png", 8 "resources/border_frame_bottom@2x.png",
9 "resources/border_frame_bottom@3x.png", 9 "resources/border_frame_bottom@3x.png",
10 "resources/border_frame_incognito_bottom.png", 10 "resources/border_frame_incognito_bottom.png",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//ios/chrome/browser/ui", 85 "//ios/chrome/browser/ui",
86 "//ios/chrome/browser/ui/commands", 86 "//ios/chrome/browser/ui/commands",
87 "//ios/chrome/browser/ui/keyboard", 87 "//ios/chrome/browser/ui/keyboard",
88 "//ios/chrome/browser/ui/ntp", 88 "//ios/chrome/browser/ui/ntp",
89 "//ios/chrome/browser/ui/ntp:ntp_internal", 89 "//ios/chrome/browser/ui/ntp:ntp_internal",
90 "//ios/chrome/browser/ui/tab_switcher", 90 "//ios/chrome/browser/ui/tab_switcher",
91 "//ios/chrome/browser/ui/tabs", 91 "//ios/chrome/browser/ui/tabs",
92 "//ios/chrome/browser/ui/toolbar", 92 "//ios/chrome/browser/ui/toolbar",
93 "//ios/chrome/browser/ui/tools_menu", 93 "//ios/chrome/browser/ui/tools_menu",
94 "//ios/chrome/common", 94 "//ios/chrome/common",
95 "//ios/shared/chrome/browser/ui/tools_menu",
95 "//ios/third_party/material_components_ios", 96 "//ios/third_party/material_components_ios",
96 "//ios/web", 97 "//ios/web",
97 "//net", 98 "//net",
98 "//ui/base", 99 "//ui/base",
99 "//ui/gfx", 100 "//ui/gfx",
100 ] 101 ]
101 libs = [ 102 libs = [
102 "CoreGraphics.framework", 103 "CoreGraphics.framework",
103 "QuartzCore.framework", 104 "QuartzCore.framework",
104 "UIKit.framework", 105 "UIKit.framework",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "//ios/chrome/browser/snapshots", 163 "//ios/chrome/browser/snapshots",
163 "//ios/chrome/browser/tabs", 164 "//ios/chrome/browser/tabs",
164 "//ios/chrome/browser/test:perf_test_support", 165 "//ios/chrome/browser/test:perf_test_support",
165 "//ios/chrome/browser/ui", 166 "//ios/chrome/browser/ui",
166 "//ios/chrome/browser/ui:ui_internal", 167 "//ios/chrome/browser/ui:ui_internal",
167 "//ios/web", 168 "//ios/web",
168 "//net", 169 "//net",
169 ] 170 ]
170 libs = [ "UIKit.framework" ] 171 libs = [ "UIKit.framework" ]
171 } 172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698