Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
PlatformGTK.cmake
blob: 06525865de9f189e59c9c446ba8e12c405f57c4a [
file
] [
log
] [
blame
] [
edit
]
if
(
DEVELOPER_MODE
)
add_subdirectory
(
flatpak
)
endif
()
if
(
ENABLE_API_TESTS
)
add_subdirectory
(
TestWebKitAPI
/
glib
)
endif
()
if
(
ENABLE_MINIBROWSER
)
add_subdirectory
(
MiniBrowser
/
gtk
)
endif
()