Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 90a5314823562044e45590d76d59f96745b7018f..ad58f0642a354f9204adb46dfbb0832532d2bb9f 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) { |
+if (!is_android && !is_chromeos) { |
# 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. |