diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 19:58:12 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 19:58:12 +0000 |
commit | 3c027f058999631908fc9b37dad3e82464c3fa94 (patch) | |
tree | 5c8aaeef9a6cee4fcd71128e7b31f14abe9641f6 /build/all_android.gyp | |
parent | 40dee91a6dc0a34eea2e6ac9c1e026efb741deab (diff) | |
download | chromium_src-3c027f058999631908fc9b37dad3e82464c3fa94.zip chromium_src-3c027f058999631908fc9b37dad3e82464c3fa94.tar.gz chromium_src-3c027f058999631908fc9b37dad3e82464c3fa94.tar.bz2 |
Enable gpu_unittests for Android.
It builds and runs successfully.
Review URL: http://codereview.chromium.org/10107023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index e38ab29..d7c534cb 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -32,6 +32,7 @@ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:sync_unit_tests', '../content/content.gyp:content_unittests', + '../gpu/gpu.gyp:gpu_unittests', '../sql/sql.gyp:sql_unittests', '../ipc/ipc.gyp:ipc_tests', '../net/net.gyp:net_unittests', |