Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index ad58f0642a354f9204adb46dfbb0832532d2bb9f..be272badab0a5477b40b3694dc9e2b99be3aa84b 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -12,7 +12,7 @@ if (is_android) { |
import("//build/config/android/rules.gni") |
} |
-if (!is_android && !is_chromeos) { |
+if (!is_android && !(is_chromeos && !use_ozone)) { |
# TODO(GYP) for Windows need to the the reorder-imports step which probably |
# means adding another target and renaming this to chrome_initial like in GYP. |