Chromium Code Reviews| Index: gpu/demos/demos.gyp |
| =================================================================== |
| --- gpu/demos/demos.gyp (revision 47070) |
| +++ gpu/demos/demos.gyp (working copy) |
| @@ -56,6 +56,11 @@ |
| { |
| 'target_name': 'gpu_demo_framework_pepper', |
| 'type': 'static_library', |
| + # This target injects a bunch of source files to direct dependents. |
| + # If the dependent is a none-type target (like all.gyp), gyp will |
| + # generate error due to these injected source files. Workaround this |
| + # problem by preventing it from being selected by demos.gyp:*. |
| + 'suppress_wildcard': 1, |
|
apatrick
2010/05/13 17:34:04
I defer to someone who knows more about gyp.
|
| 'dependencies': [ |
| 'gpu_demo_framework', |
| '../gpu.gyp:pgl', |