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

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

Issue 2831053003: [ObjC ARC] Converts ios/chrome/browser/ui/settings:test_support to ARC. (Closed)
Patch Set: Created 3 years, 8 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/settings/passphrase_collection_view_controller_test.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/app_icon_placeholder.png", 7 "resources/app_icon_placeholder.png",
8 "resources/app_icon_placeholder@2x.png", 8 "resources/app_icon_placeholder@2x.png",
9 "resources/app_icon_placeholder@3x.png", 9 "resources/app_icon_placeholder@3x.png",
10 "resources/encryption_error.png", 10 "resources/encryption_error.png",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 ] 297 ]
298 libs = [ 298 libs = [
299 "CoreLocation.framework", 299 "CoreLocation.framework",
300 "LocalAuthentication.framework", 300 "LocalAuthentication.framework",
301 "StoreKit.framework", 301 "StoreKit.framework",
302 "UIKit.framework", 302 "UIKit.framework",
303 ] 303 ]
304 } 304 }
305 305
306 source_set("test_support") { 306 source_set("test_support") {
307 configs += [ "//build/config/compiler:enable_arc" ]
307 testonly = true 308 testonly = true
308 sources = [ 309 sources = [
309 "passphrase_collection_view_controller_test.h", 310 "passphrase_collection_view_controller_test.h",
310 "passphrase_collection_view_controller_test.mm", 311 "passphrase_collection_view_controller_test.mm",
311 "personal_data_manager_data_changed_observer.cc", 312 "personal_data_manager_data_changed_observer.cc",
312 "personal_data_manager_data_changed_observer.h", 313 "personal_data_manager_data_changed_observer.h",
313 ] 314 ]
314 deps = [ 315 deps = [
315 ":settings", 316 ":settings",
316 "//base", 317 "//base",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "//ios/web:test_support", 479 "//ios/web:test_support",
479 "//net", 480 "//net",
480 "//ui/base", 481 "//ui/base",
481 "//url", 482 "//url",
482 ] 483 ]
483 libs = [ 484 libs = [
484 "UIKit.framework", 485 "UIKit.framework",
485 "XCTest.framework", 486 "XCTest.framework",
486 ] 487 ]
487 } 488 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/settings/passphrase_collection_view_controller_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698