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

Unified Diff: components/keyed_service/content/BUILD.gn

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes 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/invalidation/impl/BUILD.gn ('k') | components/keyed_service/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service/content/BUILD.gn
diff --git a/components/keyed_service/content/BUILD.gn b/components/keyed_service/content/BUILD.gn
index dcd0523c73a334fe4e9fd8ded4477cb9b75015ae..78d87ff07f5ae49e12eb5562c9e21f3cce62a52e 100644
--- a/components/keyed_service/content/BUILD.gn
+++ b/components/keyed_service/content/BUILD.gn
@@ -31,3 +31,14 @@ component("content") {
"//content/public/common",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "browser_context_dependency_manager_unittest.cc",
+ ]
+ deps = [
+ ":content",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/invalidation/impl/BUILD.gn ('k') | components/keyed_service/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698