mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: replace USE_X11 with OS_LINUX for sharing code with Ozone (#25522)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "shell/browser/window_list.h"
|
||||
#include "shell/common/application_info.h"
|
||||
|
||||
#if defined(USE_X11)
|
||||
#if defined(OS_LINUX)
|
||||
#include "shell/browser/linux/unity_service.h"
|
||||
#include "ui/gtk/gtk_util.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user