summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
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',
],
}],
],