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

Unified Diff: extensions/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 046cdcd3677de887f668d8d2c12fd66ce88b0caf..534cb15c45103d968cb3912affc4c1077a3eaf17 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -59,6 +59,7 @@ grit("extensions_renderer_resources") {
deps = [
"//device/serial:serial_mojo",
+ "//extensions/common:mojo",
Slava Chigrin 2015/01/30 16:29:31 It uses keep_alive.mojom.js https://code.google.c
"//extensions/common/api:mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698