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

Unified Diff: components/visitedlink/test/BUILD.gn

Issue 1308763004: Revert of Add more components tests to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests5
Patch Set: Created 5 years, 4 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/visitedlink/renderer/BUILD.gn ('k') | components/web_cache/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/visitedlink/test/BUILD.gn
diff --git a/components/visitedlink/test/BUILD.gn b/components/visitedlink/test/BUILD.gn
deleted file mode 100644
index 3f7d7424ded1ed00869548a831396e71ae135362..0000000000000000000000000000000000000000
--- a/components/visitedlink/test/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2015 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.
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "visitedlink_unittest.cc",
- ]
- deps = [
- "//components/visitedlink/browser",
- "//components/visitedlink/renderer",
- "//content/test:test_support",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/visitedlink/renderer/BUILD.gn ('k') | components/web_cache/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698