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

Unified Diff: google_apis/BUILD.gn

Issue 970613002: Add //google_apis/* to 'gn check'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « .gn ('k') | google_apis/gcm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 4ddd371b2c01d790c7aa54707050e74deeed3e60..1eae08f78eac0a3497f2307dca71a93e8cea8ed6 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -185,6 +185,9 @@ source_set("test_support") {
"//net:test_support",
]
+ deps = [
+ ":google_apis",
+ ]
if (enable_extensions) {
sources += [
"drive/dummy_auth_service.cc",
« no previous file with comments | « .gn ('k') | google_apis/gcm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698