summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
blob: 067715f12673c5ec62f60178de683b88ef16eb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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("overscroll_actions") {
  configs += [ "//build/config/compiler:enable_arc" ]
  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 = [
    "resources:ptr_close",
    "resources:ptr_close_active",
    "resources:ptr_new_tab",
    "resources:ptr_new_tab_active",
    "resources:ptr_reload",
    "resources:ptr_reload_active",
    "//base",
    "//ios/chrome/app/strings:ios_chromium_strings_grit",
    "//ios/chrome/app/strings:ios_strings_grit",
    "//ios/chrome/app/theme",
    "//ios/chrome/browser/ui:feature_flags",
    "//ios/chrome/browser/ui/content_suggestions:content_suggestions_constant",
    "//ios/chrome/browser/ui/fullscreen",
    "//ios/chrome/browser/ui/fullscreen:feature_flags",
    "//ios/chrome/browser/ui/ntp:logo",
    "//ios/chrome/browser/ui/page_info:constants",
    "//ios/chrome/browser/ui/side_swipe",
    "//ios/chrome/browser/ui/toolbar/public",
    "//ios/chrome/browser/ui/util",
    "//ios/chrome/browser/ui/voice",
    "//ios/chrome/common/ui/colors",
    "//ios/public/provider/chrome/browser",
    "//ios/web/common",
    "//ios/web/public",
    "//ui/base",
    "//ui/gfx",
  ]
  frameworks = [
    "QuartzCore.framework",
    "UIKit.framework",
  ]
}