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

Unified Diff: net/net.gypi

Issue 236713002: Implement net in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 2fec5b66032e3b4d9033ab9169f4445564af0204..0f77ed5a3de2a71ac1eccfcac5b25e9ed5a1229f 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# This file is shared between the regular GYP build, the NaCl GYP build, and
+# the GN build. For GN support, it must have no conditionals or anything like
+# that beyond the simle one-level-deep dictionary of values.
scottmg 2014/04/14 19:07:11 simle -> simple
{
'variables': {
# Subset of net source files that are compiled for NaCl (net_nacl target).
« no previous file with comments | « net/BUILD.gn ('k') | net/third_party/nss/ssl/BUILD.gn » ('j') | net/tools/tld_cleanup/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698