Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / framework.order
1 # Copyright 2009 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
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.
12 #
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.  It is not an error to list symbols in this file that will not
16 # be present in each output variant.
17
18 # Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
19 ___asan_default_options
20
21 # Entry point from the app mode loader.
22 _ChromeAppModeStart_v7
23
24 # _ChromeMain must be listed last.  That's the whole point of this file.
25 _ChromeMain