-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add variable CEFVIEW_WING_NAME to support customization of helper pro…
…cess name
- Loading branch information
Showing
5 changed files
with
175 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef CefViewWingProcessName_h | ||
#define CefViewWingProcessName_h | ||
#pragma once | ||
|
||
/* clang-format off */ | ||
/// <summary> | ||
/// CefView Helper Process Name | ||
/// </summary> | ||
#define kCefViewRenderProcessName "XXXefHelper" | ||
/* clang-format on */ | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* File: CefViewWingProcessName.h.in | ||
* Project: include | ||
* Created: 23rd November 2023 | ||
* Author: Sheen Tian | ||
* This file was generated by CMake, do not modify this manually | ||
*/ | ||
#ifndef CefViewWingProcessName_h | ||
#define CefViewWingProcessName_h | ||
#pragma once | ||
|
||
/* clang-format off */ | ||
/// <summary> | ||
/// CefView Helper Process Name | ||
/// </summary> | ||
#define kCefViewRenderProcessName "@CEFVIEW_WING_NAME@" | ||
/* clang-format on */ | ||
|
||
#endif |
Oops, something went wrong.