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

Unified Diff: net/BUILD.gn

Issue 305013009: Handle more types of gypis in gypi_to_gn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « build/gypi_to_gn.py ('k') | no next file » | 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 f0794749904f65d560f4f445aecaa76e993a272a..2eaf601fcff30bd1bb8f5bd546daa67d71ad3fac 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -97,6 +97,10 @@ component("net") {
"//third_party/zlib",
"//url",
]
+ forward_dependent_configs_from = [
+ "//crypto",
+ "//crypto:platform"
+ ]
Dirk Pranke 2014/06/02 18:56:53 Ah, didn't know about this ... nice.
if (use_kerberos) {
defines += [ "USE_KERBEROS" ]
« no previous file with comments | « build/gypi_to_gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698