From 886eb02799f17da233ba28e88a82a932b2761d44 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Thu, 15 Mar 2012 21:14:56 +0000 Subject: 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 --- sync/sync.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync') 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', -- cgit v1.1