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

Side by Side Diff: chrome/app/framework.order

Issue 2904773003: Add _Dart_IsReloading to framework.order for MacOS. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « OWNERS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 _Dart_IsInteger 126 _Dart_IsInteger
127 _Dart_IsKernelIsolate 127 _Dart_IsKernelIsolate
128 _Dart_IsLibrary 128 _Dart_IsLibrary
129 _Dart_IsList 129 _Dart_IsList
130 _Dart_IsMap 130 _Dart_IsMap
131 _Dart_IsNull 131 _Dart_IsNull
132 _Dart_IsNumber 132 _Dart_IsNumber
133 _Dart_IsolateData 133 _Dart_IsolateData
134 _Dart_IsolateMakeRunnable 134 _Dart_IsolateMakeRunnable
135 _Dart_IsPrecompiledRuntime 135 _Dart_IsPrecompiledRuntime
136 _Dart_IsReloading
136 _Dart_IsRunningPrecompiledCode 137 _Dart_IsRunningPrecompiledCode
137 _Dart_IsServiceIsolate 138 _Dart_IsServiceIsolate
138 _Dart_IsString 139 _Dart_IsString
139 _Dart_IsStringLatin1 140 _Dart_IsStringLatin1
140 _Dart_IsType 141 _Dart_IsType
141 _Dart_IsTypedData 142 _Dart_IsTypedData
142 _Dart_IsTypeVariable 143 _Dart_IsTypeVariable
143 _Dart_IsUnhandledExceptionError 144 _Dart_IsUnhandledExceptionError
144 _Dart_IsVariable 145 _Dart_IsVariable
145 _Dart_IsVMFlagSet 146 _Dart_IsVMFlagSet
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 _Dart_SetPausedOnStart 332 _Dart_SetPausedOnStart
332 _Dart_ShouldPauseOnExit 333 _Dart_ShouldPauseOnExit
333 _Dart_SetShouldPauseOnExit 334 _Dart_SetShouldPauseOnExit
334 _Dart_IsPausedOnExit 335 _Dart_IsPausedOnExit
335 _Dart_SetPausedOnExit 336 _Dart_SetPausedOnExit
336 _Dart_GetMessageNotifyCallback 337 _Dart_GetMessageNotifyCallback
337 _Dart_HandleMessages 338 _Dart_HandleMessages
338 339
339 # _ChromeMain must be listed last. That's the whole point of this file. 340 # _ChromeMain must be listed last. That's the whole point of this file.
340 _ChromeMain 341 _ChromeMain
OLDNEW
« no previous file with comments | « OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698