-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: port media/test #1116
feat: port media/test #1116
Conversation
Rewrite test_data_util.h to locate files relative to the source file itself, rather than using a service from chromium base::. This makes the functionality header-only, but there is no meaningful downside to inlining complex functions for tests.
Ah great, thanks Joey |
I was wrong! Now that I'm progressing through tests, I'm getting duplicate symbol errors at linking. This needs to be updated. |
This is working now. After this lands, I have another PR ready with the crypto code from media/base, which needed a lot of changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please consider my notices
Rewrite test_data_util.cc to locate files relative to the source file itself, rather than using a service from chromium
base::
.Issue #1047 (CMake porting)
Issue #346 (absl porting)