Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: gpu/demos/demos.gyp

Issue 2038015: Moved demos.gyp from windows dependency to all platforms. Excluded gpu_demo_f... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698