Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / app / framework.order
blobc30922a16d7e491e554cb7e51ed8656058a725a8
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
3 # found in the LICENSE file.
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
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
9 # confusing offsets from the few public symbols that are available, an
10 # easily-recognized symbol, _ChromeMain, is placed last among global text
11 # symbols.
13 # Not all symbols will appear in all build types.  Varying optimizations may
14 # result in differences between the set of symbols present in debug and
15 # release modes.  When Breakpad is in use, _catch_exception_raise will be
16 # present, but it will not appear in non-Breakpad-enabled builds.  It is not
17 # an error to list symbols in this file that will not be present in each
18 # output variant.
20 __CTFontManagerUnregisterFontForData
21 __ZnwmPv
22 __ZdlPvS_
24 # Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
25 ___asan_default_options
27 # Entry point from the app mode loader.
28 _ChromeAppModeStart
30 # _ChromeMain must be listed last.  That's the whole point of this file.
31 _ChromeMain