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

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

Issue 2529203002: [ios] Adds signin resources and styled text fields to ChromiumBrowserProvider. (Closed)
Patch Set: Use utility method. Created 4 years 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/providers/chromium_browser_provider.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//ios/public/provider/chrome/browser/build_config.gni") 5 import("//ios/public/provider/chrome/browser/build_config.gni")
6 6
7 source_set("providers") { 7 source_set("providers") {
8 sources = [ 8 sources = [
9 "chromium_browser_provider.h", 9 "chromium_browser_provider.h",
10 "chromium_browser_provider.mm", 10 "chromium_browser_provider.mm",
11 "chromium_logo_controller.h", 11 "chromium_logo_controller.h",
12 "chromium_logo_controller.mm", 12 "chromium_logo_controller.mm",
13 "chromium_voice_search_provider.h", 13 "chromium_voice_search_provider.h",
14 "chromium_voice_search_provider.mm", 14 "chromium_voice_search_provider.mm",
15 ] 15 ]
16 deps = [ 16 deps = [
17 "//base", 17 "//base",
18 "//ios/chrome/browser/providers/images", 18 "//ios/chrome/browser/providers/images",
19 "//ios/chrome/browser/providers/signin",
20 "//ios/chrome/browser/providers/ui",
19 "//ios/public/provider/chrome/browser", 21 "//ios/public/provider/chrome/browser",
20 ] 22 ]
21 configs += [ "//build/config/compiler:enable_arc" ] 23 configs += [ "//build/config/compiler:enable_arc" ]
22 } 24 }
23 25
24 source_set("provider_factory") { 26 source_set("provider_factory") {
25 sources = [ 27 sources = [
26 "chromium_browser_provider_factory.mm", 28 "chromium_browser_provider_factory.mm",
27 ] 29 ]
28 deps = [ 30 deps = [
29 ":providers", 31 ":providers",
30 "//base", 32 "//base",
31 "//ios/public/provider/chrome/browser", 33 "//ios/public/provider/chrome/browser",
32 ] 34 ]
33 configs += [ "//build/config/compiler:enable_arc" ] 35 configs += [ "//build/config/compiler:enable_arc" ]
34 } 36 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/providers/chromium_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698