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

Unified Diff: url/mojo/BUILD.gn

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | url/mojo/gurl.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/BUILD.gn
diff --git a/url/mojo/BUILD.gn b/url/mojo/BUILD.gn
index 8a93f2942d65f3dacd80e5a05214a307af0d1b94..7d5e5d6984e6233f14bcba8d9f90ce5963481e8a 100644
--- a/url/mojo/BUILD.gn
+++ b/url/mojo/BUILD.gn
@@ -8,8 +8,6 @@ mojom("url_mojom_gurl") {
sources = [
"url.mojom",
]
-
- typemaps = [ "gurl.typemap" ]
}
mojom("url_mojom_origin") {
@@ -17,8 +15,6 @@ mojom("url_mojom_origin") {
"origin.mojom",
]
- typemaps = [ "origin.typemap" ]
-
public_deps = [
":url_mojom_gurl",
]
@@ -29,11 +25,6 @@ mojom("test_url_mojom_gurl") {
"url_test.mojom",
]
- typemaps = [
- "gurl.typemap",
- "origin.typemap",
- ]
-
public_deps = [
":url_mojom_gurl",
":url_mojom_origin",
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | url/mojo/gurl.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698