chromium/ios/chrome/browser/overscroll_actions/ui_bundled/BUILD.gn

# Copyright 2016 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("ui_bundled") {
  sources = [
    "overscroll_actions_controller.h",
    "overscroll_actions_controller.mm",
    "overscroll_actions_gesture_recognizer.h",
    "overscroll_actions_gesture_recognizer.mm",
    "overscroll_actions_view.h",
    "overscroll_actions_view.mm",
  ]
  deps = [
    "//base",
    "//build:blink_buildflags",
    "//ios/chrome/app/strings",
    "//ios/chrome/app/theme",
    "//ios/chrome/browser/ntp/ui_bundled:logo",
    "//ios/chrome/browser/shared/public/features",
    "//ios/chrome/browser/shared/ui/symbols",
    "//ios/chrome/browser/shared/ui/util",
    "//ios/chrome/browser/side_swipe/ui_bundled",
    "//ios/chrome/browser/ui/content_suggestions:content_suggestions_constant",
    "//ios/chrome/browser/ui/fullscreen",
    "//ios/chrome/browser/ui/page_info:constants",
    "//ios/chrome/browser/voice/ui_bundled:voice",
    "//ios/chrome/common:timing",
    "//ios/chrome/common/ui/colors",
    "//ios/public/provider/chrome/browser/fullscreen:fullscreen_api",
    "//ios/web/common",
    "//ios/web/public",
    "//ui/base",
    "//ui/gfx",
  ]
  frameworks = [
    "QuartzCore.framework",
    "UIKit.framework",
  ]
}