Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index f3995c44b3b9d84b8a65d9748610dc52d23035e2..a9a0be3febc7c3b689924cdae9403cb4cc8b99f9 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -630,6 +630,12 @@ |
'../chrome/chrome.gyp:crash_service_win64', |
], |
}], |
+ ['OS=="linux"', { |
+ # Aura unit_tests currently only work on Linux. |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:unit_tests', |
+ ], |
+ }], |
], |
}, |
], # targets |