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

Unified Diff: ios/showcase/text_badge_view/BUILD.gn

Issue 2978533002: Revert of [ios showcase] Integrated TextBadgeView with Showcase. (Closed)
Patch Set: 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
deleted file mode 100644
index ab9a4f032cda1c8c3dd028b3874510fecf8df057..0000000000000000000000000000000000000000
--- a/ios/showcase/text_badge_view/BUILD.gn
+++ /dev/null
@@ -1,26 +0,0 @@
-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