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

Unified Diff: build/util/BUILD.gn

Issue 1418623009: Output webkit_version.h into the target_gen_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include order Created 5 years, 2 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 | « no previous file | content/common/user_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/BUILD.gn
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index b7d8c565bdd6388c952be765fd65704104466d99..ad6f2ea78159e03aa2388b530a23f9be0d6ed0f9 100644
--- a/build/util/BUILD.gn
+++ b/build/util/BUILD.gn
@@ -13,7 +13,7 @@ action("webkit_version") {
template_file,
]
- output_file = "$root_gen_dir/webkit_version.h"
+ output_file = "$target_gen_dir/webkit_version.h"
outputs = [
output_file,
]
« no previous file with comments | « no previous file | content/common/user_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698