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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2353003004: Move ViewHostMsg_CreateWindow to mojom (Closed)
Patch Set: . Created 4 years, 3 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index a213831514ec2f64e966ef1c829a0d903512ba11..98b5867209ff123230f83d070d99d605946ef292 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -290,6 +290,7 @@ source_set("blink_headers") {
"platform/WebStorageQuotaError.h",
"platform/WebStorageQuotaType.h",
"platform/WebString.h",
+ "platform/WebStringMojoStringTraits.h",
"platform/WebSuspendableTask.h",
"platform/WebTaskRunner.h",
"platform/WebTextRun.h",
@@ -309,6 +310,7 @@ source_set("blink_headers") {
"platform/WebURLRequest.h",
"platform/WebURLResponse.h",
"platform/WebVector.h",
+ "platform/WebVectorMojoArrayTraits.h",
"platform/callback/WebClosure.h",
"platform/linux/WebFallbackFont.h",
"platform/linux/WebFontRenderStyle.h",
@@ -670,6 +672,8 @@ mojom("new_wrapper_types_mojo_bindings") {
"platform/modules/permissions/permission_status.mojom",
"platform/modules/presentation/presentation.mojom",
"platform/modules/websockets/websocket.mojom",
+ "platform/referrer.mojom",
+ "web/window_features.mojom",
]
public_deps = [
"//url/mojo:url_mojom_gurl",
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py ('k') | third_party/WebKit/public/platform/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698