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

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

Issue 2814963002: [ios clean] Use ToolsMenuConfiguration for Menu context. (Closed)
Patch Set: Update Unittest 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 source_set("tools") { 5 source_set("tools") {
6 sources = [ 6 sources = [
7 "tools_coordinator.h", 7 "tools_coordinator.h",
8 "tools_coordinator.mm", 8 "tools_coordinator.mm",
9 "tools_mediator.h", 9 "tools_mediator.h",
10 "tools_mediator.mm", 10 "tools_mediator.mm",
11 ] 11 ]
12 12
13 configs += [ "//build/config/compiler:enable_arc" ] 13 configs += [ "//build/config/compiler:enable_arc" ]
14 14
15 deps = [ 15 deps = [
16 ":tools_ui", 16 ":tools_ui",
17 "//base", 17 "//base",
18 "//ios/clean/chrome/browser/ui/actions", 18 "//ios/clean/chrome/browser/ui/actions",
19 "//ios/clean/chrome/browser/ui/animators", 19 "//ios/clean/chrome/browser/ui/animators",
20 "//ios/clean/chrome/browser/ui/presenters", 20 "//ios/clean/chrome/browser/ui/presenters",
21 "//ios/shared/chrome/browser/ui/browser_list", 21 "//ios/shared/chrome/browser/ui/browser_list",
22 "//ios/shared/chrome/browser/ui/coordinators", 22 "//ios/shared/chrome/browser/ui/coordinators",
23 "//ios/shared/chrome/browser/ui/tools_menu",
23 ] 24 ]
24 } 25 }
25 26
26 source_set("tools_ui") { 27 source_set("tools_ui") {
27 sources = [ 28 sources = [
28 "menu_overflow_controls_stackview.h", 29 "menu_overflow_controls_stackview.h",
29 "menu_overflow_controls_stackview.mm", 30 "menu_overflow_controls_stackview.mm",
30 "menu_view_controller.h", 31 "menu_view_controller.h",
31 "menu_view_controller.mm", 32 "menu_view_controller.mm",
32 "tools_actions.h", 33 "tools_actions.h",
(...skipping 22 matching lines...) Expand all
55 "tools_mediator_unittest.mm", 56 "tools_mediator_unittest.mm",
56 ] 57 ]
57 58
58 configs += [ "//build/config/compiler:enable_arc" ] 59 configs += [ "//build/config/compiler:enable_arc" ]
59 60
60 deps = [ 61 deps = [
61 ":tools", 62 ":tools",
62 ":tools_ui", 63 ":tools_ui",
63 "//base/test:test_support", 64 "//base/test:test_support",
64 "//ios/chrome/test/base", 65 "//ios/chrome/test/base",
66 "//ios/shared/chrome/browser/ui/tools_menu",
65 "//testing/gtest", 67 "//testing/gtest",
66 "//third_party/ocmock", 68 "//third_party/ocmock",
67 ] 69 ]
68 } 70 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/ui/toolbar/toolbar_coordinator.mm ('k') | ios/clean/chrome/browser/ui/tools/menu_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698