Skip to content
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

Add media_support_internal to media_util gn target #4047

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

xiaomings
Copy link
Contributor

@xiaomings xiaomings commented Aug 24, 2024

It was missing. It didn't cause any build issues as it's a header file.

Also removed media_is_audio_supported.cc, media_is_supported.cc, and media_is_video_supported.cc from stub/BUILD.gn. They are not implementing any Starboard interfaces (e.g. MediaIsAudioSupported() is internal interface, not exposed to Cobalt) and shouldn't be included in stub/BUILD.gn.

b/361864042

@xiaomings xiaomings added cp-24.lts.1+ Cherry Pick to the 24.lts.1+ branch cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch labels Aug 24, 2024
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.66%. Comparing base (2ca4fc9) to head (58c2793).
Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4047      +/-   ##
==========================================
- Coverage   57.67%   57.66%   -0.02%     
==========================================
  Files        1746     1746              
  Lines       86295    86321      +26     
==========================================
+ Hits        49771    49777       +6     
- Misses      36524    36544      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xiaomings xiaomings enabled auto-merge (squash) August 25, 2024 19:05
@xiaomings xiaomings requested a review from borongc August 26, 2024 17:45
jasonzhangxx
jasonzhangxx previously approved these changes Aug 26, 2024
It was missing.  It didn't cause any build issues as it's a header file.

Also removed media_is_audio_supported.cc, media_is_supported.cc, and
media_is_video_supported.cc from stub/BUILD.gn.  They are not
implementation Starboard interfaces (e.g. MediaIsAudioSupported() is
internal interface, not exposed to Cobalt) and shouldn't be included in
stub/BUILD.gn.

b/361864042
@xiaomings xiaomings merged commit 08cef06 into youtube:main Aug 27, 2024
314 of 316 checks passed
cobalt-github-releaser-bot pushed a commit that referenced this pull request Aug 27, 2024
It was missing.  It didn't cause any build issues as it's a header file.

b/361864042

(cherry picked from commit 08cef06)
cobalt-github-releaser-bot pushed a commit that referenced this pull request Aug 27, 2024
It was missing.  It didn't cause any build issues as it's a header file.

b/361864042

(cherry picked from commit 08cef06)
@xiaomings xiaomings deleted the media_support_internal branch August 27, 2024 17:16
xiaomings added a commit that referenced this pull request Aug 27, 2024
…get (#4053)

Refer to the original PR: #4047

It was missing.  It didn't cause any build issues as it's a header file.

Also removed media_is_audio_supported.cc, media_is_supported.cc, and
media_is_video_supported.cc from stub/BUILD.gn. They are not
implementing any Starboard interfaces (e.g. MediaIsAudioSupported() is
internal interface, not exposed to Cobalt) and shouldn't be included in
stub/BUILD.gn.

b/361864042

---------

Co-authored-by: xiaomings <[email protected]>
xiaomings added a commit that referenced this pull request Aug 27, 2024
…get (#4054)

Refer to the original PR: #4047

It was missing.  It didn't cause any build issues as it's a header file.

Also removed media_is_audio_supported.cc, media_is_supported.cc, and
media_is_video_supported.cc from stub/BUILD.gn. They are not
implementing any Starboard interfaces (e.g. MediaIsAudioSupported() is
internal interface, not exposed to Cobalt) and shouldn't be included in
stub/BUILD.gn.

b/361864042

---------

Co-authored-by: xiaomings <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cp-24.lts.1+ Cherry Pick to the 24.lts.1+ branch cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch ignore-for-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants