Commit b589bdfa authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Remove deps target used for compatibility

This target was used for downstream compatibility.
Land this CL after downstream CL lands.

Bug: none
Change-Id: I204c794b592d9746e18d4a2083bb46a44cd7199b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913408Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714919}
parent 91d7b62f
...@@ -2,15 +2,6 @@ ...@@ -2,15 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
source_set("base") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = []
public_deps = [
"//ios/testing:block_swizzler",
]
}
source_set("perf_test_support") { source_set("perf_test_support") {
configs += [ "//build/config/compiler:enable_arc" ] configs += [ "//build/config/compiler:enable_arc" ]
testonly = true testonly = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment