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

Unified Diff: master/skia_master_scripts/android_factory.py

Issue 25666016: Remove --nopdf flag from GM on Android (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 2 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: master/skia_master_scripts/android_factory.py
===================================================================
--- master/skia_master_scripts/android_factory.py (revision 11470)
+++ master/skia_master_scripts/android_factory.py (working copy)
@@ -15,7 +15,7 @@
class AndroidFactory(skia_factory.SkiaFactory):
"""Overrides for Android builds."""
- def __init__(self, device, gm_args=None, test_args=None, **kwargs):
+ def __init__(self, device, test_args=None, **kwargs):
""" Instantiates an AndroidFactory with properties and build steps specific
to Android devices.
@@ -25,7 +25,6 @@
deps_target_os='android',
flavor='android',
build_targets=['all'],
- gm_args=list(gm_args or []) + ['--nopdf'],
test_args=list(test_args or []) + \
['--match', '~Threaded'],
**kwargs)
« 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