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

Unified Diff: ios/chrome/browser/providers/BUILD.gn

Issue 2521493003: [ios] Adds BrandedImageProvider and its associated image resources. (Closed)
Patch Set: Add header image. 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/providers/BUILD.gn
diff --git a/ios/chrome/browser/providers/BUILD.gn b/ios/chrome/browser/providers/BUILD.gn
index 7964ef119087ec103676785bc8c32eb9809b63cf..f3c58cf4c442aa142cddeb9dced6484126a7881f 100644
--- a/ios/chrome/browser/providers/BUILD.gn
+++ b/ios/chrome/browser/providers/BUILD.gn
@@ -12,11 +12,15 @@ source_set("providers") {
"chromium_logo_controller.mm",
"chromium_voice_search_provider.h",
"chromium_voice_search_provider.mm",
+ "images/chromium_branded_image_provider.h",
sdefresne 2016/11/22 13:29:30 Can you move this to //ios/chrome/browser/provider
rohitrao (ping after 24h) 2016/11/22 13:56:08 Done.
+ "images/chromium_branded_image_provider.mm",
]
deps = [
"//base",
+ "//ios/chrome/app/theme",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:provider_flags",
+ "//ui/base",
]
configs += [ "//build/config/compiler:enable_arc" ]
}

Powered by Google App Engine
This is Rietveld 408576698