diff --git a/cobalt/site/docs/reference/starboard/gn-configuration.md b/cobalt/site/docs/reference/starboard/gn-configuration.md
index a6c9cfda70a6..7675560a5b7b 100644
--- a/cobalt/site/docs/reference/starboard/gn-configuration.md
+++ b/cobalt/site/docs/reference/starboard/gn-configuration.md
@@ -11,11 +11,7 @@ Book: /youtube/cobalt/_book.yaml
| **`cobalt_platform_dependencies`**
List of platform-specific targets that get compiled into cobalt.
The default value is `[]`. |
| **`cobalt_v8_emit_builtins_as_inline_asm`**
Some compiler can not compile with raw assembly(.S files) and v8 converts asm to inline assembly for these platforms.
The default value is `false`. |
| **`default_renderer_options_dependency`**
Override this value to adjust the default rasterizer setting for your platform.
The default value is `"//cobalt/renderer:default_options"`. |
-<<<<<<< HEAD
| **`enable_account_manager`**
Set to true to enable H5vccAccountManager.
The default value is `false`. |
-| **`enable_extended_ifa_in_h5vcc`**
Set to true to enable extended IFA functionality in H5vccSystem.
The default value is `false`. |
-=======
->>>>>>> 0d8868819df (Remove compile-time config for extended IFA (#3301))
| **`enable_in_app_dial`**
Enables or disables the DIAL server that runs inside Cobalt. Note: Only enable if there's no system-wide DIAL support.
The default value is `false`. |
| **`executable_configs`**
Target-specific configurations for executable targets.
The default value is `[]`. |
| **`final_executable_type`**
The target type for executable targets. Allows changing the target type on platforms where the native code may require an additional packaging step (ex. Android).
The default value is `"executable"`. |