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

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

Issue 2942923002: Implementing sign-in promo histograms for bookmark (Closed)
Patch Set: Renaming histograms Created 3 years, 5 months 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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 6
7 bundle_data("resources") { 7 bundle_data("resources") {
8 sources = [ 8 sources = [
9 "resources/signin_confirmation_more.png", 9 "resources/signin_confirmation_more.png",
10 "resources/signin_confirmation_more@2x.png", 10 "resources/signin_confirmation_more@2x.png",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 configs += [ "//build/config/compiler:enable_arc" ] 104 configs += [ "//build/config/compiler:enable_arc" ]
105 sources = [ 105 sources = [
106 "resized_avatar_cache.h", 106 "resized_avatar_cache.h",
107 "resized_avatar_cache.mm", 107 "resized_avatar_cache.mm",
108 "signin_promo_view_mediator.h", 108 "signin_promo_view_mediator.h",
109 "signin_promo_view_mediator.mm", 109 "signin_promo_view_mediator.mm",
110 ] 110 ]
111 deps = [ 111 deps = [
112 ":authentication_ui", 112 ":authentication_ui",
113 "//base", 113 "//base",
114 "//components/prefs",
114 "//ios/chrome/app/strings", 115 "//ios/chrome/app/strings",
116 "//ios/chrome/browser",
117 "//ios/chrome/browser/browser_state",
115 "//ios/chrome/browser/signin", 118 "//ios/chrome/browser/signin",
116 "//ios/chrome/browser/ui", 119 "//ios/chrome/browser/ui",
117 "//ios/chrome/browser/ui/commands", 120 "//ios/chrome/browser/ui/commands",
118 "//ios/public/provider/chrome/browser", 121 "//ios/public/provider/chrome/browser",
119 "//ios/public/provider/chrome/browser/signin", 122 "//ios/public/provider/chrome/browser/signin",
120 "//ios/third_party/material_components_ios", 123 "//ios/third_party/material_components_ios",
121 "//ui/base", 124 "//ui/base",
122 ] 125 ]
123 libs = [ "UIKit.framework" ] 126 libs = [ "UIKit.framework" ]
124 } 127 }
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "//ios/chrome/browser/ui/tools_menu", 212 "//ios/chrome/browser/ui/tools_menu",
210 "//ios/chrome/test/app:test_support", 213 "//ios/chrome/test/app:test_support",
211 "//ios/chrome/test/earl_grey:test_support", 214 "//ios/chrome/test/earl_grey:test_support",
212 "//ios/public/provider/chrome/browser/signin:test_support", 215 "//ios/public/provider/chrome/browser/signin:test_support",
213 "//ios/testing:ios_test_support", 216 "//ios/testing:ios_test_support",
214 "//ios/testing/earl_grey:earl_grey_support", 217 "//ios/testing/earl_grey:earl_grey_support",
215 "//ios/third_party/earl_grey", 218 "//ios/third_party/earl_grey",
216 ] 219 ]
217 libs = [ "XCTest.framework" ] 220 libs = [ "XCTest.framework" ]
218 } 221 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | ios/chrome/browser/ui/authentication/signin_promo_view_mediator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698