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

Unified Diff: masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py

Issue 11516008: Switch the Linux bots on chromium.webkit to use Ninja. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years 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 | masters/master.chromium.webkit/master_linux_gpu_latest_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
===================================================================
--- masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py (revision 172146)
+++ masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py (working copy)
@@ -37,20 +37,23 @@
F('f_contentshell_linux_rel', linux().ChromiumWebkitLatestFactory(
target='Release',
tests=[
- 'webkit',
+ 'webkit',
],
options=[
- '--compiler=goma',
- 'content_shell_builder',
+ '--build-tool=ninja',
+ '--compiler=goma',
+ '--',
+ 'content_shell_builder',
],
factory_properties={
- 'additional_expectations_files': [
- ['content', 'shell', 'layout_tests', 'TestExpectations' ],
- ],
- 'additional_drt_flag': '--dump-render-tree',
- 'archive_webkit_results': True,
- 'test_results_server': 'test-results.appspot.com',
- 'driver_name': 'content_shell'
+ 'additional_expectations_files': [
+ ['content', 'shell', 'layout_tests', 'TestExpectations' ],
+ ],
+ 'additional_drt_flag': '--dump-render-tree',
+ 'archive_webkit_results': True,
+ 'test_results_server': 'test-results.appspot.com',
+ 'driver_name': 'content_shell',
+ 'gclient_env': { 'GYP_GENERATORS': 'ninja' },
}))
« no previous file with comments | « no previous file | masters/master.chromium.webkit/master_linux_gpu_latest_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698