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

Side by Side Diff: ios/chrome/browser/infobars/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/history/BUILD.gn ('k') | ios/chrome/browser/interstitials/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("infobars") {
6 sources = [
7 "confirm_infobar_controller+protected.h",
8 "confirm_infobar_controller.h",
9 "confirm_infobar_controller.mm",
10 "infobar.h",
11 "infobar.mm",
12 "infobar_container_ios.h",
13 "infobar_container_ios.mm",
14 "infobar_container_view.h",
15 "infobar_container_view.mm",
16 "infobar_controller.h",
17 "infobar_controller.mm",
18 "infobar_manager_impl.h",
19 "infobar_manager_impl.mm",
20 "infobar_utils.h",
21 "infobar_utils.mm",
22 ]
23 deps = [
24 "//base",
25 "//components/infobars/core",
26 "//components/translate/core/browser",
27 "//ios/public/provider/chrome/browser",
28 "//ios/web",
29 "//ui/base",
30 "//ui/gfx",
31 ]
32 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/history/BUILD.gn ('k') | ios/chrome/browser/interstitials/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698