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

Unified Diff: media/base/BUILD.gn

Issue 1725123006: Add checked_cast to avoid Windows compiler errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add //base dependency Created 4 years, 10 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/container_names_fuzzertest.cc » ('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 adb1541f3388c9c831ca2b2bd7c0d8845b1d47da..789b810c2a4c4deceef261ec745b56b0777203b5 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -556,6 +556,7 @@ fuzzer_test("media_container_names_fuzzer") {
"container_names_fuzzertest.cc",
]
deps = [
+ "//base",
"//media",
]
}
« no previous file with comments | « no previous file | media/base/container_names_fuzzertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698