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

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

Issue 2711343003: [tab_container] Remove tab_strip container (Closed)
Patch Set: Rebase Created 3 years, 9 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/tab_strip/sc_tab_strip_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/tab_strip/BUILD.gn
diff --git a/ios/showcase/tab_strip/BUILD.gn b/ios/showcase/tab_strip/BUILD.gn
deleted file mode 100644
index 9be2c06d884b9e57002e0ba33d609c84391992ae..0000000000000000000000000000000000000000
--- a/ios/showcase/tab_strip/BUILD.gn
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("tab_strip") {
- sources = [
- "sc_tab_strip_coordinator.h",
- "sc_tab_strip_coordinator.mm",
- ]
- deps = [
- "//ios/clean/chrome/browser/ui/actions",
- "//ios/clean/chrome/browser/ui/tab_strip:tab_strip_ui",
- "//ios/showcase/common",
- ]
- libs = [ "UIKit.framework" ]
- configs += [ "//build/config/compiler:enable_arc" ]
-}
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/tab_strip/sc_tab_strip_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698