| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 ], | 207 ], |
| 208 'sources': [ | 208 'sources': [ |
| 209 'test/CommunicationTest.cpp', | 209 'test/CommunicationTest.cpp', |
| 210 'test/DictionaryTest.cpp', | 210 'test/DictionaryTest.cpp', |
| 211 'test/UtilTest.cpp', | 211 'test/UtilTest.cpp', |
| 212 'test/UtilGetQueryStringTest.cpp', | 212 'test/UtilGetQueryStringTest.cpp', |
| 213 'test/UtilGetSchemeAndHierarchicalPartTest.cpp', | 213 'test/UtilGetSchemeAndHierarchicalPartTest.cpp', |
| 214 ], | 214 ], |
| 215 'defines': ['WINVER=0x0501'], | 215 'defines': ['WINVER=0x0501'], |
| 216 'link_settings': { | 216 'link_settings': { |
| 217 'libraries': ['-ladvapi32', '-lshell32', '-lole32'], | 217 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'], |
| 218 }, | 218 }, |
| 219 'msvs_settings': { | 219 'msvs_settings': { |
| 220 'VCLinkerTool': { | 220 'VCLinkerTool': { |
| 221 'SubSystem': '1', # Console | 221 'SubSystem': '1', # Console |
| 222 'EntryPointSymbol': 'mainCRTStartup', | 222 'EntryPointSymbol': 'mainCRTStartup', |
| 223 }, | 223 }, |
| 224 }, | 224 }, |
| 225 }, | 225 }, |
| 226 | 226 |
| 227 { | 227 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 }, { | 281 }, { |
| 282 'AdditionalLibraryDirectories': [ | 282 'AdditionalLibraryDirectories': [ |
| 283 '$(ADBLOCKPLUS_ATL)/lib/amd64', | 283 '$(ADBLOCKPLUS_ATL)/lib/amd64', |
| 284 ], | 284 ], |
| 285 } | 285 } |
| 286 ]], | 286 ]], |
| 287 }, | 287 }, |
| 288 }, | 288 }, |
| 289 }] | 289 }] |
| 290 } | 290 } |
| OLD | NEW |