diff options
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 2cdb516..2dad2bc 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -53,6 +53,7 @@ '../skia/skia.gyp:skia', '../third_party/npapi/npapi.gyp:npapi', ], + 'defines': [ 'ISOLATION_AWARE_ENABLED=1' ], 'include_dirs': [ # all our own includes are relative to src/ '..', @@ -1021,6 +1022,10 @@ # Set /SUBSYSTEM:WINDOWS (for consistency). 'SubSystem': '2', }, + 'VCManifestTool': { + 'AdditionalManifestFiles': + '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', + }, }, }], ], |