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

Side by Side Diff: ios/showcase/text_badge_view/BUILD.gn

Issue 2967113003: [ios showcase] Integrated TextBadgeView with Showcase. (Closed)
Patch Set: Added SC prefix, centered text badge 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
(Empty)
1 source_set("text_badge_view") {
2 sources = [
3 "sc_text_badge_view_controller.h",
4 "sc_text_badge_view_controller.mm",
5 ]
6 deps = [
7 "//ios/chrome/browser/ui/reading_list:reading_list_ui",
8 ]
9 libs = [ "UIKit.framework" ]
10 configs += [ "//build/config/compiler:enable_arc" ]
11 }
12
13 source_set("eg_tests") {
14 testonly = true
15 sources = [
16 "sc_text_badge_view_egtest.mm",
17 ]
18 deps = [
19 "//ios/chrome/browser/ui/reading_list:reading_list_ui",
20 "//ios/chrome/test/earl_grey:test_support",
21 "//ios/showcase/test",
22 "//ios/third_party/earl_grey",
23 "//ui/base",
24 ]
25 configs += [ "//build/config/compiler:enable_arc" ]
26 }
OLDNEW
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/text_badge_view/sc_text_badge_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698