Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / visitedlink / common / BUILD.gn
blob712e8d09efef4a1f12473cb1ce3a2b1680a1d6ca
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("common") {
6   sources = [
7     "visitedlink_common.cc",
8     "visitedlink_common.h",
9     "visitedlink_message_generator.cc",
10     "visitedlink_message_generator.h",
11     "visitedlink_messages.h",
12   ]
14   deps = [
15     "//base",
16     "//content/public/common",
17     "//ipc",
18     "//url",
19   ]