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

Side by Side Diff: ios/chrome/browser/browsing_data/BUILD.gn

Issue 2889083002: [ObjC ARC] Converts ios/chrome/browser/browsing_data:unit_tests to ARC. (Closed)
Patch Set: Created 3 years, 7 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/browsing_data/browsing_data_removal_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("browsing_data") { 5 source_set("browsing_data") {
6 sources = [ 6 sources = [
7 "browsing_data_change_listening.h", 7 "browsing_data_change_listening.h",
8 "browsing_data_counter_wrapper.cc", 8 "browsing_data_counter_wrapper.cc",
9 "browsing_data_counter_wrapper.h", 9 "browsing_data_counter_wrapper.h",
10 "browsing_data_remover_helper.cc", 10 "browsing_data_remover_helper.cc",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ] 45 ]
46 public_deps = [ 46 public_deps = [
47 "//components/search_engines", 47 "//components/search_engines",
48 ] 48 ]
49 allow_circular_includes_from = [ "//ios/chrome/browser/signin" ] 49 allow_circular_includes_from = [ "//ios/chrome/browser/signin" ]
50 50
51 configs += [ "//build/config/compiler:enable_arc" ] 51 configs += [ "//build/config/compiler:enable_arc" ]
52 } 52 }
53 53
54 source_set("unit_tests") { 54 source_set("unit_tests") {
55 configs += [ "//build/config/compiler:enable_arc" ]
55 testonly = true 56 testonly = true
56 sources = [ 57 sources = [
57 "browsing_data_removal_controller_unittest.mm", 58 "browsing_data_removal_controller_unittest.mm",
58 "cache_counter_unittest.cc", 59 "cache_counter_unittest.cc",
59 ] 60 ]
60 deps = [ 61 deps = [
61 ":browsing_data", 62 ":browsing_data",
62 ":browsing_data_internal", 63 ":browsing_data_internal",
63 "//base", 64 "//base",
64 "//base/test:test_support", 65 "//base/test:test_support",
(...skipping 27 matching lines...) Expand all
92 "//ios/chrome/browser/signin", 93 "//ios/chrome/browser/signin",
93 "//ios/chrome/browser/snapshots", 94 "//ios/chrome/browser/snapshots",
94 "//ios/chrome/browser/ui:ui_internal", 95 "//ios/chrome/browser/ui:ui_internal",
95 "//ios/public/provider/chrome/browser", 96 "//ios/public/provider/chrome/browser",
96 "//ios/public/provider/chrome/browser/native_app_launcher", 97 "//ios/public/provider/chrome/browser/native_app_launcher",
97 "//ios/web", 98 "//ios/web",
98 "//net", 99 "//net",
99 ] 100 ]
100 libs = [ "WebKit.framework" ] 101 libs = [ "WebKit.framework" ]
101 } 102 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/browsing_data_removal_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698