summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 21:14:56 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 21:14:56 +0000
commit886eb02799f17da233ba28e88a82a932b2761d44 (patch)
treec275220349a7ed7e0dd38a03a7073e9974822863 /sync
parent4a26b3967ba6ae7feed5f9889bed7cad51b885a0 (diff)
downloadchromium_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.gyp2
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',