| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index c207e84d9920edb5592db3cff6a25e2eaf916962..8bab029fc27d115506be7ffaf71d49041734cf10 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -62,6 +62,8 @@ source_set("common_sources") {
|
| "//content:content_implementation",
|
| ]
|
|
|
| + public_configs = [ "//v8:external_startup_data" ]
|
| +
|
| public_deps = [
|
| "//content/common",
|
| "//third_party/mojo/src/mojo/public/cpp/bindings",
|
|
|