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

Unified Diff: media/base/mac/BUILD.gn

Issue 2911643002: Create BUILD.gn files for //media/filters. (Closed)
Patch Set: media configs added gor filter target. Created 3 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 | « media/base/BUILD.gn ('k') | media/filters/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/BUILD.gn
diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
index ef7fe78e5cd85ff8d6c23ac7169a1a228e6a60e6..d0b7a0bb8d6fb3c0e8d44e71e054f34c3ea5f87e 100644
--- a/media/base/mac/BUILD.gn
+++ b/media/base/mac/BUILD.gn
@@ -9,7 +9,10 @@ source_set("mac") {
# build, if other component targets also depend on it, multiple copies of
# the ObjC classes declared in the files below will cause warnings at
# run-time.
- visibility = [ "//media" ]
+ visibility = [
+ "//media",
+ "//media/filters",
+ ]
set_sources_assignment_filter([])
sources = [
« no previous file with comments | « media/base/BUILD.gn ('k') | media/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698