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

Unified Diff: cloud_print/virtual_driver/win/virtual_driver64.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: Address CR feedback 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
« no previous file with comments | « chrome/common_constants.gyp ('k') | components/breakpad.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/virtual_driver64.gyp
diff --git a/cloud_print/virtual_driver/win/virtual_driver64.gyp b/cloud_print/virtual_driver/win/virtual_driver64.gyp
index b41a992e03ce61fc294991fbd1503ba73c634f73..26a167fd9b1c680b6205499c30bfdb828fd50551 100644
--- a/cloud_print/virtual_driver/win/virtual_driver64.gyp
+++ b/cloud_print/virtual_driver/win/virtual_driver64.gyp
@@ -11,7 +11,7 @@
'<@(nacl_win64_defines)',
],
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_nacl_win64',
+ '<(DEPTH)/base/base.gyp:base_win64',
'<(DEPTH)/chrome/chrome.gyp:launcher_support64',
'<(DEPTH)/chrome/common_constants.gyp:common_constants_win64',
],
« no previous file with comments | « chrome/common_constants.gyp ('k') | components/breakpad.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698