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

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

Issue 2688163002: [ObjC ARC] Converts ios/chrome/browser/crash_report: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/crash_report/breakpad_helper_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("crash_report") { 5 source_set("crash_report") {
6 sources = [ 6 sources = [
7 "breakpad_helper.h", 7 "breakpad_helper.h",
8 "breakpad_helper.mm", 8 "breakpad_helper.mm",
9 "crash_keys.cc", 9 "crash_keys.cc",
10 "crash_keys.h", 10 "crash_keys.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//ios/chrome/browser/browser_state", 49 "//ios/chrome/browser/browser_state",
50 "//ios/chrome/browser/sessions", 50 "//ios/chrome/browser/sessions",
51 "//ios/chrome/browser/tabs", 51 "//ios/chrome/browser/tabs",
52 "//ios/web", 52 "//ios/web",
53 "//net", 53 "//net",
54 "//ui/base", 54 "//ui/base",
55 ] 55 ]
56 } 56 }
57 57
58 source_set("unit_tests") { 58 source_set("unit_tests") {
59 configs += [ "//build/config/compiler:enable_arc" ]
59 testonly = true 60 testonly = true
60 sources = [ 61 sources = [
61 "breakpad_helper_unittest.mm", 62 "breakpad_helper_unittest.mm",
62 "crash_restore_helper_unittest.mm", 63 "crash_restore_helper_unittest.mm",
63 ] 64 ]
64 deps = [ 65 deps = [
65 ":crash_report", 66 ":crash_report",
66 ":crash_report_internal", 67 ":crash_report_internal",
67 "//base", 68 "//base",
68 "//breakpad:client", 69 "//breakpad:client",
69 "//ios/chrome/browser/browser_state", 70 "//ios/chrome/browser/browser_state",
70 "//ios/chrome/browser/browser_state:test_support", 71 "//ios/chrome/browser/browser_state:test_support",
71 "//ios/chrome/browser/sessions", 72 "//ios/chrome/browser/sessions",
72 "//ios/chrome/test/base", 73 "//ios/chrome/test/base",
73 "//ios/chrome/test/ocmock", 74 "//ios/chrome/test/ocmock",
74 "//ios/web:test_support", 75 "//ios/web:test_support",
75 "//testing/gmock", 76 "//testing/gmock",
76 "//testing/gtest", 77 "//testing/gtest",
77 "//third_party/ocmock", 78 "//third_party/ocmock",
78 ] 79 ]
79 } 80 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/crash_report/breakpad_helper_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698