blob: 03ef4ceb7c53acc02921b04cd4b58da11e808a5c [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("common") {
sources = [
"bookmark_constants.cc",
"bookmark_constants.h",
"bookmark_features.cc",
"bookmark_features.h",
"bookmark_metrics.cc",
"bookmark_metrics.h",
"bookmark_pref_names.h",
"url_load_stats.cc",
"url_load_stats.h",
"user_folder_load_stats.h",
]
deps = [ "//base" ]
if (is_android) {
deps += [ "//components/bookmarks/common/android" ]
}
}