Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index 214ae85baeb32e879394748801babc07845bf731..c4c24a930781405287f31465ab30e82fae66baf7 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -813,13 +813,6 @@ source_set("browser") { |
deps += [ ":rlz" ] |
} |
- # TODO(GYP) |
- # Temporary fix to break the browser target into smaller chunks so it |
- # will link with goma builds. |
- #["OS=="win" and chromium_win_pch==0", { |
- # "msvs_shard": 4, |
- #}], |
- |
if (is_win) { |
sources += |
rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") |