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

Side by Side Diff: ios/web/public/test/BUILD.gn

Issue 2920303003: [ObjC ARC] Converts ios/web/public/test:test to ARC. (Closed)
Patch Set: unsafe_unretained 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/web/public/test/js_test_util.h » ('j') | ios/web/public/test/js_test_util.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("test") { 5 source_set("test") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 testonly = true 7 testonly = true
7 8
8 deps = [ 9 deps = [
9 "//base", 10 "//base",
10 "//base/test:test_support", 11 "//base/test:test_support",
11 "//ios/testing:ios_test_support", 12 "//ios/testing:ios_test_support",
12 "//ios/third_party/gcdwebserver", 13 "//ios/third_party/gcdwebserver",
13 "//ios/web:web", 14 "//ios/web:web",
14 "//ios/web:web_arc", 15 "//ios/web:web_arc",
15 "//ios/web/public/test/fakes", 16 "//ios/web/public/test/fakes",
(...skipping 23 matching lines...) Expand all
39 "web_js_test.h", 40 "web_js_test.h",
40 "web_test.h", 41 "web_test.h",
41 "web_test.mm", 42 "web_test.mm",
42 "web_test_suite.h", 43 "web_test_suite.h",
43 "web_test_with_web_state.h", 44 "web_test_with_web_state.h",
44 "web_test_with_web_state.mm", 45 "web_test_with_web_state.mm",
45 "web_view_interaction_test_util.h", 46 "web_view_interaction_test_util.h",
46 "web_view_interaction_test_util.mm", 47 "web_view_interaction_test_util.mm",
47 ] 48 ]
48 } 49 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/js_test_util.h » ('j') | ios/web/public/test/js_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698