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

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

Issue 2521493003: [ios] Adds BrandedImageProvider and its associated image resources. (Closed)
Patch Set: Review 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
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/public/provider/chrome/browser", 19 "//ios/public/provider/chrome/browser",
19 "//ios/public/provider/chrome/browser:provider_flags", 20 "//ios/public/provider/chrome/browser:provider_flags",
20 ] 21 ]
21 configs += [ "//build/config/compiler:enable_arc" ] 22 configs += [ "//build/config/compiler:enable_arc" ]
22 } 23 }
OLDNEW
« no previous file with comments | « ios/chrome/app/theme/ios_theme_resources.grd ('k') | ios/chrome/browser/providers/chromium_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698