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

Side by Side Diff: ios/public/provider/chrome/browser/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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "browser_constants.cc", 7 "browser_constants.cc",
8 "browser_constants.h", 8 "browser_constants.h",
9 "chrome_browser_provider.h", 9 "chrome_browser_provider.h",
10 "chrome_browser_provider.mm", 10 "chrome_browser_provider.mm",
(...skipping 11 matching lines...) Expand all
22 "signin/signin_resources_provider.h", 22 "signin/signin_resources_provider.h",
23 "signin/signin_resources_provider.mm", 23 "signin/signin_resources_provider.mm",
24 "ui/app_rating_prompt.h", 24 "ui/app_rating_prompt.h",
25 "ui/default_ios_web_view_factory.h", 25 "ui/default_ios_web_view_factory.h",
26 "ui/default_ios_web_view_factory.mm", 26 "ui/default_ios_web_view_factory.mm",
27 "ui/infobar_view_delegate.h", 27 "ui/infobar_view_delegate.h",
28 "ui/infobar_view_protocol.h", 28 "ui/infobar_view_protocol.h",
29 "ui/text_field_styling.h", 29 "ui/text_field_styling.h",
30 "updatable_resource_provider.h", 30 "updatable_resource_provider.h",
31 "updatable_resource_provider.mm", 31 "updatable_resource_provider.mm",
32 "voice/voice_search_language.h",
33 "voice/voice_search_language.mm",
32 ] 34 ]
33 35
34 deps = [ 36 deps = [
35 "//base", 37 "//base",
36 "//components/autofill/core/browser", 38 "//components/autofill/core/browser",
37 "//components/favicon_base", 39 "//components/favicon_base",
38 "//components/metrics", 40 "//components/metrics",
39 "//components/sync_sessions", 41 "//components/sync_sessions",
40 "//ios/public/provider/web", 42 "//ios/public/provider/web",
41 "//ios/web", 43 "//ios/web",
(...skipping 19 matching lines...) Expand all
61 ] 63 ]
62 64
63 deps = [ 65 deps = [
64 ":browser", 66 ":browser",
65 "//base", 67 "//base",
66 "//components/signin/ios/browser:test_support", 68 "//components/signin/ios/browser:test_support",
67 "//testing/gmock", 69 "//testing/gmock",
68 "//testing/gtest", 70 "//testing/gtest",
69 ] 71 ]
70 } 72 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698