From 93536dbced3dee740cfc2ef4ea6892ff36daacc3 Mon Sep 17 00:00:00 2001 From: pmonette Date: Thu, 7 Jan 2016 11:49:15 -0800 Subject: Fix kasko gyp build When adding the GN build to kasko, the location of kasko.dll changed. Review URL: https://codereview.chromium.org/1568943002 Cr-Commit-Position: refs/heads/master@{#368129} --- chrome/chrome.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d8c21a9..6694fb5 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -775,7 +775,7 @@ }], ['kasko==1', { 'variables': { - 'kasko_exe_dir': '<(DEPTH)/third_party/kasko', + 'kasko_exe_dir': '<(DEPTH)/third_party/kasko/binaries', }, 'targets': [ { @@ -801,7 +801,7 @@ 'kasko.dll.lib', ], 'AdditionalLibraryDirectories': [ - '<(DEPTH)/third_party/kasko' + '<(DEPTH)/third_party/kasko/binaries' ], }, }, -- cgit v1.1