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

Unified Diff: build/android/emulator.py

Issue 11148036: Enable GPU by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: build/android/emulator.py
diff --git a/build/android/emulator.py b/build/android/emulator.py
index 5af7c8cd3a3b91bf02861824bb1d5bc95c380df0..77c9a75daa11963c0de2502d33bc828363f5fef1 100755
--- a/build/android/emulator.py
+++ b/build/android/emulator.py
@@ -221,6 +221,8 @@ class Emulator(object):
# The default /data size is 64M.
# That's not enough for 8 unit test bundles and their data.
'-partition-size', '512',
+ # Enable GPU by default.
+ '-gpu', 'on',
# Use a familiar name and port.
'-avd', self.avd,
'-port', str(port)]
« 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