Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
components
/
visitedlink
/
core
/
BUILD.gn
blob: 436e4d851708ef0f8848e774c092915e944ff694 [
file
] [
log
] [
blame
]
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library
(
"core"
)
{
sources
=
[
"visited_link.cc"
,
"visited_link.h"
,
]
deps
=
[
"//net"
,
"//url"
,
]
}