| Index: build/standalone_flags.gypi
|
| diff --git a/build/standalone_flags.gypi b/build/standalone_flags.gypi
|
| index a83e540d975be3f5cbdccfcdbb2a8b5a2fb28fac..dd0f304e6a9a41827bda9351e8672ef46a29f9c9 100644
|
| --- a/build/standalone_flags.gypi
|
| +++ b/build/standalone_flags.gypi
|
| @@ -10,12 +10,6 @@
|
| # these flags for Chrome source that is built as NaCl untrusted
|
| # code.
|
| 'nacl_default_compile_flags': [
|
| - # TODO(mseaborn): Move -Werror to untrusted.gypi so that it
|
| - # applies to Chrome source built as untrusted code. We have
|
| - # -Werror as a NaCl-side only flag at the moment because some
|
| - # Chrome code produces warnings when built with PNaCl/ARM.
|
| - # See http://code.google.com/p/nativeclient/issues/detail?id=3108
|
| - '-Werror',
|
| '-Wundef',
|
| ],
|
| },
|
|
|