summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmonette <pmonette@chromium.org>2016-01-07 11:49:15 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 19:50:07 +0000
commit93536dbced3dee740cfc2ef4ea6892ff36daacc3 (patch)
tree057599d102155d4e53e474214247229e07de0fe3
parentb54fa117fb6e19784a5c80d06bf28073bdb1a01c (diff)
downloadchromium_src-93536dbced3dee740cfc2ef4ea6892ff36daacc3.zip
chromium_src-93536dbced3dee740cfc2ef4ea6892ff36daacc3.tar.gz
chromium_src-93536dbced3dee740cfc2ef4ea6892ff36daacc3.tar.bz2
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}
-rw-r--r--chrome/chrome.gyp4
1 files changed, 2 insertions, 2 deletions
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'
],
},
},