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

Unified Diff: mojo/services/public/interfaces/gpu/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 | « no previous file | mojo/services/public/interfaces/input_events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/gpu/BUILD.gn
diff --git a/mojo/services/public/interfaces/gpu/BUILD.gn b/mojo/services/public/interfaces/gpu/BUILD.gn
index feb4b18ae31ffc5b5a65d1e9ca2a0791509d3fc0..e7126e8a7058281b9c48c44f0cf108b3f4f6fc6b 100644
--- a/mojo/services/public/interfaces/gpu/BUILD.gn
+++ b/mojo/services/public/interfaces/gpu/BUILD.gn
@@ -12,6 +12,7 @@ mojom("gpu") {
deps = [
"//mojo/services/gles2:bindings",
+ "//mojo/services/gles2:interfaces",
"//mojo/services/public/interfaces/geometry",
]
}
« no previous file with comments | « no previous file | mojo/services/public/interfaces/input_events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698