diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 00:04:11 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 00:04:11 +0000 |
commit | 328dbb3fc6cea90231ba560b197da4863b2e38f6 (patch) | |
tree | 5cdab5d07d57f6b1256407783a8f39a934cc91dc /build/all.gyp | |
parent | c063bb5faf3347f18c3ec62a998f29e0ff59fefc (diff) | |
download | chromium_src-328dbb3fc6cea90231ba560b197da4863b2e38f6.zip chromium_src-328dbb3fc6cea90231ba560b197da4863b2e38f6.tar.gz chromium_src-328dbb3fc6cea90231ba560b197da4863b2e38f6.tar.bz2 |
Add content_unittests to builders in all.gyp
BUG=90443
TEST=none
Review URL: http://codereview.chromium.org/7604033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 220997a..ecd3d0b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -157,6 +157,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', @@ -217,6 +218,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', @@ -331,6 +333,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -358,6 +361,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -403,6 +407,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:ui_tests', + '../content/content.gyp:content_unittests', '../ui/ui.gyp:gfx_unittests', '../jingle/jingle.gyp:jingle_unittests', '../sql/sql.gyp:sql_unittests', @@ -434,6 +439,7 @@ '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', # mini_installer_tests depends on mini_installer. This should be # defined in installer.gyp. '../chrome/installer/mini_installer.gyp:mini_installer', @@ -470,6 +476,7 @@ 'dependencies': [ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:sync_unit_tests', + '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -490,6 +497,7 @@ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -558,6 +566,7 @@ '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ui/ui.gyp:gfx_unittests', '../ipc/ipc.gyp:ipc_tests', |