diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-16 03:38:00 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-16 03:38:00 +0000 |
commit | 0f3b0346bd9ab951da6407e16e6413d041adc329 (patch) | |
tree | 8a4a90455364ff421b0cffc8e7e366e1a1683563 /gpu | |
parent | 1b3509ba9db0ae50df76e10513e98135915fd34b (diff) | |
download | chromium_src-0f3b0346bd9ab951da6407e16e6413d041adc329.zip chromium_src-0f3b0346bd9ab951da6407e16e6413d041adc329.tar.gz chromium_src-0f3b0346bd9ab951da6407e16e6413d041adc329.tar.bz2 |
Don't let the 'all' target be a bundle.
This happened accidentally through direct_dependent_settings.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7398015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/demos/demos.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index 25fcffe..d257304 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -59,6 +59,7 @@ }, { 'target_name': 'gpu_demo_framework_ppapi', + 'suppress_wildcard': 1, # So that 'all' doesn't end up being a bundle. 'type': 'static_library', 'dependencies': [ 'gpu_demo_framework', |