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

Unified Diff: gyp/gmslides.gypi

Issue 1290943004: Build all GMs on Android. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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: gyp/gmslides.gypi
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 60a2dd4c06b0700812583a7b5cae7e30e6163a34..731c1ed83f2104fb027923911e3dc3f460746ab5 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -34,35 +34,5 @@
'../gm/techtalk1.cpp',
],
}],
- # TODO: Several GMs are known to cause particular problems on Android, so
- # we disable them on Android. See http://skbug.com/2326
- [ 'skia_os == "android"', {
- 'sources!': [
- # TODO(borenet): Causes assertion failure on Nexus S.
- # See http://skbug.com/705
- '../gm/bitmapcopy.cpp',
-
- # SOME of the bitmaprect tests are disabled on Android; see
- # ../gm/bitmaprect.cpp
-
- # We skip GPU tests in this GM; see
- # ../gm/deviceproperties.cpp
-
- # TODO(bsalomon): Hangs on Xoom and Nexus S. See http://skbug.com/637
- '../gm/drawbitmaprect.cpp',
-
- # TODO(epoger): Crashes on Nexus 10. See http://skbug.com/2313
- '../gm/imagefilterscropexpand.cpp',
-
- # TODO(borenet): Causes Nexus S to reboot. See http://skbug.com/665
- '../gm/shadertext.cpp',
- '../gm/shadertext2.cpp',
- '../gm/shadertext3.cpp',
-
- # TODO(reed): Allocates more memory than Android devices are capable of
- # fulfilling. See http://skbug.com/1978
- '../gm/verylargebitmap.cpp',
- ],
- }],
],
}
« 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