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

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

Issue 2737563006: [ios] Adds support for Find in Page to the new architecture. (Closed)
Patch Set: ObjC mediator 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",
(...skipping 12 matching lines...) Expand all
23 "//ios/shared/chrome/browser/ui/coordinators", 23 "//ios/shared/chrome/browser/ui/coordinators",
24 ] 24 ]
25 } 25 }
26 26
27 source_set("tools_ui") { 27 source_set("tools_ui") {
28 sources = [ 28 sources = [
29 "menu_overflow_controls_stackview.h", 29 "menu_overflow_controls_stackview.h",
30 "menu_overflow_controls_stackview.mm", 30 "menu_overflow_controls_stackview.mm",
31 "menu_view_controller.h", 31 "menu_view_controller.h",
32 "menu_view_controller.mm", 32 "menu_view_controller.mm",
33 "tools_actions.h",
33 "tools_consumer.h", 34 "tools_consumer.h",
34 "tools_menu_item.h", 35 "tools_menu_item.h",
35 "tools_menu_item.mm", 36 "tools_menu_item.mm",
36 ] 37 ]
37 38
38 configs += [ "//build/config/compiler:enable_arc" ] 39 configs += [ "//build/config/compiler:enable_arc" ]
39 40
40 deps = [ 41 deps = [
41 "//base", 42 "//base",
42 "//base:i18n", 43 "//base:i18n",
43 "//ios/chrome/browser/ui", 44 "//ios/chrome/browser/ui",
44 "//ios/clean/chrome/browser/ui/commands", 45 "//ios/clean/chrome/browser/ui/commands",
45 "//ios/clean/chrome/browser/ui/toolbar:toolbar_components_ui", 46 "//ios/clean/chrome/browser/ui/toolbar:toolbar_components_ui",
46 "//ios/third_party/material_roboto_font_loader_ios", 47 "//ios/third_party/material_roboto_font_loader_ios",
47 ] 48 ]
48 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698