| Index: ios/chrome/browser/ui/suggestions/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/suggestions/BUILD.gn b/ios/chrome/browser/ui/suggestions/BUILD.gn
|
| deleted file mode 100644
|
| index 0a05622ef7403e849107c448cbb2730666f33903..0000000000000000000000000000000000000000
|
| --- a/ios/chrome/browser/ui/suggestions/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,58 +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("suggestions") {
|
| - configs += [ "//build/config/compiler:enable_arc" ]
|
| - sources = [
|
| - "expandable_item.h",
|
| - "suggestions_article_item.h",
|
| - "suggestions_article_item.mm",
|
| - "suggestions_collection_updater.h",
|
| - "suggestions_collection_updater.mm",
|
| - "suggestions_commands.h",
|
| - "suggestions_expandable_item.h",
|
| - "suggestions_expandable_item.mm",
|
| - "suggestions_favicon_internal_cell.h",
|
| - "suggestions_favicon_internal_cell.mm",
|
| - "suggestions_favicon_item.h",
|
| - "suggestions_favicon_item.mm",
|
| - "suggestions_item.h",
|
| - "suggestions_item.mm",
|
| - "suggestions_item_actions.h",
|
| - "suggestions_stack_item.h",
|
| - "suggestions_stack_item.mm",
|
| - "suggestions_stack_item_actions.h",
|
| - "suggestions_view_controller.h",
|
| - "suggestions_view_controller.mm",
|
| - ]
|
| - deps = [
|
| - "//base",
|
| - "//ios/chrome/browser/ui",
|
| - "//ios/chrome/browser/ui/collection_view",
|
| - "//ios/third_party/material_roboto_font_loader_ios",
|
| - "//ui/base",
|
| - ]
|
| - public_deps = [
|
| - "//ios/third_party/material_components_ios",
|
| - ]
|
| -}
|
| -
|
| -source_set("unit_tests") {
|
| - configs += [ "//build/config/compiler:enable_arc" ]
|
| - testonly = true
|
| - sources = [
|
| - "suggestions_article_item_unittest.mm",
|
| - "suggestions_expandable_item_unittest.mm",
|
| - "suggestions_favicon_item_unittest.mm",
|
| - "suggestions_item_unittest.mm",
|
| - "suggestions_stack_item_unittest.mm",
|
| - ]
|
| - deps = [
|
| - ":suggestions",
|
| - "//base",
|
| - "//ios/chrome/browser/ui/collection_view",
|
| - "//testing/gtest",
|
| - "//third_party/ocmock",
|
| - ]
|
| -}
|
|
|