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

Unified Diff: courgette/courgette.gyp

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: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 9de536f508b0c953db0eedcf71e3f9d95c897ef6..fbd1ced40d4556a757a807469772c0e4376ec881 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -176,7 +176,7 @@
'target_name': 'courgette_lib64',
'type': 'static_library',
'dependencies': [
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64',
],
'sources': [
@@ -196,7 +196,7 @@
],
'dependencies': [
'courgette_lib64',
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
],
'configurations': {
'Common_Base': {

Powered by Google App Engine
This is Rietveld 408576698