Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 0fb2f9d793fd6fb173cc9e4777611aee08f8835c..37cf83e4535db7c79534307ee27fda6aaac419a6 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -176,6 +176,8 @@ static_library("content_shell_lib") { |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
"//build/config/compiler:no_size_t_to_int_warning", |
+ |
+ "//third_party/WebKit/public:debug_devtools", |
] |
defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ] |