blob: 4fa72acee335e4d3ff2c7f6b091219bf440f7cbb [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("toolbar") {
sources = [
"toolbar_coordinator.h",
"toolbar_coordinator.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":toolbar_ui",
"//base",
"//ios/clean/chrome/browser",
"//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/tools",
"//ios/shared/chrome/browser/coordinator_context",
"//ios/web",
]
}
source_set("toolbar_ui") {
sources = [
"toolbar_view_controller.h",
"toolbar_view_controller.mm",
]
deps = [
"//base",
"//ios/chrome/app/theme",
"//ios/chrome/browser/ui",
"//ios/clean/chrome/browser/ui/actions",
"//ios/clean/chrome/browser/ui/animators",
"//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/tools",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}