Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: media/BUILD.gn

Issue 2033893006: mac/gn: Add tests to media_unittests missing in gn build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index ccbb090fc95a32de28cf0a807fd854e73bc3cb41..b703a3806182c653e130fd55ab9cd8cfe6e9ffb1 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -363,10 +363,6 @@ component("media") {
if (is_mac) {
public_deps += [ "//media/base/mac" ]
- libs += [
- "CoreVideo.framework",
- "OpenGL.framework",
- ]
}
if (is_ios) {
@@ -629,6 +625,9 @@ test("media_unittests") {
"//ui/android:ui_java",
]
}
+ if (is_mac || is_ios) {
+ deps += [ "//media/base/mac:unittests" ]
+ }
# If ExternalClearKey is built, we can test CdmAdapter.
if (enable_pepper_cdms) {
« no previous file with comments | « no previous file | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698