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

Side by Side Diff: ios/chrome/browser/ui/main/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
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("main") {
6 sources = [
7 "browser_view_information.h",
8 "browser_view_wrangler.h",
9 "browser_view_wrangler.mm",
10 "main_coordinator.h",
11 "main_coordinator.mm",
12 "main_view_controller.h",
13 "main_view_controller.mm",
14 ]
15 deps = [
16 "//base",
17 "//ios/chrome/browser",
18 "//ios/chrome/browser/browser_state",
19 "//ios/chrome/browser/browsing_data",
20 "//ios/chrome/browser/browsing_data:browsing_data_internal",
21 "//ios/chrome/browser/crash_report:crash_report_internal",
22 "//ios/chrome/browser/device_sharing",
23 "//ios/chrome/browser/physical_web",
24 "//ios/chrome/browser/sessions:sessions_internal",
25 "//ios/chrome/browser/tabs",
26 "//ios/chrome/browser/tabs:tabs_internal",
27 "//ios/public/provider/chrome/browser",
28 ]
29 public_deps = [
30 "//ios/chrome/browser/ui:ui_internal",
31 ]
32 libs = [ "UIKit.framework" ]
33 }
34
35 source_set("unit_tests") {
36 testonly = true
37 sources = [
38 "browser_view_wrangler_unittest.mm",
39 "main_coordinator_unittest.mm",
40 "main_view_controller_unittest.mm",
41 ]
42 deps = [
43 ":main",
44 "//base",
45 "//components/bookmarks/test",
46 "//ios/chrome/browser/bookmarks",
47 "//ios/chrome/browser/browser_state:test_support",
48 "//ios/chrome/browser/tabs",
49 "//ios/chrome/browser/ui:ui_internal",
50 "//ios/web:test_support",
51 "//testing/gtest",
52 ]
53 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/infobars/BUILD.gn ('k') | ios/chrome/browser/ui/material_components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698