summaryrefslogtreecommitdiff
path: root/chromium/components/browsing_data_ui/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/browsing_data_ui/BUILD.gn')
-rw-r--r--chromium/components/browsing_data_ui/BUILD.gn36
1 files changed, 0 insertions, 36 deletions
diff --git a/chromium/components/browsing_data_ui/BUILD.gn b/chromium/components/browsing_data_ui/BUILD.gn
deleted file mode 100644
index 241e32dfefc..00000000000
--- a/chromium/components/browsing_data_ui/BUILD.gn
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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/history/core/browser",
- "//components/sync_driver:sync_driver",
- "//components/version_info",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "history_notice_utils_unittest.cc",
- ]
-
- deps = [
- ":browsing_data_ui",
- "//base",
- "//components/history/core/test:test",
- "//components/signin/core/browser:test_support",
- "//components/sync_driver:test_support",
- "//components/version_info:version_info",
- "//net",
- "//sync/protocol:protocol",
- "//testing/gtest",
- ]
-}