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

Unified Diff: build/all.gyp

Issue 7892039: Add a webkit_builder_win target to all.gyp so the webkit win builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 240198e84d7542e13cba7a93e528f94809a5b631..db4f38fcc98f9f3bfa5b6a323944ceb498553d19 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -503,6 +503,16 @@
'temp_gyp/googleurl.gyp:googleurl_unittests',
],
},
+ {
+ 'target_name': 'webkit_builder_win',
+ 'type': 'none',
+ 'dependencies': [
+ '../webkit/webkit.gyp:test_shell',
+ '../webkit/webkit.gyp:test_shell_tests',
+ '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
+ '../webkit/webkit.gyp:pull_in_DumpRenderTree',
+ ],
+ },
], # targets
'conditions': [
['branding=="Chrome"', {
« 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