Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2482653002: Move MIME related platform files under network/mime (Closed)
Patch Set: fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ec4be49fc7f924a9086d439ba199b0e6d534c060..21db15db4ed2d4e340f97732a64eb3b8925d838c 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",
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/MediaSource.cpp ('k') | third_party/WebKit/Source/platform/ContentType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698