Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: components/browsing_data_ui/BUILD.gn

Issue 2238453002: Merge //components/browsing_data_ui into //components/browsing_data/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over https://codereview.chromium.org/2345843003/ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/browsing_data/core/history_notice_utils_unittest.cc ('k') | components/browsing_data_ui/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui/BUILD.gn
diff --git a/components/browsing_data_ui/BUILD.gn b/components/browsing_data_ui/BUILD.gn
deleted file mode 100644
index b544f55efaa1dc2b9ff11afc3f7262ecc9d9d601..0000000000000000000000000000000000000000
--- a/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",
- "//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:test_support_sync_driver",
- "//components/sync/protocol:protocol",
- "//components/version_info:version_info",
- "//net",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/browsing_data/core/history_notice_utils_unittest.cc ('k') | components/browsing_data_ui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698