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

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

Issue 2000253006: Implement URL and Origin typemaps/struct traits for blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix gyp rules Created 4 years, 7 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 f1a55ff988abde04262adae281491c218d3d00ce..615147f9ab0d9e29d38cfba6de20bfdf12cf5a27 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -302,7 +302,11 @@ group("make_platform_generated") {
# blink_platform target in blink_platform.gyp
component("platform") {
visibility = [] # Allow re-assignment of list.
- visibility = [ "//third_party/WebKit/*" ]
+ visibility = [
+ "//third_party/WebKit/*",
+ "//url/mojo:url_mojom_origin_blink_cpp_sources",
+ "//url/mojo:url_mojom_gurl_blink_cpp_sources",
+ ]
output_name = "blink_platform"
sources = platform_files
@@ -575,6 +579,7 @@ test("blink_platform_unittests") {
"//ui/gfx",
"//ui/gfx/geometry",
"//url",
+ "//url/mojo:test_url_mojom_gurl_blink",
]
data_deps = [
« no previous file with comments | « mojo/public/tools/bindings/blink_bindings_configuration.gni ('k') | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698