| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index e726b63da48f1ac805e9c62b257790920547e22a..a2bde2562076846efe7b3fb17333181a6bd1e76f 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -152,6 +152,7 @@ component("core") {
|
| # If you create a new subdirectory, make a new BUILD file for that directory
|
| # and reference it in the deps below rather than adding the sources here.
|
| sources = [
|
| + "CoreExport.h",
|
| "CoreInitializer.cpp",
|
| "CoreInitializer.h",
|
| ]
|
|
|