| # Copyright 2017 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("public") { |
| configs += [ "//build/config/compiler:enable_arc" ] |
| sources = [ |
| "fakebox_focuser.h", |
| "side_swipe_toolbar_interacting.h", |
| "side_swipe_toolbar_snapshot_providing.h", |
| "toolbar_coordinating.h", |
| "toolbar_height_delegate.h", |
| "toolbar_utils.h", |
| "toolbar_utils.mm", |
| ] |
| deps = [ |
| ":constants", |
| "//base", |
| "//ios/chrome/browser/shared/ui/util", |
| "//ios/chrome/browser/ui/bubble", |
| "//ios/chrome/browser/ui/fullscreen:ui", |
| "//ios/chrome/browser/ui/ntp", |
| "//ios/chrome/common/ui/util", |
| "//ios/components/ui_util", |
| ] |
| } |
| |
| source_set("constants") { |
| configs += [ "//build/config/compiler:enable_arc" ] |
| sources = [ |
| "toolbar_constants.h", |
| "toolbar_constants.mm", |
| ] |
| } |