Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 3109d77ba870fe1c67aa33cdb8785431a5e5b7f4..d805bff22fffcb04196fe83fe7179254d9028d0e 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -474,7 +474,9 @@ |
# build this is OK because all of content is linked into one library. |
# Note that the blink_headers target is OK, so we can't do a wildcard for |
# all blink targets. |
- "//third_party/WebKit/public:blink", |
+ # TODO(brettw) bug 582206: Blink should not be linked into the browser |
+ # process, and then we can enable this. |
+ #"//third_party/WebKit/public:blink", |
# TODO(brettw) bug 581766: V8 should not be linked into the browser |
# process, and then we can enable this. |
#"//v8/*", |