Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index bbc231c161e08e0a33570c72f1f9ec0f9d679844..f333a9a0dfc17e4ee16b285268364e2cf15d72f2 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -85,6 +85,11 @@ |
"//sql", |
"//storage/browser", |
"//storage/common", |
+ |
+ # TODO(brettw) bug 582206: Blink should not be used in the browser |
+ # process. This is required by devtools' input_handler.cc which calls |
+ # WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode |
+ "//third_party/WebKit/public:blink", |
"//third_party/WebKit/public:blink_headers", |
"//third_party/WebKit/public:image_resources", |
"//third_party/WebKit/public:resources", |