From 502a83e013988cb8202844650e0e423ec2d8ee78 Mon Sep 17 00:00:00 2001 From: pmonette Date: Thu, 7 Jan 2016 16:21:16 -0800 Subject: Switched Kasko to use the new buildflag system. Moved gyp build to third_party/kasko Also fixed some build issues that came with rebasing to tip of tree. Review URL: https://codereview.chromium.org/1526213002 Cr-Commit-Position: refs/heads/master@{#368212} --- chrome/chrome.gyp | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6694fb5..6beaddd 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -773,41 +773,5 @@ }, ], }], - ['kasko==1', { - 'variables': { - 'kasko_exe_dir': '<(DEPTH)/third_party/kasko/binaries', - }, - 'targets': [ - { - 'target_name': 'kasko_dll', - 'type': 'none', - 'outputs': [ - '<(PRODUCT_DIR)/kasko.dll', - '<(PRODUCT_DIR)/kasko.dll.pdb', - ], - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)', - 'files': [ - '<(kasko_exe_dir)/kasko.dll', - '<(kasko_exe_dir)/kasko.dll.pdb', - ], - }, - ], - 'direct_dependent_settings': { - 'msvs_settings': { - 'VCLinkerTool': { - 'AdditionalDependencies': [ - 'kasko.dll.lib', - ], - 'AdditionalLibraryDirectories': [ - '<(DEPTH)/third_party/kasko/binaries' - ], - }, - }, - }, - }, - ], - }], ], # 'conditions' } -- cgit v1.1