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

Side by Side Diff: ios/chrome/browser/ui/promos/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/print/BUILD.gn ('k') | ios/chrome/browser/ui/qr_scanner/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("promos") {
6 sources = [
7 "promo_view_controller.h",
8 "signin_promo_view_controller.h",
9 "signin_promo_view_controller.mm",
10 ]
11 deps = [
12 "//base",
13 "//components/signin/core/browser",
14 "//components/version_info",
15 "//ios/chrome/app:tests_hook",
16 "//ios/chrome/app/strings",
17 "//ios/chrome/browser/browser_state",
18 "//ios/chrome/browser/signin",
19 "//ios/chrome/browser/ui/authentication",
20 "//ios/chrome/browser/ui/commands",
21 "//ios/public/provider/chrome/browser",
22 "//ios/public/provider/chrome/browser/signin",
23 "//net",
24 ]
25 libs = [ "UIKit.framework" ]
26 }
27
28 source_set("unit_tests") {
29 testonly = true
30 sources = [
31 "signin_promo_view_controller_unittest.mm",
32 ]
33 deps = [
34 ":promos",
35 "//base",
36 "//components/pref_registry",
37 "//components/sync_preferences",
38 "//components/sync_preferences:test_support",
39 "//ios/chrome/browser/browser_state:test_support",
40 "//ios/chrome/browser/prefs:browser_prefs",
41 "//ios/chrome/browser/signin",
42 "//ios/chrome/browser/signin:test_support",
43 "//ios/chrome/test:test_support",
44 "//ios/public/provider/chrome/browser/signin:test_support",
45 "//ios/web:test_support",
46 "//testing/gtest",
47 "//third_party/ocmock",
48 ]
49 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/print/BUILD.gn ('k') | ios/chrome/browser/ui/qr_scanner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698