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

Unified Diff: mojo/services/public/interfaces/input_events/BUILD.gn

Issue 611023002: Mojo + GN: Fix missing dependencies in existing existing mojom targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/services/public/interfaces/gpu/BUILD.gn ('k') | mojo/services/public/interfaces/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/input_events/BUILD.gn
diff --git a/mojo/services/public/interfaces/input_events/BUILD.gn b/mojo/services/public/interfaces/input_events/BUILD.gn
index ac1c94c1de764d645bc43b34dd8a69cff7ec7259..6c179c617561583b59e07e62cad4864132796d73 100644
--- a/mojo/services/public/interfaces/input_events/BUILD.gn
+++ b/mojo/services/public/interfaces/input_events/BUILD.gn
@@ -8,6 +8,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("input_events") {
sources = [
"input_events.mojom",
+ "input_event_constants.mojom",
+ "input_key_codes.mojom",
]
deps = [
« no previous file with comments | « mojo/services/public/interfaces/gpu/BUILD.gn ('k') | mojo/services/public/interfaces/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698