summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/providers/voice_search/BUILD.gn
blob: 73da81f9393626f4d9dd8ed0a89e0f523706ee83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2021 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("chromium_voice_search") {
  configs += [ "//build/config/compiler:enable_arc" ]
  sources = [ "chromium_voice_search.mm" ]
  deps = [
    "//ios/chrome/browser/voice:voice_search_language",
    "//ios/public/provider/chrome/browser/voice_search:voice_search_api",
  ]
}