| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'defaults.gypi', | 3 'defaults.gypi', |
| 4 'common/common.gypi', | 4 'common/common.gypi', |
| 5 ], | 5 ], |
| 6 | 6 |
| 7 'variables': { | 7 'variables': { |
| 8 'build_type%': 'devbuild', | 8 'build_type%': 'devbuild', |
| 9 'build_version%': '', | 9 'build_version%': '', |
| 10 }, | 10 }, |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'src/plugin/PluginSystem.cpp', | 135 'src/plugin/PluginSystem.cpp', |
| 136 'src/plugin/PluginSystem.h', | 136 'src/plugin/PluginSystem.h', |
| 137 'src/plugin/PluginTabBase.cpp', | 137 'src/plugin/PluginTabBase.cpp', |
| 138 'src/plugin/PluginTabBase.h', | 138 'src/plugin/PluginTabBase.h', |
| 139 'src/plugin/PluginUserSettings.cpp', | 139 'src/plugin/PluginUserSettings.cpp', |
| 140 'src/plugin/PluginUserSettings.h', | 140 'src/plugin/PluginUserSettings.h', |
| 141 'src/plugin/PluginUtil.cpp', | 141 'src/plugin/PluginUtil.cpp', |
| 142 'src/plugin/PluginUtil.h', | 142 'src/plugin/PluginUtil.h', |
| 143 'src/plugin/PluginWbPassThrough.cpp', | 143 'src/plugin/PluginWbPassThrough.cpp', |
| 144 'src/plugin/PluginWbPassThrough.h', | 144 'src/plugin/PluginWbPassThrough.h', |
| 145 'src/plugin/ProtocolCF.h', | |
| 146 'src/plugin/ProtocolCF.inl', | |
| 147 'src/plugin/ProtocolImpl.h', | |
| 148 'src/plugin/ProtocolImpl.inl', | |
| 149 'src/plugin/Resource.h', | 145 'src/plugin/Resource.h', |
| 150 'src/plugin/SinkPolicy.h', | 146 'src/plugin/passthroughapp/ProtocolCF.h', |
| 151 'src/plugin/SinkPolicy.inl', | 147 'src/plugin/passthroughapp/ProtocolCF.inl', |
| 148 'src/plugin/passthroughapp/ProtocolImpl.h', |
| 149 'src/plugin/passthroughapp/ProtocolImpl.inl', |
| 150 'src/plugin/passthroughapp/SinkPolicy.h', |
| 151 'src/plugin/passthroughapp/SinkPolicy.inl', |
| 152 ], | 152 ], |
| 153 'include_dirs': [ | 153 'include_dirs': [ |
| 154 '$(WindowsSDK_IncludePath)', | 154 '$(WindowsSDK_IncludePath)', |
| 155 '$(VCInstallDir)atlmfc/include', | 155 '$(VCInstallDir)atlmfc/include', |
| 156 '$(WINDDKDIR)/inc/atl71', | 156 '$(WINDDKDIR)/inc/atl71', |
| 157 ], | 157 ], |
| 158 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or
a DLL | 158 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or
a DLL |
| 159 # That Is Brought into a Process" on the link here: | 159 # That Is Brought into a Process" on the link here: |
| 160 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85
%29.aspx#using_manifests | 160 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85
%29.aspx#using_manifests |
| 161 'defines': ['ISOLATION_AWARE_ENABLED'], | 161 'defines': ['ISOLATION_AWARE_ENABLED'], |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'Release': { | 308 'Release': { |
| 309 'msvs_settings': { | 309 'msvs_settings': { |
| 310 'VCLinkerTool': { | 310 'VCLinkerTool': { |
| 311 'AdditionalDependencies': ['atls.lib'], | 311 'AdditionalDependencies': ['atls.lib'], |
| 312 }, | 312 }, |
| 313 }, | 313 }, |
| 314 }, | 314 }, |
| 315 }, | 315 }, |
| 316 }] | 316 }] |
| 317 } | 317 } |
| OLD | NEW |