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

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

Issue 2916253003: [ObjC ARC] Converts ios/chrome/browser/crash_report:crash_report_internal to ARC. (Closed)
Patch Set: Created 3 years, 6 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/crash_report_helper.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 13 matching lines...) Expand all
24 "//base", 24 "//base",
25 "//breakpad:client", 25 "//breakpad:client",
26 "//components/crash/core/common", 26 "//components/crash/core/common",
27 "//components/upload_list", 27 "//components/upload_list",
28 "//ios/chrome/browser", 28 "//ios/chrome/browser",
29 "//ios/web", 29 "//ios/web",
30 ] 30 ]
31 } 31 }
32 32
33 source_set("crash_report_internal") { 33 source_set("crash_report_internal") {
34 configs += [ "//build/config/compiler:enable_arc" ]
34 sources = [ 35 sources = [
35 "crash_report_helper.h", 36 "crash_report_helper.h",
36 "crash_report_helper.mm", 37 "crash_report_helper.mm",
37 "crash_restore_helper.h", 38 "crash_restore_helper.h",
38 "crash_restore_helper.mm", 39 "crash_restore_helper.mm",
39 ] 40 ]
40 deps = [ 41 deps = [
41 ":crash_report", 42 ":crash_report",
42 "//base", 43 "//base",
43 "//components/infobars/core", 44 "//components/infobars/core",
(...skipping 28 matching lines...) Expand all
72 "//ios/chrome/browser/browser_state:test_support", 73 "//ios/chrome/browser/browser_state:test_support",
73 "//ios/chrome/browser/sessions:serialisation", 74 "//ios/chrome/browser/sessions:serialisation",
74 "//ios/chrome/test/base", 75 "//ios/chrome/test/base",
75 "//ios/chrome/test/ocmock", 76 "//ios/chrome/test/ocmock",
76 "//ios/web/public/test", 77 "//ios/web/public/test",
77 "//testing/gmock", 78 "//testing/gmock",
78 "//testing/gtest", 79 "//testing/gtest",
79 "//third_party/ocmock", 80 "//third_party/ocmock",
80 ] 81 ]
81 } 82 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/crash_report/crash_report_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698