| Index: chrome_frame/chrome_frame.gyp
|
| ===================================================================
|
| --- chrome_frame/chrome_frame.gyp (revision 72366)
|
| +++ chrome_frame/chrome_frame.gyp (working copy)
|
| @@ -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/
|
| '..',
|
| @@ -1055,6 +1056,10 @@
|
| # Set /SUBSYSTEM:WINDOWS (for consistency).
|
| 'SubSystem': '2',
|
| },
|
| + 'VCManifestTool': {
|
| + 'AdditionalManifestFiles':
|
| + '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest',
|
| + },
|
| },
|
| }],
|
| ],
|
|
|