Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / framework.exports
1 # Copyright 2023 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 file is passed to `ld -exported_symbol_list` and contains the list of
6 # symbol names that will remain globally visible in the final link output from
7 # the Mac framework. All other symbols will be treated as if they have hidden
8 # visibility.
9
10 # TODO(danakj): Rust exports everything on posix, since that is the default
11 # behaviour and it has equivalent to Clang's `-fvisibility=hidden`. If and
12 # when Rust grows that capability, we should use it, and then we can remove
13 # this exports file, since only explicitly exported things should appear
14 # in the library.
15 #
16 # TODO(crbug.com/1462356): However there's also a second issue that #[no_mangle]
17 # symbols get exported, which will need to be resolved too.
18
19 _ChromeAppModeStart_v7
20 _ChromeMain