blob: cb3e9b0b4ec92c9f4a6849e69ef63f058387f236 [file] [log] [blame]
# 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("tools") {
sources = [
"tools_coordinator.h",
"tools_coordinator.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":tools_ui",
"//base",
"//ios/clean/chrome/browser",
"//ios/clean/chrome/browser/ui/actions",
"//ios/clean/chrome/browser/ui/animators",
"//ios/clean/chrome/browser/ui/presenters",
"//ios/shared/chrome/browser/coordinator_context",
]
}
source_set("tools_ui") {
sources = [
"menu_view_controller.h",
"menu_view_controller.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//ios/clean/chrome/browser/ui/actions",
]
}