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

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: Fix GN. 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 11 matching lines...) Expand all
22 "//ios/shared/chrome/browser/ui/coordinators", 22 "//ios/shared/chrome/browser/ui/coordinators",
23 ] 23 ]
24 } 24 }
25 25
26 source_set("tools_ui") { 26 source_set("tools_ui") {
27 sources = [ 27 sources = [
28 "menu_overflow_controls_stackview.h", 28 "menu_overflow_controls_stackview.h",
29 "menu_overflow_controls_stackview.mm", 29 "menu_overflow_controls_stackview.mm",
30 "menu_view_controller.h", 30 "menu_view_controller.h",
31 "menu_view_controller.mm", 31 "menu_view_controller.mm",
32 "tools_actions.h",
32 "tools_consumer.h", 33 "tools_consumer.h",
33 "tools_menu_item.h", 34 "tools_menu_item.h",
34 "tools_menu_item.mm", 35 "tools_menu_item.mm",
35 ] 36 ]
36 37
37 configs += [ "//build/config/compiler:enable_arc" ] 38 configs += [ "//build/config/compiler:enable_arc" ]
38 39
39 deps = [ 40 deps = [
40 "//base", 41 "//base",
41 "//base:i18n", 42 "//base:i18n",
42 "//ios/chrome/browser/ui", 43 "//ios/chrome/browser/ui",
43 "//ios/clean/chrome/browser/ui/commands", 44 "//ios/clean/chrome/browser/ui/commands",
44 "//ios/clean/chrome/browser/ui/toolbar:toolbar_components_ui", 45 "//ios/clean/chrome/browser/ui/toolbar:toolbar_components_ui",
45 "//ios/third_party/material_components_ios", 46 "//ios/third_party/material_components_ios",
46 ] 47 ]
47 } 48 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator.mm ('k') | ios/clean/chrome/browser/ui/tools/menu_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698