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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/text_badge_view/BUILD.gn
diff --git a/ios/showcase/text_badge_view/BUILD.gn b/ios/showcase/text_badge_view/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ab9a4f032cda1c8c3dd028b3874510fecf8df057
--- /dev/null
+++ b/ios/showcase/text_badge_view/BUILD.gn
@@ -0,0 +1,26 @@
+source_set("text_badge_view") {
+ sources = [
+ "sc_text_badge_view_controller.h",
+ "sc_text_badge_view_controller.mm",
+ ]
+ deps = [
+ "//ios/chrome/browser/ui/reading_list:reading_list_ui",
+ ]
+ libs = [ "UIKit.framework" ]
+ configs += [ "//build/config/compiler:enable_arc" ]
+}
+
+source_set("eg_tests") {
+ testonly = true
+ sources = [
+ "sc_text_badge_view_egtest.mm",
+ ]
+ deps = [
+ "//ios/chrome/browser/ui/reading_list:reading_list_ui",
+ "//ios/chrome/test/earl_grey:test_support",
+ "//ios/showcase/test",
+ "//ios/third_party/earl_grey",
+ "//ui/base",
+ ]
+ configs += [ "//build/config/compiler:enable_arc" ]
+}
« 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