Index: content/BUILD.gn |
diff --git a/content/BUILD.gn b/content/BUILD.gn |
index 33c2d2228c88f503451ca0e6106c0382819adf67..5560c9a255691c228ee3cdfa6df2b73ffb59fad2 100644 |
--- a/content/BUILD.gn |
+++ b/content/BUILD.gn |
@@ -118,7 +118,7 @@ grit("resources") { |
] |
grit_flags = [ |
"-E", |
- "root_out_dir=" + rebase_path(root_out_dir, root_build_dir), |
+ "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
] |
deps = [ |
"//content/public/app:browser_manifest", |