summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi22
1 files changed, 22 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 92c0bcb..fb1f4e0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -172,4 +172,26 @@
],
},
],
+ 'conditions': [
+ ['target_arch=="arm"', {
+ 'targets': [
+ {
+ 'target_name': 'omx_video_decode_accelerator_unittest',
+ 'type': 'executable',
+ 'dependencies': [
+ 'content',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/openmax/il',
+ ],
+ 'sources': [
+ 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
+ ],
+ }
+ ],
+ },
+ ],
+ ],
}