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

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

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: rebased Created 4 years, 1 month 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 541b8ad3a6c9086958859c85764715946d01b653..b967afd4dc711e39be48dbd6bee8dc35ef1fc89e 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -270,7 +270,6 @@ component("platform") {
"LinkHash.h",
"MIMETypeFromURL.cpp",
"MIMETypeFromURL.h",
- "MIMETypeRegistry.cpp",
"MIMETypeRegistry.h",
"MemoryCoordinator.cpp",
"MemoryCoordinator.h",
@@ -1112,6 +1111,7 @@ component("platform") {
"network/WebSocketHandshakeRequest.h",
"network/WebSocketHandshakeResponse.cpp",
"network/WebSocketHandshakeResponse.h",
+ "network/mime/MIMETypeRegistry.cpp",
"peerconnection/RTCAnswerOptionsPlatform.h",
"peerconnection/RTCOfferOptionsPlatform.h",
"peerconnection/RTCSessionDescriptionRequest.h",
@@ -1388,6 +1388,7 @@ component("platform") {
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common:common",
+ "//media",
"//net",
"//skia",
"//third_party:jpeg",
@@ -1408,6 +1409,7 @@ component("platform") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:wtf_support",
"//third_party/WebKit/Source/platform/heap",
+ "//third_party/WebKit/public:mojo_bindings_blink",
"//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
"//third_party/ced",
"//third_party/harfbuzz-ng",
@@ -1526,6 +1528,7 @@ static_library("test_support") {
testonly = true
sources = [
+ "network/mime/MockMimeRegistry.h",
"scheduler/base/task_queue_manager_delegate_for_test.cc",
"scheduler/base/test_time_source.cc",
"scheduler/child/scheduler_tqm_delegate_for_test.cc",
@@ -1706,6 +1709,7 @@ test("blink_platform_unittests") {
"network/NetworkUtilsTest.cpp",
"network/ResourceRequestTest.cpp",
"network/ResourceResponseTest.cpp",
+ "network/mime/MIMETypeRegistryTest.cpp",
"scheduler/CancellableTaskFactoryTest.cpp",
"scheduler/base/intrusive_heap_unittest.cc",
"scheduler/base/queueing_time_estimator_unittest.cc",
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/MediaSource.cpp ('k') | third_party/WebKit/Source/platform/MIMETypeRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698