| Index: ppapi/ppapi_cpp.gypi
|
| diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
|
| index 28433e49f42e30a34a701e7ab39b80f944f33be4..bf4d2257ad84b85e36fcf675c6a08aa9b21e44b2 100644
|
| --- a/ppapi/ppapi_cpp.gypi
|
| +++ b/ppapi/ppapi_cpp.gypi
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# Shared source lists between trusted and untrusted targets are stored in
|
| +# Shared source lists between trusted and untrusted targets are stored in
|
| # ppapi_sources.gypi.
|
|
|
| {
|
| @@ -45,7 +45,7 @@
|
| },
|
| 'msvs_disabled_warnings': [
|
| 4267,
|
| - ],
|
| + ],
|
| }],
|
| ['OS=="linux"', {
|
| 'cflags': ['-Wextra', '-pedantic'],
|
|
|