diff options
author | hbos <hbos@chromium.org> | 2015-10-13 09:27:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-13 16:45:19 +0000 |
commit | e409ed4bb768e07371b5e4ebcf107c023796ac57 (patch) | |
tree | 008fa9015a91f8563e7874f792a48e622a819494 /build/all.gyp | |
parent | f83192ddfb9075203f4e2d326d4b70c6688a48c6 (diff) | |
download | chromium_src-e409ed4bb768e07371b5e4ebcf107c023796ac57.zip chromium_src-e409ed4bb768e07371b5e4ebcf107c023796ac57.tar.gz chromium_src-e409ed4bb768e07371b5e4ebcf107c023796ac57.tar.bz2 |
openh264_unittests empty dummy test added.
This will enable trybots to run this new test binary (openh264_unittests) for a future CL that adds actual test code and more to it.
In the follow-up CL OpenH264 will be pulled in (adding third_party/openh264/src) and build files and test code will be added. That CL needs the trybots to run its test code.
BUG=500605
Review URL: https://codereview.chromium.org/1394983003
Cr-Commit-Position: refs/heads/master@{#353769}
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index df38f99..8eabf88 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -30,6 +30,7 @@ '../testing/gtest.gyp:*', '../third_party/icu/icu.gyp:*', '../third_party/libxml/libxml.gyp:*', + '../third_party/openh264/tests/openh264_unittests.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', '../ui/accessibility/accessibility.gyp:*', |