| Index: mojo/mojo_public.gyp
|
| diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
|
| index 901b2aca3a3d51c419519074139f9e23723698b8..7f512fc8b9ba6fbf3a412434f27382d0e32456aa 100644
|
| --- a/mojo/mojo_public.gyp
|
| +++ b/mojo/mojo_public.gyp
|
| @@ -239,6 +239,7 @@
|
| ],
|
| },
|
| {
|
| + # TODO(yzshen): crbug.com/617718 Consider moving this into blink.
|
| # GN version: //mojo/public/cpp/bindings:wtf_support
|
| 'target_name': 'mojo_cpp_bindings_wtf_support',
|
| 'type': 'static_library',
|
| @@ -262,11 +263,6 @@
|
| 'mojo_cpp_bindings',
|
| '../third_party/WebKit/Source/config.gyp:config',
|
| ],
|
| - 'direct_dependent_settings': {
|
| - 'variables': {
|
| - 'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
|
| - },
|
| - },
|
| },
|
| {
|
| # GN version: //mojo/message_pump
|
|
|