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

Unified Diff: chrome/chrome_installer.gypi

Issue 103333004: Allow Win64 build of base library even in a Win32 build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base Win64: Replace existing base_nacl_win64 target with the new target. Created 7 years 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
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index c424e77d96e06d05fbe4c223ba2ba2cd66aa2bd7..6b29214b07ce6804ae48a2dc2fb124ec910bdd19 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -500,7 +500,7 @@
'<@(nacl_win64_defines)',
],
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_nacl_win64',
+ '<(DEPTH)/base/base.gyp:base_win64',
],
'configurations': {
'Common_Base': {

Powered by Google App Engine
This is Rietveld 408576698