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

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

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: remove indirection Created 4 years, 2 months 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 cd8c808a0846da1443a8ee539950ca4399ee9c91..9f0a68e3712ac2a8cee64cfeee7dcb537bb244a4 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",
@@ -1116,6 +1115,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",
@@ -1393,6 +1393,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",
@@ -1413,6 +1414,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",
@@ -1531,6 +1533,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",
@@ -1710,6 +1713,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",

Powered by Google App Engine
This is Rietveld 408576698