Supervised user whitelists: Cleanup
[chromium-blink-merge.git] / ui / events / gestures / blink / BUILD.gn
blobe52f4a462ca54f870297350d2e6a8ddbe276dfe6
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("blink") {
6   sources = [
7     "web_gesture_curve_impl.cc",
8     "web_gesture_curve_impl.h",
9   ]
11   deps = [
12     "//base",
13     "//third_party/WebKit/public:blink_headers",
14     "//ui/events",
15     "//ui/events:gesture_detection",
16     "//ui/gfx/geometry",
17   ]