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

Unified Diff: master/master_builders_cfg.py

Issue 64113004: pdfviewer: enable pdfviewer to run with gm in one bot (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 1 month 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 | tools/tests/factory_configuration/expected/Build-Mac10.8-Clang-x86_64-Release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/master_builders_cfg.py
===================================================================
--- master/master_builders_cfg.py (revision 12085)
+++ master/master_builders_cfg.py (working copy)
@@ -130,6 +130,7 @@
no_gpu = repr({'skia_gpu': '0'})
clang = repr({'skia_clang_build': '1'})
valgrind = repr({'skia_release_optimization_level': '1'})
+ pdfviewer = repr({'skia_run_pdfviewer_in_gm': '1'})
# builder_specs is a dictionary whose keys are specifications for compile
# builders and values are specifications for Test and Perf builders which will
@@ -182,7 +183,7 @@
('Mac10.8', 'Clang', 'Release', 'x86', None, None, True, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'base-macmini-10_8'),
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, None)],
('Mac10.8', 'Clang', 'Debug', 'x86_64', None, None, False, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'base-macmini-10_8')],
- ('Mac10.8', 'Clang', 'Release', 'x86_64', None, None, False, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'base-macmini-10_8'),
+ ('Mac10.8', 'Clang', 'Release', 'x86_64', None, pdfviewer, False, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'base-macmini-10_8'),
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, None)],})
p = skia_factory.TARGET_PLATFORM_WIN32
builder_specs.update({
« no previous file with comments | « no previous file | tools/tests/factory_configuration/expected/Build-Mac10.8-Clang-x86_64-Release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698