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 b562a1cf20497c5e442e4cb2a786bf4e67c22a10..cf8e149ca6c3a94dbf754fdc7ecd64b2fb9e1bd4 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -249,8 +249,6 @@ component("platform") { |
"ContentDecryptionModuleResult.h", |
"ContentSettingCallbacks.cpp", |
"ContentSettingCallbacks.h", |
- "ContentType.cpp", |
- "ContentType.h", |
"ContextMenu.cpp", |
"ContextMenu.h", |
"ContextMenuItem.cpp", |
@@ -303,9 +301,6 @@ component("platform") { |
"LifecycleObserver.h", |
"LinkHash.cpp", |
"LinkHash.h", |
- "MIMETypeFromURL.cpp", |
- "MIMETypeFromURL.h", |
- "MIMETypeRegistry.h", |
"MemoryCoordinator.cpp", |
"MemoryCoordinator.h", |
"PODArena.h", |
@@ -1159,7 +1154,12 @@ component("platform") { |
"network/WebSocketHandshakeRequest.h", |
"network/WebSocketHandshakeResponse.cpp", |
"network/WebSocketHandshakeResponse.h", |
+ "network/mime/ContentType.cpp", |
+ "network/mime/ContentType.h", |
+ "network/mime/MIMETypeFromURL.cpp", |
+ "network/mime/MIMETypeFromURL.h", |
"network/mime/MIMETypeRegistry.cpp", |
+ "network/mime/MIMETypeRegistry.h", |
"peerconnection/RTCAnswerOptionsPlatform.h", |
"peerconnection/RTCOfferOptionsPlatform.h", |
"peerconnection/RTCSessionDescriptionRequest.h", |