2009-11-15 23:34:54 +00:00
|
|
|
{ This file was automatically created by Lazarus. do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
|
|
|
unit GeckoComponents;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
|
|
|
GeckoBrowser, GeckoChromeWindow, GeckoInit, nsCID,
|
|
|
|
nsConsts, nsEnumerators, nsError, nsErrorUtils, nsGeckoStrings, nsInit,
|
|
|
|
nsMemory, nsNetUtil, nsStream, nsTypes, nsXPCOM, nsXPCOMGlue, nsXRE,
|
2009-12-01 03:04:02 +00:00
|
|
|
nsXPCOM_std19, LazarusPackageIntf;
|
2009-11-15 23:34:54 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('GeckoBrowser', @GeckoBrowser.Register);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('GeckoComponents', @Register);
|
|
|
|
end.
|