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

Unified Diff: media/base/BUILD.gn

Issue 1944183002: Add BUILD.gn for //media/ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/ffmpeg/BUILD.gn » ('j') | media/ffmpeg/BUILD.gn » ('J')
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 f78b7263bd8e9f6b4cc9511f4c839d50346dcff0..84eb192a03abd8b9ce6b77df48ad9848aa78737c 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -12,11 +12,7 @@ import("//testing/libfuzzer/fuzzer_test.gni")
source_set("base") {
# This is part of the media component.
- visibility = [
- ":*",
- "//media",
- "//media/capture",
- ]
+ visibility = [ "//media/*" ]
sources = [
"audio_block_fifo.cc",
"audio_block_fifo.h",
« no previous file with comments | « media/BUILD.gn ('k') | media/ffmpeg/BUILD.gn » ('j') | media/ffmpeg/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698