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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common_constants.gyp ('k') | components/breakpad.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'virtual_driver_suffix': '64', 7 'virtual_driver_suffix': '64',
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
11 '<@(nacl_win64_defines)', 11 '<@(nacl_win64_defines)',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base_nacl_win64', 14 '<(DEPTH)/base/base.gyp:base_win64',
15 '<(DEPTH)/chrome/chrome.gyp:launcher_support64', 15 '<(DEPTH)/chrome/chrome.gyp:launcher_support64',
16 '<(DEPTH)/chrome/common_constants.gyp:common_constants_win64', 16 '<(DEPTH)/chrome/common_constants.gyp:common_constants_win64',
17 ], 17 ],
18 'configurations': { 18 'configurations': {
19 'Common_Base': { 19 'Common_Base': {
20 'msvs_target_platform': 'x64', 20 'msvs_target_platform': 'x64',
21 }, 21 },
22 }, 22 },
23 }, 23 },
24 'includes': [ 24 'includes': [
25 'virtual_driver.gypi', 25 'virtual_driver.gypi',
26 ], 26 ],
27 } 27 }
28 28
OLDNEW
« 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