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

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

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback Created 3 years, 9 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 | « ios/chrome/browser/ui/toolbar/tools_menu_button_observer_bridge.mm ('k') | no next file » | 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_configuration.h", 9 "tools_menu_configuration.h",
10 "tools_menu_configuration.mm", 10 "tools_menu_configuration.mm",
11 "tools_menu_constants.h", 11 "tools_menu_constants.h",
12 "tools_menu_constants.mm", 12 "tools_menu_constants.mm",
13 "tools_menu_model.h", 13 "tools_menu_model.h",
14 "tools_menu_model.mm", 14 "tools_menu_model.mm",
15 "tools_menu_view_controller.h", 15 "tools_menu_view_controller.h",
16 "tools_menu_view_controller.mm", 16 "tools_menu_view_controller.mm",
17 "tools_menu_view_item.h", 17 "tools_menu_view_item.h",
18 "tools_menu_view_item.mm", 18 "tools_menu_view_item.mm",
19 "tools_menu_view_tools_cell.h", 19 "tools_menu_view_tools_cell.h",
20 "tools_menu_view_tools_cell.mm", 20 "tools_menu_view_tools_cell.mm",
21 "tools_popup_controller.h", 21 "tools_popup_controller.h",
22 "tools_popup_controller.mm", 22 "tools_popup_controller.mm",
23 ] 23 ]
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//base:i18n", 26 "//base:i18n",
27 "//components/reading_list/core", 27 "//components/reading_list/core:flags",
28 "//components/strings", 28 "//components/strings",
29 "//ios/chrome/app/strings", 29 "//ios/chrome/app/strings",
30 "//ios/chrome/browser", 30 "//ios/chrome/browser",
31 "//ios/chrome/browser/ui", 31 "//ios/chrome/browser/ui",
32 "//ios/chrome/browser/ui/colors", 32 "//ios/chrome/browser/ui/colors",
33 "//ios/chrome/browser/ui/commands", 33 "//ios/chrome/browser/ui/commands",
34 "//ios/chrome/browser/ui/popup_menu", 34 "//ios/chrome/browser/ui/popup_menu",
35 "//ios/chrome/browser/ui/reading_list", 35 "//ios/chrome/browser/ui/reading_list",
36 "//ios/chrome/browser/ui/toolbar:resource_macros", 36 "//ios/chrome/browser/ui/toolbar:resource_macros",
37 "//ios/chrome/common", 37 "//ios/chrome/common",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "//ios/chrome/browser/ui", 78 "//ios/chrome/browser/ui",
79 "//ios/chrome/browser/ui:ui_internal", 79 "//ios/chrome/browser/ui:ui_internal",
80 "//ios/chrome/browser/ui/toolbar", 80 "//ios/chrome/browser/ui/toolbar",
81 "//ios/chrome/test/earl_grey:test_support", 81 "//ios/chrome/test/earl_grey:test_support",
82 "//ios/third_party/earl_grey", 82 "//ios/third_party/earl_grey",
83 "//ios/web:test_support", 83 "//ios/web:test_support",
84 "//ui/base", 84 "//ui/base",
85 ] 85 ]
86 libs = [ "XCTest.framework" ] 86 libs = [ "XCTest.framework" ]
87 } 87 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/toolbar/tools_menu_button_observer_bridge.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698