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

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: fix ui_test_utils_aura Bind 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
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698