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

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

Issue 2677253002: [ObjC ARC] Converts ios/chrome/browser/ui/print:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 10 months 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 | « no previous file | ios/chrome/browser/ui/print/print_controller_egtest.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("print") { 5 source_set("print") {
6 sources = [ 6 sources = [
7 "print_controller.h", 7 "print_controller.h",
8 "print_controller.mm", 8 "print_controller.mm",
9 ] 9 ]
10 deps = [ 10 deps = [
11 "//base", 11 "//base",
12 "//components/strings", 12 "//components/strings",
13 "//ios/chrome/app/strings", 13 "//ios/chrome/app/strings",
14 "//ios/chrome/browser/ui/alert_coordinator", 14 "//ios/chrome/browser/ui/alert_coordinator",
15 "//ios/chrome/browser/ui/alert_coordinator:alert_coordinator_internal", 15 "//ios/chrome/browser/ui/alert_coordinator:alert_coordinator_internal",
16 "//ios/web", 16 "//ios/web",
17 "//net", 17 "//net",
18 "//ui/base", 18 "//ui/base",
19 ] 19 ]
20 libs = [ "UIKit.framework" ] 20 libs = [ "UIKit.framework" ]
21 } 21 }
22 22
23 source_set("eg_tests") { 23 source_set("eg_tests") {
24 configs += [ "//build/config/compiler:enable_arc" ]
24 testonly = true 25 testonly = true
25 sources = [ 26 sources = [
26 "print_controller_egtest.mm", 27 "print_controller_egtest.mm",
27 ] 28 ]
28 deps = [ 29 deps = [
29 "//ios/chrome/app/strings", 30 "//ios/chrome/app/strings",
30 "//ios/chrome/browser/ui", 31 "//ios/chrome/browser/ui",
31 "//ios/chrome/test/app:test_support", 32 "//ios/chrome/test/app:test_support",
32 "//ios/chrome/test/earl_grey:test_support", 33 "//ios/chrome/test/earl_grey:test_support",
33 "//ios/third_party/earl_grey", 34 "//ios/third_party/earl_grey",
34 "//ios/web:test_support", 35 "//ios/web:test_support",
35 "//ui/base", 36 "//ui/base",
36 "//url", 37 "//url",
37 ] 38 ]
38 libs = [ 39 libs = [
39 "UIKit.framework", 40 "UIKit.framework",
40 "XCTest.framework", 41 "XCTest.framework",
41 ] 42 ]
42 } 43 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/print/print_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698