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

Unified Diff: build/all.gyp

Issue 8677014: Build & run unit tests on Aura (Rebase) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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/download/download_manager_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 fd49210a9f24c1231b213413bb8ec232d01236f1..991c22f06b2ee541147fc5f4ca84e70ed043ae85 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -606,6 +606,7 @@
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:chrome',
+ '../chrome/chrome.gyp:unit_tests',
'../ui/aura_shell/aura_shell.gyp:aura_shell_exe',
'../ui/aura_shell/aura_shell.gyp:aura_shell_unittests',
'../ui/aura/aura.gyp:*',
@@ -629,10 +630,9 @@
],
}],
['OS=="linux"', {
- # Aura unit_tests currently only work on Linux.
+ # Tests that 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',
« no previous file with comments | « no previous file | chrome/browser/download/download_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698