# Copyright 2016 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("browsing_data_ui") { sources = [ "history_notice_utils.cc", "history_notice_utils.h", ] deps = [ "//components/browser_sync/browser", "//components/history/core/browser", ] }