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

Unified Diff: chrome/BUILD.gn

Issue 2152333002: Fix the Win64 GN installer config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy courgette64.exe to courgette.exe. 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 | « no previous file | courgette/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b2d01f34dc370be2638fee9ea3f06599e0b8276b..74a93b5ff840e6aed787694cde991af16b735db8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -152,6 +152,7 @@ if (!is_android && !is_mac) {
deps += [
":chrome_dll",
":chrome_exe_version",
+ ":copy_first_run",
":file_pre_reader",
":visual_elements_resources",
"//base",
@@ -445,6 +446,14 @@ if (is_win) {
}
}
}
+ copy("copy_first_run") {
+ sources = [
+ "app/firstRun",
+ ]
+ outputs = [
+ "$root_out_dir/First Run",
+ ]
+ }
} else if (is_mac) {
chrome_helper_name = chrome_product_full_name + " Helper"
chrome_framework_name = chrome_product_full_name + " Framework"
« no previous file with comments | « no previous file | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698