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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This .order file defines the order that symbols should be laid out in the 5 # This .order file defines the order that symbols should be laid out in the
6 # Mac framework. The framework does not contain many global text symbols, and 6 # Mac framework. The framework does not contain many global text symbols, and
7 # in release mode, does not contain any non-global text symbols after being 7 # in release mode, does not contain any non-global text symbols after being
8 # stripped. In order to avoid symbolization of stripped binaries from showing 8 # stripped. In order to avoid symbolization of stripped binaries from showing
9 # confusing offsets from the few public symbols that are available, an 9 # confusing offsets from the few public symbols that are available, an
10 # easily-recognized symbol, _ChromeMain, is placed last among global text 10 # easily-recognized symbol, _ChromeMain, is placed last among global text
(...skipping 28 matching lines...) Expand all
39 ___gcov_write_summary 39 ___gcov_write_summary
40 ___gcov_read_counter 40 ___gcov_read_counter
41 ___gcov_read_unsigned 41 ___gcov_read_unsigned
42 ___gcov_read_summary 42 ___gcov_read_summary
43 ___gcov_close 43 ___gcov_close
44 ___gcov_open 44 ___gcov_open
45 ___gcov_flush 45 ___gcov_flush
46 ___gcov_merge_add 46 ___gcov_merge_add
47 ___gcov_fork 47 ___gcov_fork
48 48
49 # List the ffmpeg symbols so code coverage bot doesn't trip up in
50 # the verify_order post build step
51 _ff_fft_init_x86
52 _ff_h264_pred_init_x86
53 _ff_put_pixels8_xy2_mmx
54 _ff_avg_pixels8_xy2_mmx
55 _ff_avg_pixels16_xy2_mmx
56 _ff_put_pixels16_xy2_mmx
57 _ff_hpeldsp_init_x86
58 _ff_videodsp_init_x86
59 _ff_vorbisdsp_init_x86
60 _ff_vp3dsp_init_x86
61 _ff_vp78dsp_init_x86
62 _ff_vp8dsp_init_x86
63 _ff_get_cpu_flags_x86
64 _ff_float_dsp_init_x86
65 _avcodec_register_all
66 _av_init_packet
67 _av_new_packet
68 _av_shrink_packet
69 _av_grow_packet
70 _av_packet_from_data
71 _av_copy_packet_side_data
72 _av_free_packet
73 _av_dup_packet
74 _av_copy_packet
75 _av_packet_free_side_data
76 _av_packet_new_side_data
77 _av_packet_get_side_data
78 _av_packet_merge_side_data
79 _av_packet_split_side_data
80 _av_packet_pack_dictionary
81 _av_packet_unpack_dictionary
82 _av_packet_shrink_side_data
83 _av_packet_copy_props
84 _av_packet_unref
85 _av_packet_ref
86 _av_packet_move_ref
87 _av_packet_rescale_ts
88 _avpriv_align_put_bits
89 _avpriv_put_string
90 _avpriv_copy_bits
91 _ff_init_vlc_sparse
92 _ff_free_vlc
93 _avcodec_descriptor_get
94 _avcodec_descriptor_next
95 _avcodec_descriptor_get_by_name
96 _avpriv_dirac_parse_sequence_header
97 _ff_init_ff_cos_tabs
98 _ff_fft_init
99 _ff_fft_end
100 _ff_h264_pred_init
101 _ff_hpeldsp_init
102 _avcodec_get_chroma_sub_sample
103 _avcodec_get_pix_fmt_loss
104 _avcodec_find_best_pix_fmt_of_2
105 _avcodec_find_best_pix_fmt2
106 _avcodec_find_best_pix_fmt_of_list
107 _ff_shrink22
108 _ff_shrink44
109 _ff_shrink88
110 _av_picture_crop
111 _av_picture_pad
112 _avpicture_deinterlace
113 _ff_mdct_init
114 _ff_mdct_end
115 _ff_imdct_half_c
116 _ff_imdct_calc_c
117 _ff_mdct_calc_c
118 _avpriv_mpeg4audio_get_config
119 _avpriv_copy_pce_data
120 _avcodec_get_context_defaults3
121 _avcodec_alloc_context3
122 _avcodec_free_context
123 _avcodec_copy_context
124 _avcodec_get_class
125 _avcodec_get_frame_class
126 _avcodec_get_subtitle_rect_class
127 _ff_opus_parse_packet
128 _ff_opus_parse_extradata
129 _av_parser_next
130 _av_register_codec_parser
131 _av_parser_init
132 _ff_fetch_timestamp
133 _av_parser_parse2
134 _av_parser_change
135 _av_parser_close
136 _ff_combine_frame
137 _ff_parse_close
138 _ff_mpeg4video_split
139 _ff_thread_init
140 _ff_thread_free
141 _ff_thread_decode_frame
142 _ff_thread_report_progress
143 _ff_thread_await_progress
144 _ff_thread_finish_setup
145 _ff_frame_thread_free
146 _ff_frame_thread_init
147 _ff_thread_flush
148 _ff_thread_can_start_frame
149 _ff_thread_get_format
150 _ff_thread_get_buffer
151
49 # Provided by build/sanitizers/sanitizer_options.cc in ASan builds. 152 # Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
50 ___asan_default_options 153 ___asan_default_options
51 154
52 # Written in asm as a .globl. (Is that necessary?) 155 # Written in asm as a .globl. (Is that necessary?)
53 _NaClSwitch 156 _NaClSwitch
54 _NaClSyscallSeg 157 _NaClSyscallSeg
55 158
56 # Entry point from the app mode loader. 159 # Entry point from the app mode loader.
57 _ChromeAppModeStart 160 _ChromeAppModeStart
58 161
59 # _ChromeMain must be listed last. That's the whole point of this file. 162 # _ChromeMain must be listed last. That's the whole point of this file.
60 _ChromeMain 163 _ChromeMain
OLDNEW
« 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