| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 795236cd1887ec884cdc4c53f7145f0a045a7d38..aff4af5fdd919d495be9411451c9f4d53881e354 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 simple one-level-deep dictionary of values.
|
| {
|
| 'variables': {
|
| # Subset of net source files that are compiled for NaCl (net_nacl target).
|
|
|