1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Use the main cef.inc file in all demos

Remove unused uCEFSentinel references.
Remove duplicated licenses.
This commit is contained in:
Salvador Díaz Fau
2023-11-27 18:21:07 +01:00
parent f764c39cc1
commit 9e5b90303c
289 changed files with 302 additions and 43694 deletions

View File

@ -1,6 +1,6 @@
program FMXExternalPumpBrowser;
{$I cef.inc}
{$I ..\..\..\source\cef.inc}
uses
{$IFDEF DELPHI17_UP}

View File

@ -1,6 +1,6 @@
program FMXExternalPumpBrowser_helper;
{$I cef.inc}
{$I ..\..\..\source\cef.inc}
uses
{$IFDEF DELPHI17_UP}

View File

@ -1,6 +1,6 @@
program FMXExternalPumpBrowser_helper_gpu;
{$I cef.inc}
{$I ..\..\..\source\cef.inc}
uses
{$IFDEF DELPHI17_UP}

View File

@ -1,6 +1,6 @@
program FMXExternalPumpBrowser_helper_plugin;
{$I cef.inc}
{$I ..\..\..\source\cef.inc}
uses
{$IFDEF DELPHI17_UP}

View File

@ -1,6 +1,6 @@
program FMXExternalPumpBrowser_helper_renderer;
{$I cef.inc}
{$I ..\..\..\source\cef.inc}
uses
{$IFDEF DELPHI17_UP}