Index: chrome/plugin/BUILD.gn |
diff --git a/chrome/plugin/BUILD.gn b/chrome/plugin/BUILD.gn |
index 1da688a0741b86e45b2e3056bd13812ab31a3b1f..39d260236998965787b4b92469b975db4c15d527 100644 |
--- a/chrome/plugin/BUILD.gn |
+++ b/chrome/plugin/BUILD.gn |
@@ -8,7 +8,10 @@ static_library("plugin") { |
"chrome_content_plugin_client.h", |
] |
- configs += [ "//build/config/compiler:wexit_time_destructors" ] |
+ configs += [ |
+ "//build/config/compiler:wexit_time_destructors", |
+ "//v8:external_startup_data", |
+ ] |
deps = [ |
"//base", |