Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / visitedlink / renderer / BUILD.gn
blob2b95684a48b02cc28cd227498c16f167e16f979f
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 assert(!is_ios)
7 source_set("renderer") {
8   sources = [
9     "visitedlink_slave.cc",
10     "visitedlink_slave.h",
11   ]
13   deps = [
14     "//base",
15     "//content/public/common",
16     "//content/public/renderer",
17     "//third_party/WebKit/public:blink",
18   ]