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

Unified Diff: media/cast/BUILD.gn

Issue 2911643003: Reland of Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 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 | « headless/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 1204b1f6fd68e17f68f806ed5b2d0d2abfa8eb84..8dc8752af3f524389bbbab0105a4ae75cf34cc44 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -409,6 +409,7 @@
":receiver",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//media",
"//media/audio:test_support",
@@ -440,6 +441,7 @@
":sender",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//media",
]
@@ -466,6 +468,7 @@
":test_support",
"//base",
"//base/test:test_support",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//media",
"//media/base:test_support",
« no previous file with comments | « headless/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698