Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2285)

Unified Diff: build/all.gyp

Issue 8298007: Aura: unit_tests now run on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698