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

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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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/qr_scanner/BUILD.gn ('k') | ios/chrome/browser/ui/reading_list/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("reader_mode") {
6 sources = [
7 "reader_mode_checker.h",
8 "reader_mode_checker.mm",
9 "reader_mode_controller.h",
10 "reader_mode_controller.mm",
11 "reader_mode_infobar_delegate.h",
12 "reader_mode_infobar_delegate.mm",
13 "reader_mode_view.h",
14 "reader_mode_view.mm",
15 ]
16 deps = [
17 "//base",
18 "//components/dom_distiller/core",
19 "//components/infobars/core",
20 "//components/resources",
21 "//ios/chrome/browser/browser_state",
22 "//ios/chrome/browser/dom_distiller",
23 "//ios/chrome/browser/infobars",
24 "//ios/chrome/browser/ui/material_components",
25 "//ios/third_party/material_components_ios",
26 "//ios/web",
27 "//ui/base",
28 "//url",
29 ]
30 libs = [ "UIKit.framework" ]
31 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/qr_scanner/BUILD.gn ('k') | ios/chrome/browser/ui/reading_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698