Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / events / blink / BUILD.gn
blob1fa7fef7b2de28d5183d9fc1ca320b3d5e14572c
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     "blink_event_util.cc",
8     "blink_event_util.h",
9   ]
11   deps = [
12     "//third_party/WebKit/public:blink_headers",
13     "//ui/events",
14     "//ui/events:gesture_detection",
15     "//ui/gfx/geometry",
16   ]