diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 21:14:56 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 21:14:56 +0000 |
commit | 886eb02799f17da233ba28e88a82a932b2761d44 (patch) | |
tree | c275220349a7ed7e0dd38a03a7073e9974822863 /sync | |
parent | 4a26b3967ba6ae7feed5f9889bed7cad51b885a0 (diff) | |
download | chromium_src-886eb02799f17da233ba28e88a82a932b2761d44.zip chromium_src-886eb02799f17da233ba28e88a82a932b2761d44.tar.gz chromium_src-886eb02799f17da233ba28e88a82a932b2761d44.tar.bz2 |
Add suppress_wildcard to sync_tests pseudo-target
This is to work around the problem described in the bug.
Make all.gyp include sync.gyp:*.
BUG=118371
TEST=
Review URL: https://chromiumcodereview.appspot.com/9701075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/sync.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp index 07e6b04..f355761 100644 --- a/sync/sync.gyp +++ b/sync/sync.gyp @@ -246,6 +246,8 @@ { 'target_name': 'sync_tests', 'type': 'none', + # We only want unit test executables to include this target. + 'suppress_wildcard': 1, 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:test_support_base', |