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

Unified Diff: extensions/BUILD.gn

Issue 1134753011: Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « components/html_viewer/BUILD.gn ('k') | gin/BUILD.gn » ('j') | 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 8cfaea5301d49822823a8a67e1ce73acb51ccf57..b627a0bdfb89cf77feebf0e5c18afb2d88b86638 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -59,9 +59,9 @@ grit("extensions_renderer_resources") {
]
deps = [
- "//device/serial:serial_mojo",
- "//extensions/common:mojo",
- "//extensions/common/api:mojom",
+ "//device/serial:serial_mojo__generator",
+ "//extensions/common:mojo__generator",
+ "//extensions/common/api:mojom__generator",
]
}
@@ -120,6 +120,7 @@ repack("shell_and_test_pak") {
deps = [
":extensions_resources",
"//content:resources",
+ "//content/app/strings",
"//content/browser/devtools:devtools_resources",
"//content/shell:resources",
"//extensions/shell:resources",
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | gin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698