| OLD | NEW |
| 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 |
| OLD | NEW |