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

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

Issue 2687913002: [ObjC ARC] Converts ios/chrome/browser/ui/main:unit_tests to ARC. (Closed)
Patch Set: format 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/main/browser_view_wrangler_unittest.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("main") { 5 source_set("main") {
6 sources = [ 6 sources = [
7 "browser_view_information.h", 7 "browser_view_information.h",
8 "browser_view_wrangler.h", 8 "browser_view_wrangler.h",
9 "browser_view_wrangler.mm", 9 "browser_view_wrangler.mm",
10 "main_coordinator.h", 10 "main_coordinator.h",
(...skipping 15 matching lines...) Expand all
26 "//ios/chrome/browser/tabs:tabs_internal", 26 "//ios/chrome/browser/tabs:tabs_internal",
27 "//ios/public/provider/chrome/browser", 27 "//ios/public/provider/chrome/browser",
28 ] 28 ]
29 public_deps = [ 29 public_deps = [
30 "//ios/chrome/browser/ui:ui_internal", 30 "//ios/chrome/browser/ui:ui_internal",
31 ] 31 ]
32 libs = [ "UIKit.framework" ] 32 libs = [ "UIKit.framework" ]
33 } 33 }
34 34
35 source_set("unit_tests") { 35 source_set("unit_tests") {
36 configs += [ "//build/config/compiler:enable_arc" ]
36 testonly = true 37 testonly = true
37 sources = [ 38 sources = [
38 "browser_view_wrangler_unittest.mm", 39 "browser_view_wrangler_unittest.mm",
39 "main_coordinator_unittest.mm", 40 "main_coordinator_unittest.mm",
40 "main_view_controller_unittest.mm", 41 "main_view_controller_unittest.mm",
41 ] 42 ]
42 deps = [ 43 deps = [
43 ":main", 44 ":main",
44 "//base", 45 "//base",
45 "//components/bookmarks/test", 46 "//components/bookmarks/test",
46 "//ios/chrome/browser/bookmarks", 47 "//ios/chrome/browser/bookmarks",
47 "//ios/chrome/browser/browser_state:test_support", 48 "//ios/chrome/browser/browser_state:test_support",
48 "//ios/chrome/browser/tabs", 49 "//ios/chrome/browser/tabs",
49 "//ios/chrome/browser/ui:ui_internal", 50 "//ios/chrome/browser/ui:ui_internal",
50 "//ios/web:test_support", 51 "//ios/web:test_support",
51 "//testing/gtest", 52 "//testing/gtest",
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/main/browser_view_wrangler_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698