OLD | NEW |
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("history") { | 5 source_set("history") { |
6 sources = [ | 6 sources = [ |
7 "clear_browsing_bar.h", | 7 "clear_browsing_bar.h", |
8 "clear_browsing_bar.mm", | 8 "clear_browsing_bar.mm", |
9 "favicon_view.h", | 9 "favicon_view.h", |
10 "favicon_view.mm", | 10 "favicon_view.mm", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "//ios/chrome/browser/history", | 59 "//ios/chrome/browser/history", |
60 "//ios/chrome/browser/signin", | 60 "//ios/chrome/browser/signin", |
61 "//ios/chrome/browser/sync", | 61 "//ios/chrome/browser/sync", |
62 "//ios/chrome/browser/ui", | 62 "//ios/chrome/browser/ui", |
63 "//ios/chrome/browser/ui/collection_view", | 63 "//ios/chrome/browser/ui/collection_view", |
64 "//ios/chrome/browser/ui/collection_view/cells", | 64 "//ios/chrome/browser/ui/collection_view/cells", |
65 "//ios/chrome/browser/ui/colors", | 65 "//ios/chrome/browser/ui/colors", |
66 "//ios/chrome/browser/ui/commands", | 66 "//ios/chrome/browser/ui/commands", |
67 "//ios/chrome/browser/ui/context_menu", | 67 "//ios/chrome/browser/ui/context_menu", |
68 "//ios/chrome/browser/ui/icons", | 68 "//ios/chrome/browser/ui/icons", |
| 69 "//ios/chrome/browser/ui/keyboard", |
69 "//ios/chrome/browser/ui/material_components", | 70 "//ios/chrome/browser/ui/material_components", |
70 "//ios/chrome/browser/ui/ntp/recent_tabs/views", | 71 "//ios/chrome/browser/ui/ntp/recent_tabs/views", |
71 "//ios/chrome/browser/ui/popup_menu", | 72 "//ios/chrome/browser/ui/popup_menu", |
72 "//ios/chrome/browser/ui/settings", | 73 "//ios/chrome/browser/ui/settings", |
73 "//ios/chrome/browser/ui/util", | 74 "//ios/chrome/browser/ui/util", |
74 "//ios/chrome/common", | 75 "//ios/chrome/common", |
75 "//ios/third_party/material_components_ios", | 76 "//ios/third_party/material_components_ios", |
76 "//ios/third_party/material_roboto_font_loader_ios", | 77 "//ios/third_party/material_roboto_font_loader_ios", |
77 "//ios/web", | 78 "//ios/web", |
78 "//net", | 79 "//net", |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "//ios/third_party/earl_grey", | 174 "//ios/third_party/earl_grey", |
174 "//ios/web:test_support", | 175 "//ios/web:test_support", |
175 "//net", | 176 "//net", |
176 "//ui/base", | 177 "//ui/base", |
177 ] | 178 ] |
178 libs = [ | 179 libs = [ |
179 "UIKit.framework", | 180 "UIKit.framework", |
180 "XCTest.framework", | 181 "XCTest.framework", |
181 ] | 182 ] |
182 } | 183 } |
OLD | NEW |