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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698