Chromium Code Reviews| Index: ppapi/ppapi_tests.gypi |
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
| index 625b0e188bf97d1218ea1f854efa926965446da2..dfd58b97fc3d41736e6aaed570d9bcc2c8f50d53 100644 |
| --- a/ppapi/ppapi_tests.gypi |
| +++ b/ppapi/ppapi_tests.gypi |
| @@ -196,15 +196,11 @@ |
| 'conditions': [ |
| # NOTE: the PPAPI examples fail to build on mac & windows. |
| # http://code.google.com/p/chromium/issues/detail?id=54005 tracks mac. |
| - # TODO(ppapi authors): Make the examples build on Windows as well. In |
| - # particular previous attempts have failed because the Win(clobber) and |
| - # WinShared(dbg) builds try to build all, import *.gyp:*, and "all" becomes |
| - # a direct dependent of ppapi_example_skeleton, making it a shared_library, |
| - # and confusing the build system into failure. |
| - ['OS!="win" and OS!="mac"', { |
| + ['OS!="mac"', { |
| 'targets': [ |
| { |
| 'target_name': 'ppapi_example_skeleton', |
| + 'suppress_wildcards': 1, |
|
Ryan Sleevi
2011/07/12 00:16:26
The key is 'suppress_wildcard' - singular.
Ami GONE FROM CHROMIUM
2011/07/12 00:23:59
Done.
|
| 'type': 'none', |
| 'direct_dependent_settings': { |
| 'product_name': '>(_target_name)', |