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

Unified Diff: content/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698