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 /build | |
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 'build')
-rw-r--r-- | build/all.gyp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/build/all.gyp b/build/all.gyp index bcefc2e..5984b98 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -28,13 +28,7 @@ '../sdch/sdch.gyp:*', '../skia/skia.gyp:*', '../sql/sql.gyp:*', - - # Build sync.gyp targets individually until http://crbug.com/118371 - # is resolved. - '../sync/sync.gyp:sync', - '../sync/sync.gyp:test_support_sync', - '../sync/sync.gyp:sync_unit_tests_canary', - + '../sync/sync.gyp:*', '../testing/gmock.gyp:*', '../testing/gtest.gyp:*', '../third_party/bzip2/bzip2.gyp:*', |