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

Unified Diff: media/BUILD.gn

Issue 438963005: Purge net/ and ui/base from media_unittest DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gl from perftests. Created 6 years, 5 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 | « content/browser/media/media_browsertest.cc ('k') | media/DEPS » ('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 68d745745f57330f532a3b61ba5b57e002175e4b..36ad0938fe1289a15c0e63680899c2fcfb5adf4c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -826,7 +826,6 @@ test("media_unittests") {
"//testing/gtest",
# TODO(dalecurtis): Port the rest of Widevine stuff.
"//third_party/widevine/cdm:version_h",
- "//ui/base",
"//ui/gfx:test_support",
]
if (media_use_ffmpeg) {
@@ -863,9 +862,11 @@ test("media_perftests") {
"//testing/gtest",
"//testing/perf",
"//third_party/widevine/cdm:version_h",
- "//ui/gl",
"//ui/gfx:test_support",
]
+ if (is_android) {
+ deps += [ "//ui/gl" ]
+ }
if (media_use_ffmpeg) {
deps += [
"//third_party/ffmpeg", # Direct dependency required to inherit config.
@@ -982,7 +983,6 @@ source_set("test_support") {
":media",
":shared_memory_support",
"//base",
- "//net:test_support",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698