Chromium Code Reviews| 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", |
|
yzshen1
2016/05/25 16:43:15
These seem sad.
Hmm... Wish we had a way to avoid
|
| + "//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 = [ |