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

Unified Diff: chrome/app/framework.order

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing mention of ffmpeg shared lib from various config/gyp/installer files Created 5 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
Index: chrome/app/framework.order
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 9c4360c664efdfa66bb76839cee3596cb300516e..f9cf35fd0a9f7a2009a3688887a8fe7a4838ca98 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -46,6 +46,109 @@ ___gcov_flush
___gcov_merge_add
___gcov_fork
+# List the ffmpeg symbols so code coverage bot doesn't trip up in
+# the verify_order post build step
+_ff_fft_init_x86
+_ff_h264_pred_init_x86
+_ff_put_pixels8_xy2_mmx
+_ff_avg_pixels8_xy2_mmx
+_ff_avg_pixels16_xy2_mmx
+_ff_put_pixels16_xy2_mmx
+_ff_hpeldsp_init_x86
+_ff_videodsp_init_x86
+_ff_vorbisdsp_init_x86
+_ff_vp3dsp_init_x86
+_ff_vp78dsp_init_x86
+_ff_vp8dsp_init_x86
+_ff_get_cpu_flags_x86
+_ff_float_dsp_init_x86
+_avcodec_register_all
+_av_init_packet
+_av_new_packet
+_av_shrink_packet
+_av_grow_packet
+_av_packet_from_data
+_av_copy_packet_side_data
+_av_free_packet
+_av_dup_packet
+_av_copy_packet
+_av_packet_free_side_data
+_av_packet_new_side_data
+_av_packet_get_side_data
+_av_packet_merge_side_data
+_av_packet_split_side_data
+_av_packet_pack_dictionary
+_av_packet_unpack_dictionary
+_av_packet_shrink_side_data
+_av_packet_copy_props
+_av_packet_unref
+_av_packet_ref
+_av_packet_move_ref
+_av_packet_rescale_ts
+_avpriv_align_put_bits
+_avpriv_put_string
+_avpriv_copy_bits
+_ff_init_vlc_sparse
+_ff_free_vlc
+_avcodec_descriptor_get
+_avcodec_descriptor_next
+_avcodec_descriptor_get_by_name
+_avpriv_dirac_parse_sequence_header
+_ff_init_ff_cos_tabs
+_ff_fft_init
+_ff_fft_end
+_ff_h264_pred_init
+_ff_hpeldsp_init
+_avcodec_get_chroma_sub_sample
+_avcodec_get_pix_fmt_loss
+_avcodec_find_best_pix_fmt_of_2
+_avcodec_find_best_pix_fmt2
+_avcodec_find_best_pix_fmt_of_list
+_ff_shrink22
+_ff_shrink44
+_ff_shrink88
+_av_picture_crop
+_av_picture_pad
+_avpicture_deinterlace
+_ff_mdct_init
+_ff_mdct_end
+_ff_imdct_half_c
+_ff_imdct_calc_c
+_ff_mdct_calc_c
+_avpriv_mpeg4audio_get_config
+_avpriv_copy_pce_data
+_avcodec_get_context_defaults3
+_avcodec_alloc_context3
+_avcodec_free_context
+_avcodec_copy_context
+_avcodec_get_class
+_avcodec_get_frame_class
+_avcodec_get_subtitle_rect_class
+_ff_opus_parse_packet
+_ff_opus_parse_extradata
+_av_parser_next
+_av_register_codec_parser
+_av_parser_init
+_ff_fetch_timestamp
+_av_parser_parse2
+_av_parser_change
+_av_parser_close
+_ff_combine_frame
+_ff_parse_close
+_ff_mpeg4video_split
+_ff_thread_init
+_ff_thread_free
+_ff_thread_decode_frame
+_ff_thread_report_progress
+_ff_thread_await_progress
+_ff_thread_finish_setup
+_ff_frame_thread_free
+_ff_frame_thread_init
+_ff_thread_flush
+_ff_thread_can_start_frame
+_ff_thread_get_format
+_ff_thread_get_buffer
+
# Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
___asan_default_options
« no previous file with comments | « cc/cc_unittests.isolate ('k') | chrome/chrome.isolate » ('j') | media/base/media.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698