summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/location_bar/test/BUILD.gn
blob: 9993a1f6b472777bd76dd6f4c4471afd06a3e7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("test") {
  configs += [ "//build/config/compiler:enable_arc" ]
  testonly = true
  sources = [
    "fake_location_bar_consumer.h",
    "fake_location_bar_consumer.mm",
  ]
  deps = [ "//ios/chrome/browser/ui/location_bar" ]
}