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

Unified Diff: chrome/chrome_exe.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_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 7efcadb953129dfee84b7aac11df08be9ad03f46..749b0303a5a7e114401843b0ea2477b79e4a7d51 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -585,7 +585,7 @@
'chrome_version_resources',
'installer_util_nacl_win64',
'../base/base.gyp:base_i18n_nacl_win64',
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
'../base/base.gyp:base_static_win64',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../breakpad/breakpad.gyp:breakpad_handler_win64',

Powered by Google App Engine
This is Rietveld 408576698