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 3# found in the LICENSE file. 4 5{ 6 'variables': { 7 'virtual_driver_suffix': '64', 8 }, 9 'target_defaults': { 10 'defines': [ 11 '<@(nacl_win64_defines)', 12 ], 13 'dependencies': [ 14 '<(DEPTH)/base/base.gyp:base_win64', 15 '<(DEPTH)/chrome/chrome.gyp:launcher_support64', 16 '<(DEPTH)/chrome/common_constants.gyp:common_constants_win64', 17 ], 18 'configurations': { 19 'Common_Base': { 20 'msvs_target_platform': 'x64', 21 }, 22 }, 23 }, 24 'includes': [ 25 'virtual_driver.gypi', 26 ], 27} 28 29