summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/providers/voice_search/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/browser/providers/voice_search/BUILD.gn')
-rw-r--r--chromium/ios/chrome/browser/providers/voice_search/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/providers/voice_search/BUILD.gn b/chromium/ios/chrome/browser/providers/voice_search/BUILD.gn
new file mode 100644
index 00000000000..73da81f9393
--- /dev/null
+++ b/chromium/ios/chrome/browser/providers/voice_search/BUILD.gn
@@ -0,0 +1,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",
+ ]
+}