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

Unified Diff: ppapi/ppapi_internal.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: ppapi/ppapi_internal.gyp
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index 26bd9c4f0e4436fef26b7dacfb02b3ee3446409e..989a5915f63d534abb3ff9a785a5915a9ced7860 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -224,7 +224,7 @@
},
'dependencies': [
'ppapi.gyp:ppapi_c',
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../ipc/ipc.gyp:ipc_win64',
],
@@ -232,7 +232,7 @@
'<@(nacl_win64_defines)',
],
'export_dependent_settings': [
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
],
'configurations': {
'Common_Base': {
@@ -248,7 +248,7 @@
'ppapi_ipc_target': 1,
},
'dependencies': [
- '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_win64',
'../ipc/ipc.gyp:ipc_win64',
'../gpu/gpu.gyp:gpu_ipc_win64',
'ppapi.gyp:ppapi_c',

Powered by Google App Engine
This is Rietveld 408576698