blob: 3faf508eb15deef98ab977d69f5e1fe77e08a4cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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 = [
"//base",
"//components/browser_sync/browser",
"//components/history/core/browser",
]
}
|