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

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

Issue 2706293008: [ios] Creates ToolsMenuModel Class (Closed)
Patch Set: Format Created 3 years, 10 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tools_menu/tools_menu_model.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("tools_menu") { 5 source_set("tools_menu") {
6 sources = [ 6 sources = [
7 "reading_list_menu_view_item.h", 7 "reading_list_menu_view_item.h",
8 "reading_list_menu_view_item.mm", 8 "reading_list_menu_view_item.mm",
9 "tools_menu_context.h", 9 "tools_menu_context.h",
10 "tools_menu_context.mm", 10 "tools_menu_context.mm",
11 "tools_menu_model.h",
12 "tools_menu_model.mm",
11 "tools_menu_view_controller.h", 13 "tools_menu_view_controller.h",
12 "tools_menu_view_controller.mm", 14 "tools_menu_view_controller.mm",
13 "tools_menu_view_item.h", 15 "tools_menu_view_item.h",
14 "tools_menu_view_item.mm", 16 "tools_menu_view_item.mm",
15 "tools_menu_view_tools_cell.h", 17 "tools_menu_view_tools_cell.h",
16 "tools_menu_view_tools_cell.mm", 18 "tools_menu_view_tools_cell.mm",
17 "tools_popup_controller.h", 19 "tools_popup_controller.h",
18 "tools_popup_controller.mm", 20 "tools_popup_controller.mm",
19 ] 21 ]
20 deps = [ 22 deps = [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//ios/chrome/browser/ui", 72 "//ios/chrome/browser/ui",
71 "//ios/chrome/browser/ui:ui_internal", 73 "//ios/chrome/browser/ui:ui_internal",
72 "//ios/chrome/browser/ui/toolbar", 74 "//ios/chrome/browser/ui/toolbar",
73 "//ios/chrome/test/earl_grey:test_support", 75 "//ios/chrome/test/earl_grey:test_support",
74 "//ios/third_party/earl_grey", 76 "//ios/third_party/earl_grey",
75 "//ios/web:test_support", 77 "//ios/web:test_support",
76 "//ui/base", 78 "//ui/base",
77 ] 79 ]
78 libs = [ "XCTest.framework" ] 80 libs = [ "XCTest.framework" ]
79 } 81 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tools_menu/tools_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698