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

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

Issue 1303013005: 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/proximity_auth/logging/BUILD.gn b/components/visitedlink/test/BUILD.gn
similarity index 55%
copy from components/proximity_auth/logging/BUILD.gn
copy to components/visitedlink/test/BUILD.gn
index dbc8045d80c5fbf811625839ccc6eac90c77d129..3f7d7424ded1ed00869548a831396e71ae135362 100644
--- a/components/proximity_auth/logging/BUILD.gn
+++ b/components/visitedlink/test/BUILD.gn
@@ -2,27 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("logging") {
- sources = [
- "log_buffer.cc",
- "log_buffer.h",
- "logging.cc",
- "logging.h",
- ]
-
- deps = [
- "//base",
- ]
-}
-
source_set("unit_tests") {
testonly = true
sources = [
- "logging_unittest.cc",
+ "visitedlink_unittest.cc",
]
-
deps = [
- "//base/test:test_support",
+ "//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