blob: d2f7a71d40337bc1aa9bde8ae01cfa6a782385b2 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("common") {
sources = [
"pref_names.cc",
"pref_names.h",
"thumbnail_score.cc",
"thumbnail_score.h",
]
deps = [
"//base",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"thumbnail_score_unittest.cc",
]
deps = [
":common",
"//testing/gtest",
]
}