diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 20:54:51 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 20:54:51 +0000 |
commit | 436e49f4e4ed7ada89be723862446a9b84837121 (patch) | |
tree | e94071156575731b56b906bb54fd9244e5996eff /build | |
parent | 7a1dc837a4101a14bbea43a1c8b9983322007257 (diff) | |
download | chromium_src-436e49f4e4ed7ada89be723862446a9b84837121.zip chromium_src-436e49f4e4ed7ada89be723862446a9b84837121.tar.gz chromium_src-436e49f4e4ed7ada89be723862446a9b84837121.tar.bz2 |
aura: Make sure the tests we want to compile get built.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8366012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index a9a0be3..e991ad2b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -633,7 +633,12 @@ ['OS=="linux"', { # Aura unit_tests currently only work on Linux. 'dependencies': [ + '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', + '../content/content.gyp:content_unittests', + '../ipc/ipc.gyp:ipc_tests', + '../sql/sql.gyp:sql_unittests', + '../ui/ui.gyp:gfx_unittests', ], }], ], |