| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 ], | 210 ], |
| 211 'sources': [ | 211 'sources': [ |
| 212 'test/CommunicationTest.cpp', | 212 'test/CommunicationTest.cpp', |
| 213 'test/DictionaryTest.cpp', | 213 'test/DictionaryTest.cpp', |
| 214 'test/UtilTest.cpp', | 214 'test/UtilTest.cpp', |
| 215 'test/UtilGetQueryStringTest.cpp', | 215 'test/UtilGetQueryStringTest.cpp', |
| 216 'test/UtilGetSchemeAndHierarchicalPartTest.cpp', | 216 'test/UtilGetSchemeAndHierarchicalPartTest.cpp', |
| 217 ], | 217 ], |
| 218 'defines': ['WINVER=0x0501'], | 218 'defines': ['WINVER=0x0501'], |
| 219 'link_settings': { | 219 'link_settings': { |
| 220 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'], | 220 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32', '-lshlwa
pi'], |
| 221 }, | 221 }, |
| 222 'msvs_settings': { | 222 'msvs_settings': { |
| 223 'VCLinkerTool': { | 223 'VCLinkerTool': { |
| 224 'SubSystem': '1', # Console | 224 'SubSystem': '1', # Console |
| 225 'EntryPointSymbol': 'mainCRTStartup', | 225 'EntryPointSymbol': 'mainCRTStartup', |
| 226 }, | 226 }, |
| 227 }, | 227 }, |
| 228 }, | 228 }, |
| 229 | 229 |
| 230 { | 230 { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 }, { | 287 }, { |
| 288 'AdditionalLibraryDirectories': [ | 288 'AdditionalLibraryDirectories': [ |
| 289 '$(ADBLOCKPLUS_ATL)/lib/amd64', | 289 '$(ADBLOCKPLUS_ATL)/lib/amd64', |
| 290 ], | 290 ], |
| 291 } | 291 } |
| 292 ]], | 292 ]], |
| 293 }, | 293 }, |
| 294 }, | 294 }, |
| 295 }] | 295 }] |
| 296 } | 296 } |
| OLD | NEW |