| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 6c36e04058b771ef930b2440d15eb9a253514aff..14ef3f463f1e44ef478f13778964c57b44679f73 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -24,11 +24,9 @@ component("blink_common") {
|
| visibility = [] # Allow re-assignment of list.
|
| visibility = [ "//third_party/WebKit/*" ]
|
| sources = [
|
| - "../web/WebInputEvent.cpp",
|
| "exported/FilePathConversion.cpp",
|
| "exported/URLConversion.cpp",
|
| "exported/WebCString.cpp",
|
| - "exported/WebCoalescedInputEvent.cpp",
|
| "exported/WebString.cpp",
|
| "exported/linux/WebFontRenderStyle.cpp",
|
| ]
|
| @@ -508,6 +506,7 @@ component("platform") {
|
| "exported/WebBlobData.cpp",
|
| "exported/WebCache.cpp",
|
| "exported/WebCanvasCaptureHandler.cpp",
|
| + "exported/WebCoalescedInputEvent.cpp",
|
| "exported/WebContentDecryptionModule.cpp",
|
| "exported/WebContentDecryptionModuleAccess.cpp",
|
| "exported/WebContentDecryptionModuleResult.cpp",
|
|
|