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

Side by Side Diff: ios/chrome/app/safe_mode/BUILD.gn

Issue 2627623002: [ObjC ARC] Converts ios/chrome/app/safe_mode:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 11 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/app/safe_mode/safe_mode_egtest.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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/fatal_error.png", 7 "resources/fatal_error.png",
8 "resources/fatal_error@2x.png", 8 "resources/fatal_error@2x.png",
9 "resources/fatal_error@3x.png", 9 "resources/fatal_error@3x.png",
10 ] 10 ]
(...skipping 19 matching lines...) Expand all
30 "//ios/chrome/browser/crash_report", 30 "//ios/chrome/browser/crash_report",
31 "//ios/chrome/browser/ui", 31 "//ios/chrome/browser/ui",
32 "//ios/chrome/browser/ui/fancy_ui", 32 "//ios/chrome/browser/ui/fancy_ui",
33 "//ui/gfx", 33 "//ui/gfx",
34 ] 34 ]
35 35
36 libs = [ "UIKit.framework" ] 36 libs = [ "UIKit.framework" ]
37 } 37 }
38 38
39 source_set("eg_tests") { 39 source_set("eg_tests") {
40 configs += [ "//build/config/compiler:enable_arc" ]
40 testonly = true 41 testonly = true
41 sources = [ 42 sources = [
42 "safe_mode_egtest.mm", 43 "safe_mode_egtest.mm",
43 ] 44 ]
44 deps = [ 45 deps = [
45 ":safe_mode", 46 ":safe_mode",
46 "//base", 47 "//base",
47 "//ios/chrome/app:app_internal", 48 "//ios/chrome/app:app_internal",
48 "//ios/chrome/app/strings", 49 "//ios/chrome/app/strings",
49 "//ios/chrome/browser/ui/main", 50 "//ios/chrome/browser/ui/main",
(...skipping 14 matching lines...) Expand all
64 "//base", 65 "//base",
65 "//breakpad:client", 66 "//breakpad:client",
66 "//ios/chrome/browser/crash_report", 67 "//ios/chrome/browser/crash_report",
67 "//ios/chrome/test/base", 68 "//ios/chrome/test/base",
68 "//ios/chrome/test/ocmock", 69 "//ios/chrome/test/ocmock",
69 "//testing/gtest", 70 "//testing/gtest",
70 "//third_party/ocmock", 71 "//third_party/ocmock",
71 ] 72 ]
72 libs = [ "UIKit.framework" ] 73 libs = [ "UIKit.framework" ]
73 } 74 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/safe_mode/safe_mode_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698