Skip to content

Commit

Permalink
Updated Lazarus package
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Jul 16, 2020
1 parent 3246eff commit 2b963f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/cef4delphi_lazarus.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
<License Value="MPL 1.1"/>
<Version Major="83" Minor="5"/>
<Files Count="188">
<Files Count="189">
<Item1>
<Filename Value="..\source\uCEFAccessibilityHandler.pas"/>
<UnitName Value="uCEFAccessibilityHandler"/>
Expand Down Expand Up @@ -791,6 +791,10 @@
<Filename Value="..\source\uCEFMediaSinkDeviceInfoCallback.pas"/>
<UnitName Value="uCEFMediaSinkDeviceInfoCallback"/>
</Item188>
<Item189>
<Filename Value="..\source\uCEFJson.pas"/>
<UnitName Value="uCEFJson"/>
</Item189>
</Files>
<RequiredPkgs Count="4">
<Item1>
Expand Down
2 changes: 1 addition & 1 deletion packages/cef4delphi_lazarus.pas
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interface
uCEFBrowserViewComponent, uCEFWindowComponent, uCEFPanelComponent,
uCEFScrollViewComponent, uCEFTextfieldComponent, uCEFViewComponent,
uCEFViewsFrameworkEvents, uCEFAudioHandler, uCEFDevToolsMessageObserver,
uCEFMediaSinkDeviceInfoCallback, LazarusPackageIntf;
uCEFMediaSinkDeviceInfoCallback, uCEFJson, LazarusPackageIntf;

implementation

Expand Down
2 changes: 1 addition & 1 deletion update_CEF4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 162,
"InternalVersion" : 163,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "83.5.0.0"
}
Expand Down

0 comments on commit 2b963f0

Please sign in to comment.