Chromium Code Reviews| 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). |