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

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

Issue 2453003002: [ios] Adds a VoiceSearchController interface to the provider layer. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "//components/translate/core/browser", 168 "//components/translate/core/browser",
169 "//components/url_formatter", 169 "//components/url_formatter",
170 "//components/variations", 170 "//components/variations",
171 "//components/variations/service", 171 "//components/variations/service",
172 "//components/version_info", 172 "//components/version_info",
173 "//components/webdata_services", 173 "//components/webdata_services",
174 "//ios/chrome/browser/browser_state", 174 "//ios/chrome/browser/browser_state",
175 "//ios/chrome/browser/sync/glue", 175 "//ios/chrome/browser/sync/glue",
176 "//ios/chrome/common", 176 "//ios/chrome/common",
177 "//ios/net", 177 "//ios/net",
178 "//ios/public/provider/chrome/browser",
178 "//ios/web", 179 "//ios/web",
179 "//ios/web:user_agent", 180 "//ios/web:user_agent",
180 "//net", 181 "//net",
181 "//url", 182 "//url",
182 ] 183 ]
183 allow_circular_includes_from = [ 184 allow_circular_includes_from = [
184 "//ios/chrome/browser/sync/glue", 185 "//ios/chrome/browser/sync/glue",
185 "//ios/chrome/browser/browser_state", 186 "//ios/chrome/browser/browser_state",
186 ] 187 ]
187 libs = [ "UIKit.framework" ] 188 libs = [ "UIKit.framework" ]
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "//components/proxy_config", 325 "//components/proxy_config",
325 "//components/ssl_config", 326 "//components/ssl_config",
326 "//components/variations", 327 "//components/variations",
327 "//ios/web:test_support", 328 "//ios/web:test_support",
328 "//net", 329 "//net",
329 "//net:test_support", 330 "//net:test_support",
330 "//testing/gtest", 331 "//testing/gtest",
331 "//url", 332 "//url",
332 ] 333 ]
333 } 334 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698