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

Unified Diff: media/base/BUILD.gn

Issue 1123343007: iOS experiments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added media_blink dependency on media_mime_util Created 5 years, 7 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 | « media/BUILD.gn ('k') | media/base/mime_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index a728cfa27039f72f81e4458354440c527f78f7e5..6ea71c1d1bc8dade949a56ceb5b37286b2585aaf 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -377,6 +377,7 @@ source_set("unittests") {
"djb2_unittest.cc",
"gmock_callback_support_unittest.cc",
"key_systems_unittest.cc",
+ "mime_util_unittest.cc",
"moving_average_unittest.cc",
"multi_channel_resampler_unittest.cc",
"null_video_sink_unittest.cc",
@@ -406,6 +407,7 @@ source_set("unittests") {
":test_support",
"//gpu/command_buffer/common",
"//media",
+ "//media:media_mime_util",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/mime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698