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

Unified Diff: build/all.gyp

Issue 8366012: aura: Make sure the tests we want to compile get built. (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
« no previous file with comments | « no previous file | ui/aura_shell/default_container_layout_manager.h » ('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 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',
],
}],
],
« no previous file with comments | « no previous file | ui/aura_shell/default_container_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698