| Index: ppapi/ppapi_cpp.gypi
|
| diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
|
| index bf4d2257ad84b85e36fcf675c6a08aa9b21e44b2..04d0d4146c0838699b2df62b794047788d4c0bd5 100644
|
| --- a/ppapi/ppapi_cpp.gypi
|
| +++ b/ppapi/ppapi_cpp.gypi
|
| @@ -36,26 +36,6 @@
|
| 'sources': [
|
| '<@(cpp_source_files)',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'msvs_settings': {
|
| - 'VCCLCompilerTool': {
|
| - 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
|
| - },
|
| - },
|
| - 'msvs_disabled_warnings': [
|
| - 4267,
|
| - ],
|
| - }],
|
| - ['OS=="linux"', {
|
| - 'cflags': ['-Wextra', '-pedantic'],
|
| - }],
|
| - ['OS=="mac"', {
|
| - 'xcode_settings': {
|
| - 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
|
| - },
|
| - }],
|
| - ],
|
| },
|
| {
|
| # GN version: //ppapi:ppapi_cpp
|
| @@ -72,16 +52,6 @@
|
| 'cpp/module_embedder.h',
|
| 'cpp/ppp_entrypoints.cc',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - 'cflags': ['-Wextra', '-pedantic'],
|
| - }],
|
| - ['OS=="mac"', {
|
| - 'xcode_settings': {
|
| - 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
|
| - },
|
| - }]
|
| - ],
|
| },
|
| {
|
| # GN version: //ppapi:ppapi_internal_module
|
|
|