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

Unified Diff: mojo/public/tools/bindings/blink_bindings_configuration.gni

Issue 2691483005: Mojo Bindings: Put typemap files in the build dependency tree (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/blink_bindings_configuration.gni
diff --git a/mojo/public/tools/bindings/blink_bindings_configuration.gni b/mojo/public/tools/bindings/blink_bindings_configuration.gni
index 8598cd81e2a7fa039c9aab9333084bbdfee1e78e..cdf93b65a96b3561d3f1b66dbfd4e8e7689d1de5 100644
--- a/mojo/public/tools/bindings/blink_bindings_configuration.gni
+++ b/mojo/public/tools/bindings/blink_bindings_configuration.gni
@@ -24,7 +24,10 @@ foreach(typemap_import, _typemap_imports) {
typemaps = []
foreach(typemap, _typemaps) {
- typemaps += [ read_file(typemap, "scope") ]
+ typemaps += [ {
+ filename = typemap
+ config = read_file(typemap, "scope")
+ } ]
}
blacklist = [
« no previous file with comments | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698