| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index 59c50cae0a708e52c0c528c87f367781d7d7a65a..57758b025626c923ea2ce9019964480d003c2bf0 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -53,6 +53,10 @@ target(modules_target_type, "modules") {
|
| visibility = [ "//third_party/WebKit/*" ]
|
|
|
| sources = [
|
| + "EventModules.h",
|
| + "EventModulesFactory.h",
|
| + "EventTargetModules.h",
|
| + "ModulesExport.h",
|
| "ModulesInitializer.cpp",
|
| "ModulesInitializer.h",
|
| ]
|
|
|