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

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

Issue 2923563005: [ObjC ARC] Converts ios/web/public/test/http_server:http_server to ARC. (Closed)
Patch Set: cleanup 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/http_server/data_response_provider.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("http_server") { 5 source_set("http_server") {
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/third_party/gcdwebserver", 12 "//ios/third_party/gcdwebserver",
12 "//net", 13 "//net",
13 "//net:test_support", 14 "//net:test_support",
14 "//url", 15 "//url",
15 ] 16 ]
(...skipping 14 matching lines...) Expand all
30 "http_server.h", 31 "http_server.h",
31 "http_server.mm", 32 "http_server.mm",
32 "http_server_util.h", 33 "http_server_util.h",
33 "http_server_util.mm", 34 "http_server_util.mm",
34 "response_provider.h", 35 "response_provider.h",
35 "response_provider.mm", 36 "response_provider.mm",
36 "string_response_provider.h", 37 "string_response_provider.h",
37 "string_response_provider.mm", 38 "string_response_provider.mm",
38 ] 39 ]
39 } 40 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/http_server/data_response_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698