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

Unified Diff: google_apis/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « gin/BUILD.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 a529d01cce995d77d47e84ddd7c7f550c495daf7..68153566e6aa1934596033e5dcbfdf8852d725fe 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -182,13 +182,12 @@ source_set("test_support") {
"gaia/oauth2_token_service_test_util.h",
]
- deps = [
+ public_deps = [
"//base",
"//base/test:test_support",
"//net",
"//net:test_support",
]
- forward_dependent_configs_from = deps
if (enable_extensions) {
sources += [
« no previous file with comments | « gin/BUILD.gn ('k') | google_apis/gcm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698