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

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

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | 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 12 matching lines...) Expand all
23 _NP_Initialize 23 _NP_Initialize
24 _NP_Shutdown 24 _NP_Shutdown
25 __ZN22mac_plugin_interposing21SwitchToPluginProcessEv 25 __ZN22mac_plugin_interposing21SwitchToPluginProcessEv
26 __ZN22mac_plugin_interposing17GetActiveDelegateEv 26 __ZN22mac_plugin_interposing17GetActiveDelegateEv
27 __ZN22mac_plugin_interposing33NotifyBrowserOfPluginSelectWindowEj6CGRectb 27 __ZN22mac_plugin_interposing33NotifyBrowserOfPluginSelectWindowEj6CGRectb
28 __ZN22mac_plugin_interposing31NotifyBrowserOfPluginShowWindowEj6CGRectb 28 __ZN22mac_plugin_interposing31NotifyBrowserOfPluginShowWindowEj6CGRectb
29 __ZN22mac_plugin_interposing31NotifyBrowserOfPluginHideWindowEj6CGRect 29 __ZN22mac_plugin_interposing31NotifyBrowserOfPluginHideWindowEj6CGRect
30 __ZN22mac_plugin_interposing28NotifyPluginOfSetThemeCursorEPvm 30 __ZN22mac_plugin_interposing28NotifyPluginOfSetThemeCursorEPvm
31 __ZN22mac_plugin_interposing23NotifyPluginOfSetCursorEPvPK6Cursor 31 __ZN22mac_plugin_interposing23NotifyPluginOfSetCursorEPvPK6Cursor
32 __ZN22mac_plugin_interposing23GetPluginWindowHasFocusEPv 32 __ZN22mac_plugin_interposing23GetPluginWindowHasFocusEPv
33 __ZN6webkit5npapi25CarbonPluginWindowTrackerC1Ev 33 __ZN25CarbonPluginWindowTrackerC1Ev
34 __ZN6webkit5npapi25CarbonPluginWindowTrackerC2Ev 34 __ZN25CarbonPluginWindowTrackerC2Ev
35 __ZN6webkit5npapi25CarbonPluginWindowTracker14SharedInstanceEv 35 __ZN25CarbonPluginWindowTracker14SharedInstanceEv
36 __ZN6webkit5npapi25CarbonPluginWindowTracker28CreateDummyWindowForDelegateEPv 36 __ZN25CarbonPluginWindowTracker28CreateDummyWindowForDelegateEPv
37 __ZNK6webkit5npapi25CarbonPluginWindowTracker25GetDelegateForDummyWindowEP15Opaq ueWindowPtr 37 __ZNK25CarbonPluginWindowTracker25GetDelegateForDummyWindowEP15OpaqueWindowPtr
38 __ZNK6webkit5npapi25CarbonPluginWindowTracker25GetDummyWindowForDelegateEPv 38 __ZNK25CarbonPluginWindowTracker25GetDummyWindowForDelegateEPv
39 __ZN6webkit5npapi25CarbonPluginWindowTracker29DestroyDummyWindowForDelegateEPvP1 5OpaqueWindowPtr 39 __ZN25CarbonPluginWindowTracker29DestroyDummyWindowForDelegateEPvP15OpaqueWindow Ptr
40 __ZN7WebCore22narrowPrecisionToFloatIdEEfT_ 40 __ZN7WebCore22narrowPrecisionToFloatIdEEfT_
41 __ZN7WebCore24narrowPrecisionToCGFloatIdEEfT_ 41 __ZN7WebCore24narrowPrecisionToCGFloatIdEEfT_
42 __ZnwmPv 42 __ZnwmPv
43 __ZdlPvS_ 43 __ZdlPvS_
44 _catch_exception_raise 44 _catch_exception_raise
45 45
46 # List the gcov symbols so the code coverage bot doesn't trip up in 46 # List the gcov symbols so the code coverage bot doesn't trip up in
47 # the verify_order post build step. 47 # the verify_order post build step.
48 ___gcov_init 48 ___gcov_init
49 ___gcov_seek 49 ___gcov_seek
(...skipping 12 matching lines...) Expand all
62 62
63 # Written in asm as a .globl. (Is that necessary?) 63 # Written in asm as a .globl. (Is that necessary?)
64 _NaClSwitch 64 _NaClSwitch
65 _NaClSyscallSeg 65 _NaClSyscallSeg
66 66
67 # Entry point from the app mode loader. 67 # Entry point from the app mode loader.
68 _ChromeAppModeStart 68 _ChromeAppModeStart
69 69
70 # _ChromeMain must be listed last. That's the whole point of this file. 70 # _ChromeMain must be listed last. That's the whole point of this file.
71 _ChromeMain 71 _ChromeMain
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698