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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: fixup Created 3 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index e3aa93bab50db93efd5e55318272cbe754786be3..840ae92b9874447e96bb06179f33fe946f94ac77 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -23,7 +23,7 @@ grit("resources") {
]
grit_flags = [
"-E",
- "mojom_root=" + rebase_path(root_gen_dir),
+ "mojom_root=" + rebase_path(root_gen_dir, root_build_dir),
]
deps = [
"//chrome/common/media_router/mojo:media_controller__generator",

Powered by Google App Engine
This is Rietveld 408576698