diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 09:22:04 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 09:22:04 +0000 |
commit | be24d307cfb3aba57e4456063eb31207665ce657 (patch) | |
tree | 962acf3b1d63453648eda6e021ff124477107d66 /build | |
parent | 5749135422b5e51639f38dfd50e1ec6b8da2c9bb (diff) | |
download | chromium_src-be24d307cfb3aba57e4456063eb31207665ce657.zip chromium_src-be24d307cfb3aba57e4456063eb31207665ce657.tar.gz chromium_src-be24d307cfb3aba57e4456063eb31207665ce657.tar.bz2 |
Add gfx_unittests to the Valgrind/Mac build target
Review URL: http://codereview.chromium.org/6480111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 52d1238..392b1ec 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -334,6 +334,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:ui_tests', + '../ui/gfx/gfx.gyp:gfx_unittests', '../jingle/jingle.gyp:notifier_unit_tests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', ], |