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

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

Issue 2922973004: [ObjC ARC] Converts ios/web/public/test/fakes:fakes to ARC. (Closed)
Patch Set: scoped_nsobject in .h 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/fakes/crw_test_js_injection_receiver.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 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("fakes") { 5 source_set("fakes") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 testonly = true 7 testonly = true
7 8
8 deps = [ 9 deps = [
9 "//base", 10 "//base",
10 "//ios/web:web", 11 "//ios/web:web",
11 "//ios/web/test:test_constants", 12 "//ios/web/test:test_constants",
12 "//mojo/common:common_custom_types", 13 "//mojo/common:common_custom_types",
13 "//net:test_support", 14 "//net:test_support",
14 "//testing/gtest", 15 "//testing/gtest",
15 "//ui/base", 16 "//ui/base",
(...skipping 21 matching lines...) Expand all
37 "test_web_state_delegate.h", 38 "test_web_state_delegate.h",
38 "test_web_state_delegate.mm", 39 "test_web_state_delegate.mm",
39 "test_web_state_observer.h", 40 "test_web_state_observer.h",
40 "test_web_state_observer.mm", 41 "test_web_state_observer.mm",
41 "test_web_state_observer_util.h", 42 "test_web_state_observer_util.h",
42 "test_web_state_observer_util.mm", 43 "test_web_state_observer_util.mm",
43 "test_web_view_content_view.h", 44 "test_web_view_content_view.h",
44 "test_web_view_content_view.mm", 45 "test_web_view_content_view.mm",
45 ] 46 ]
46 } 47 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/fakes/crw_test_js_injection_receiver.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698