13 lines
511 B
Diff
13 lines
511 B
Diff
diff --git a/src/3rdparty/chromium/content/browser/BUILD.gn b/src/3rdparty/chromium/content/browser/BUILD.gn
|
|
index 1466f33d4..3fc848a56 100644
|
|
--- a/src/3rdparty/chromium/content/browser/BUILD.gn
|
|
+++ b/src/3rdparty/chromium/content/browser/BUILD.gn
|
|
@@ -40,6 +40,7 @@ jumbo_static_library("devtools_protocol") {
|
|
"//content/browser/devtools:protocol_sources",
|
|
"//content/common:buildflags",
|
|
"//third_party/inspector_protocol:crdtp",
|
|
+ "//components/spellcheck:buildflags",
|
|
]
|
|
|
|
sources = [
|