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

Unified Diff: build/common.gypi

Issue 12300024: Change intermediate and output directories for 64bit VS build to different from x86 build. This su… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@allocator
Patch Set: shorten line lengths a bit Created 7 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 133865743ded94b818e5aa49dc2b0e45fea20ff9..f04cdb4a9c50dcbedc52545f03934ed29502505c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2188,6 +2188,10 @@
},
'x64_Base': {
'abstract': 1,
+ 'msvs_configuration_attributes': {
+ 'OutputDirectory':
+ '<(DEPTH)\\build\\<(build_dir_prefix)$(ConfigurationName)_x64',
+ },
'msvs_configuration_platform': 'x64',
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698