Roll src/third_party/WebKit 5376503:96de67d (svn 199879:199889)
[chromium-blink-merge.git] / ui / content_accelerators / BUILD.gn
blob314fda12c5222f85d3615f33d9dca08dbde48c1e
1 # Copyright 2014 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("content_accelerators") {
6   sources = [
7     "accelerator_util.cc",
8     "accelerator_util.h",
9   ]
11   deps = [
12     "//third_party/WebKit/public:blink_headers",
13     "//ui/base",
14     "//ui/events",
15   ]
17   public_deps = [
18     "//content/public/browser",
19   ]