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

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

Issue 2453003002: [ios] Adds a VoiceSearchController interface to the provider layer. (Closed)
Patch Set: Fix compile. Created 4 years, 1 month 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "//components/user_prefs", 671 "//components/user_prefs",
672 "//components/variations", 672 "//components/variations",
673 "//components/variations/service", 673 "//components/variations/service",
674 "//components/version_info", 674 "//components/version_info",
675 "//components/version_ui", 675 "//components/version_ui",
676 "//components/web_resource", 676 "//components/web_resource",
677 "//components/webdata_services", 677 "//components/webdata_services",
678 "//google_apis", 678 "//google_apis",
679 "//ios/chrome/browser/signin", 679 "//ios/chrome/browser/signin",
680 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", 680 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory",
681 "//ios/chrome/browser/voice:prefs",
681 "//ios/chrome/common", 682 "//ios/chrome/common",
682 "//ios/chrome/common/app_group", 683 "//ios/chrome/common/app_group",
683 "//ios/chrome/common/physical_web", 684 "//ios/chrome/common/physical_web",
684 "//ios/net", 685 "//ios/net",
685 "//ios/public/provider/chrome/browser", 686 "//ios/public/provider/chrome/browser",
686 "//ios/public/provider/web", 687 "//ios/public/provider/web",
687 "//ios/web", 688 "//ios/web",
688 "//ios/web:user_agent", 689 "//ios/web:user_agent",
689 "//ios/web/public/app", 690 "//ios/web/public/app",
690 "//net", 691 "//net",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "//ios/public/provider/chrome/browser", 834 "//ios/public/provider/chrome/browser",
834 "//ios/public/provider/chrome/browser:test_support", 835 "//ios/public/provider/chrome/browser:test_support",
835 "//ios/web", 836 "//ios/web",
836 "//net:test_support", 837 "//net:test_support",
837 "//testing/gmock", 838 "//testing/gmock",
838 "//testing/gtest", 839 "//testing/gtest",
839 "//ui/base", 840 "//ui/base",
840 "//url", 841 "//url",
841 ] 842 ]
842 } 843 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.h » ('j') | ios/chrome/browser/voice/voice_search_prefs_registration.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698