Commit 21c5f67e authored by james.wei@intel.com's avatar james.wei@intel.com

Enable GPU by default

Content Shell cannot run without GPU enabled. So enable GPU by default
in emulator.

BUG=


Review URL: https://chromiumcodereview.appspot.com/11148036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162334 0039d316-1c4b-4281-b951-d872f2087c98
parent 5cc0a7e9
......@@ -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)]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment