Chromium Code Reviews

Unified Diff: google_apis/gcm/BUILD.gn

Issue 462983002: GN: Make content_shell and webkit_unit_tests work in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: google_apis/gcm/BUILD.gn
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index ee4f90170bd64eda590b71bf8ba20264b550f145..491332436d845aa7a20b192555a9166e8f7cb51c 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -95,6 +95,7 @@ executable("mcs_probe") {
deps = [
":gcm",
+ ":proto",
":test_support",
"//base",
"//net",
@@ -120,6 +121,7 @@ test("gcm_unit_tests") {
]
deps = [
+ ":proto",
":test_support",
"//base",
"//base/test:run_all_unittests",

Powered by Google App Engine