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

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

Issue 2379993003: Mojo C++ bindings: make String16 and gfx::Size available in Blink (Closed)
Patch Set: mapping back to WebSize :( 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 6914c41ae11428a75cb89d99016c246539d07174..50c0a0b4278482b1c34a59231ae7ce28036c192d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1068,6 +1068,8 @@ component("platform") {
"mhtml/MHTMLArchive.h",
"mhtml/MHTMLParser.cpp",
"mhtml/MHTMLParser.h",
+ "mojo/CommonCustomTypesStructTraits.cpp",
+ "mojo/GeometryStructTraits.cpp",
"mojo/MojoHelper.h",
"network/ContentSecurityPolicyParsers.cpp",
"network/ContentSecurityPolicyParsers.h",
@@ -1683,6 +1685,8 @@ test("blink_platform_unittests") {
"image-decoders/webp/WEBPImageDecoderTest.cpp",
"json/JSONParserTest.cpp",
"mac/VersionUtilMacTest.mm",
+ "mojo/CommonCustomTypesStructTraitsTest.cpp",
+ "mojo/GeometryStructTraitsTest.cpp",
"mojo/KURLSecurityOriginTest.cpp",
"network/EncodedFormDataTest.cpp",
"network/HTTPParsersTest.cpp",
@@ -1773,6 +1777,7 @@ test("blink_platform_unittests") {
"//cc",
"//cc:test_support",
"//cc/blink",
+ "//mojo/common:test_common_custom_types_blink",
"//mojo/edk/embedder:headers",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings/tests:for_blink_tests",
@@ -1783,6 +1788,7 @@ test("blink_platform_unittests") {
"//third_party/harfbuzz-ng",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gfx/geometry/mojo:test_interfaces_blink",
"//url",
"//url/mojo:test_url_mojom_gurl_blink",
]
« no previous file with comments | « mojo/public/cpp/bindings/array_traits_carray.h ('k') | third_party/WebKit/Source/platform/mojo/CommonCustomTypes.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698