| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index a9a0be3febc7c3b689924cdae9403cb4cc8b99f9..e991ad2b008af8059f3c20c8211089ab9da3e9d7 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',
|
| ],
|
| }],
|
| ],
|
|
|