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

Unified Diff: extensions/BUILD.gn

Issue 2809303002: Fix extensions targets building without chrome (Closed)
Patch Set: Created 3 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: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index b0215fc5d5d4479fe5cc7b58ddda0f8b65da7d6f..2a46ad3ca8f338957dce11dc8756362ea68c9d4c 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -52,6 +52,7 @@ grit("extensions_renderer_resources") {
deps = [
"//chrome/browser/media/router:mojo_bindings__generator",
+ "//chrome/browser/media/router:mojo_bindings_common",
Devlin 2017/04/11 23:02:56 Does mojo_bindings_common__generator work?
michaelpg 2017/04/12 00:03:29 It does! It only adds two .stamp files to the gene
"//device/serial:serial_mojo__generator",
"//extensions/common:mojo__generator",
"//extensions/common/api:mojom__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