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

Unified Diff: build/all.gyp

Issue 100208: - Mark the 'All' target with for getting a runner per http://codereview.chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
===================================================================
--- build/all.gyp (revision 14960)
+++ build/all.gyp (working copy)
@@ -19,6 +19,7 @@
{
'target_name': 'All',
'type': 'none',
+ 'xcode_create_dependents_test_runner': 1,
'dependencies': [
'../base/base.gyp:*',
'../media/media.gyp:*',
@@ -75,5 +76,21 @@
],
},
],
+ 'conditions': [
+ ['OS=="mac"', {
+ # Target to build everything needed for layout tests to cut down
+ # on what the layout test bots have to build.
+ 'targets': [
+ {
+ 'target_name': 'build_for_layout_tests',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/chrome.gyp:image_diff',
+ '../webkit/tools/test_shell/test_shell.gyp:test_shell',
+ '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
+ ],
+ },
+ ],
+ }],
+ ],
}
-
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698