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

Unified Diff: build/all.gyp

Issue 19923004: Remove chromedriver from Win64 official to improve cycle times (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
===================================================================
--- build/all.gyp (revision 212900)
+++ build/all.gyp (working copy)
@@ -742,14 +742,9 @@
'target_name': 'chrome_official_builder',
'type': 'none',
'dependencies': [
- '../chrome/chrome.gyp:chromedriver',
'../chrome/chrome.gyp:crash_service',
- '../chrome/chrome.gyp:interactive_ui_tests',
'../chrome/chrome.gyp:policy_templates',
- '../chrome/chrome.gyp:reliability_tests',
- '../chrome/chrome.gyp:automated_ui_tests',
'../chrome/installer/mini_installer.gyp:mini_installer',
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
'../courgette/courgette.gyp:courgette',
'../cloud_print/cloud_print.gyp:cloud_print',
'../remoting/remoting.gyp:remoting_webapp',
@@ -771,7 +766,13 @@
['target_arch=="ia32"', {
'dependencies': [
'../chrome/chrome.gyp:crash_service_win64',
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame',
'../courgette/courgette.gyp:courgette64',
+ # Omitting tests from Win64 to speed up cycle times.
+ '../chrome/chrome.gyp:automated_ui_tests',
+ '../chrome/chrome.gyp:chromedriver',
+ '../chrome/chrome.gyp:interactive_ui_tests',
+ '../chrome/chrome.gyp:reliability_tests',
],
}],
['component != "shared_library" and wix_exists == "True" and \
@@ -781,13 +782,6 @@
],
}], # component != "shared_library"
['target_arch=="x64"', {
- 'dependencies!': [
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- # Temporarily removing these to speed up win64 cycle times.
- '../chrome/chrome.gyp:interactive_ui_tests',
- '../chrome/chrome.gyp:reliability_tests',
- '../chrome/chrome.gyp:automated_ui_tests',
- ],
'defines': [
'OMIT_CHROME_FRAME',
],
« 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