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

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

Issue 2680363004: [ObjC ARC] Converts ios/chrome/browser/ui/collection_view:unit_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/collection_view/collection_view_controller_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("collection_view") { 5 source_set("collection_view") {
6 sources = [ 6 sources = [
7 "collection_view_controller.h", 7 "collection_view_controller.h",
8 "collection_view_controller.mm", 8 "collection_view_controller.mm",
9 "collection_view_model.h", 9 "collection_view_model.h",
10 "collection_view_model.mm", 10 "collection_view_model.mm",
(...skipping 19 matching lines...) Expand all
30 "//base", 30 "//base",
31 "//ios/chrome/browser/ui/collection_view/cells", 31 "//ios/chrome/browser/ui/collection_view/cells",
32 "//ios/chrome/test:test_support", 32 "//ios/chrome/test:test_support",
33 "//ios/third_party/material_components_ios", 33 "//ios/third_party/material_components_ios",
34 "//testing/gtest", 34 "//testing/gtest",
35 "//ui/base", 35 "//ui/base",
36 ] 36 ]
37 } 37 }
38 38
39 source_set("unit_tests") { 39 source_set("unit_tests") {
40 configs += [ "//build/config/compiler:enable_arc" ]
40 testonly = true 41 testonly = true
41 sources = [ 42 sources = [
42 "collection_view_controller_unittest.mm", 43 "collection_view_controller_unittest.mm",
43 "collection_view_model_unittest.mm", 44 "collection_view_model_unittest.mm",
44 ] 45 ]
45 deps = [ 46 deps = [
46 ":collection_view", 47 ":collection_view",
47 "//base", 48 "//base",
48 "//ios/chrome/browser/ui/collection_view/cells", 49 "//ios/chrome/browser/ui/collection_view/cells",
49 "//ios/chrome/test:test_support", 50 "//ios/chrome/test:test_support",
50 "//ios/chrome/test/base", 51 "//ios/chrome/test/base",
51 "//ios/third_party/material_components_ios", 52 "//ios/third_party/material_components_ios",
52 "//testing/gtest", 53 "//testing/gtest",
53 ] 54 ]
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/collection_view/collection_view_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698