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

Unified Diff: chrome/installer/mini_installer/BUILD.gn

Issue 2173533002: More fixes for the Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert a NaCl change. Created 4 years, 5 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 | « breakpad/symupload.exe ('k') | courgette/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/BUILD.gn
diff --git a/chrome/installer/mini_installer/BUILD.gn b/chrome/installer/mini_installer/BUILD.gn
index 842a0b539810ed6a62edd3df1f6d597d76b7917d..539aac97478a3db1cb9d9702fe2587890c846dbc 100644
--- a/chrome/installer/mini_installer/BUILD.gn
+++ b/chrome/installer/mini_installer/BUILD.gn
@@ -53,7 +53,7 @@ source_set("lib") {
process_version("version") {
template_file = "mini_installer_exe_version.rc.version"
- output = "$target_gen_dir/mini_installer_version.rc"
+ output = "$root_out_dir/mini_installer_exe_version.rc"
}
source_set("unit_tests") {
« no previous file with comments | « breakpad/symupload.exe ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698