Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: adblockplus.gyp

Issue 29332484: Noissue - Add conversion function from 'BSTR' to 'std::wstring' (Closed)
Patch Set: Created Dec. 9, 2015, 1:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/shared/Utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | src/shared/Utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld