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

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

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: 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 083438f2e8a649b79f50c5318b3a6caa7736bfb5..2f601680e5059a4502ab6d54a6d3fb92f64fab6c 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1076,6 +1076,8 @@ component("platform") {
"mhtml/MHTMLArchive.h",
"mhtml/MHTMLParser.cpp",
"mhtml/MHTMLParser.h",
+ "mime/WebMimeRegistryImpl.cpp",
+ "mime/WebMimeRegistryImpl.h",
"mojo/CommonCustomTypesStructTraits.cpp",
"mojo/GeometryStructTraits.cpp",
"mojo/MojoHelper.h",
@@ -1391,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",
@@ -1411,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",

Powered by Google App Engine
This is Rietveld 408576698