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

Unified Diff: build/all.gyp

Issue 8159009: Build Chrome and WebKit unit tests as part of the Aura build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Alpha order. 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 | no next file » | 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 fe75808db2738045f05629b8c44be1eadd938979..f1842d19661f41d20e0087e9abbfdaac539402cf 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -604,6 +604,7 @@
'target_name': 'aura_builder',
'type': 'none',
'dependencies': [
+ '../chrome/chrome.gyp:chrome',
'../ui/aura_shell/aura_shell.gyp:aura_shell_exe',
'../ui/aura/aura.gyp:*',
'../ui/gfx/compositor/compositor.gyp:*',
@@ -612,6 +613,7 @@
'../views/views.gyp:views_desktop',
'../views/views.gyp:views_desktop_lib',
'../views/views.gyp:views_unittests',
+ '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
],
},
], # targets
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698