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

Unified Diff: media/base/BUILD.gn

Issue 1030253002: Fix missing symbols for pre-linking of the Cast sender library for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update media/base/BUILD.gn. Created 5 years, 9 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 | « base/process/process_metrics_ios.cc ('k') | media/base/yuv_convert.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 235ef60538bdee9f5aef199e44f628cda3ed0d5e..3203f7f1e7b2aedc6cfe3a05d815e20da2ee9905 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -272,10 +272,20 @@ config("base_for_cast_ios_dependent_config") {
source_set("base_for_cast_ios") {
sources = [
+ "simd/convert_rgb_to_yuv.h",
+ "simd/convert_rgb_to_yuv_c.cc",
+ "simd/convert_yuv_to_rgb.h",
+ "simd/convert_yuv_to_rgb_c.cc",
+ "simd/filter_yuv.h",
+ "simd/filter_yuv_c.cc",
"video_frame.cc",
"video_frame.h",
"video_frame_metadata.cc",
"video_frame_metadata.h",
+ "video_util.cc",
+ "video_util.h",
+ "yuv_convert.cc",
+ "yuv_convert.h",
]
configs += [
"//build/config/compiler:no_size_t_to_int_warning",
« no previous file with comments | « base/process/process_metrics_ios.cc ('k') | media/base/yuv_convert.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698