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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1851813003: Make blink_headers depend on mojo_bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fuzzer-patch
Patch Set: Another approach 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index fd1e6e096fd01467f3289dad05311de72e3252b5..b44ddd7458de35e4356ef26c38ae2e19a76137ca 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -129,6 +129,9 @@ source_set("blink_headers") {
"//third_party/icu:icu_config",
]
sources = blink_headers_values.blink_public_sources
+ deps = [
+ ":generate_mojo_bindings",
+ ]
}
# GYP version: WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resources
@@ -209,3 +212,10 @@ if (is_android) {
]
}
}
+
+group("generate_mojo_bindings") {
+ deps = [
+ ":mojo_bindings__generator",
+ ":mojo_bindings_blink__generator",
+ ]
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698