| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 110180d4cfe66c0de4a2687b45e6d68227e4212e..b284d4d912f3a684d4b8fb24c4212aa4dac838f4 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -783,5 +783,41 @@
|
| },
|
| ],
|
| }],
|
| + ['syzyasan==1', {
|
| + 'variables': {
|
| + 'kasko_exe_dir': '<(DEPTH)/third_party/kasko',
|
| + },
|
| + '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'
|
| + ],
|
| + },
|
| + },
|
| + },
|
| + },
|
| + ],
|
| + }],
|
| ], # 'conditions'
|
| }
|
|
|