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

Unified Diff: components/scheduler/BUILD.gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 1 month 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
Index: components/scheduler/BUILD.gn
diff --git a/components/scheduler/BUILD.gn b/components/scheduler/BUILD.gn
index c1070f148af491b6d3bf9c788163b60802c4585b..a22b3774bd5ed45903b848293039a5372108d738 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -70,6 +70,7 @@ source_set("unit_tests") {
deps = [
":scheduler",
+ "//base/test:test_support",
"//cc:test_support",
"//testing/gmock",
"//testing/gtest",
@@ -77,12 +78,13 @@ source_set("unit_tests") {
}
# GYP version: components/scheduler.gypi:scheduler_test_support
-static_library("test_support") {
+source_set("test_support") {
sources = rebase_path(scheduler_gypi_values.scheduler_test_support_sources,
".",
"//components/scheduler")
- deps = [
+ public_deps = [
+ ":scheduler",
"//base",
]
}

Powered by Google App Engine
This is Rietveld 408576698