Enable compositor tests on android.

BUG=154524


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@161976 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
epenner@chromium.org 2012-10-15 22:07:14 +00:00
Родитель 93af23274a
Коммит 73984eea11
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,7 @@
'dependencies': [
'../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
'../base/base.gyp:base_unittests',
'../cc/cc_tests.gyp:cc_unittests',
'../chrome/chrome.gyp:unit_tests',
'../content/content.gyp:content_shell_test_apk',
'../content/content.gyp:content_unittests',
@ -77,6 +78,7 @@
'../testing/android/native_test.gyp:native_test_apk',
# Unit test bundles packaged as an apk.
'../base/base.gyp:base_unittests_apk',
'../cc/cc_tests.gyp:cc_unittests_apk',
'../chrome/chrome.gyp:unit_tests_apk',
'../content/content.gyp:content_unittests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',