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

Side by Side Diff: ios/chrome/browser/voice/BUILD.gn

Issue 2425713002: [ios] Adds configuration helper files for voice search. (Closed)
Patch Set: Review and file moves. Created 4 years, 2 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/chrome/browser/voice/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("voice") {
6 sources = [
7 "speech_input_locale.h",
8 "speech_input_locale_config.h",
9 "speech_input_locale_config.mm",
10 "speech_input_locale_config_impl.h",
11 "speech_input_locale_config_impl.mm",
12 "speech_input_locale_match_config.h",
13 "speech_input_locale_match_config.mm",
14 ]
15
16 public_deps = [
17 "//base",
18 "//ios/chrome/browser",
19 "//ios/public/provider/chrome/browser",
20 ]
21 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/voice/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698