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

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

Issue 2392903003: Fix window_features.mojom Blink traits dependency (Closed)
Patch Set: Created 4 years, 2 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 5756888f82d82455d6bde2363f65e711449ecf0c..903800e8dfddd7c0990f78f9146f51d4ac9bb26a 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -746,6 +746,6 @@ source_set("shared_typemap_traits") {
"web/WindowFeaturesStructTraits.cpp",
]
deps = [
- ":new_wrapper_types_mojo_bindings__generator",
+ ":new_wrapper_types_mojo_bindings_shared__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