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

Unified Diff: net/BUILD.gn

Issue 2911643003: Reland of Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 years, 7 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 | « media/cdm/ppapi/ppapi_cdm_adapter.gni ('k') | ppapi/examples/ppapi_example.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 62145ac928a694a37cb9fe0e3f48e6cd3ea0b434..ed29540a329e0566434524d2f1f296e6f83cf130 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2914,6 +2914,7 @@
":net",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -2928,6 +2929,7 @@
":net",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
"//url",
]
}
« no previous file with comments | « media/cdm/ppapi/ppapi_cdm_adapter.gni ('k') | ppapi/examples/ppapi_example.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698