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

Side by Side Diff: libadblockplus.gyp

Issue 29498570: Issue #4711 - remove lagacy Thread and Mutex classes (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 26, 2017, 2:39 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/Thread.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 'conditions': [[ 2 'conditions': [[
3 # We don't want to use curl on Windows and Android, skip the check there 3 # We don't want to use curl on Windows and Android, skip the check there
4 'OS=="win" or OS=="android"', 4 'OS=="win" or OS=="android"',
5 { 5 {
6 'variables': { 6 'variables': {
7 'have_curl': 0 7 'have_curl': 0
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'test/ConsoleJsObject.cpp', 190 'test/ConsoleJsObject.cpp',
191 'test/DefaultFileSystem.cpp', 191 'test/DefaultFileSystem.cpp',
192 'test/FileSystemJsObject.cpp', 192 'test/FileSystemJsObject.cpp',
193 'test/FilterEngine.cpp', 193 'test/FilterEngine.cpp',
194 'test/GlobalJsObject.cpp', 194 'test/GlobalJsObject.cpp',
195 'test/JsEngine.cpp', 195 'test/JsEngine.cpp',
196 'test/JsValue.cpp', 196 'test/JsValue.cpp',
197 'test/Notification.cpp', 197 'test/Notification.cpp',
198 'test/Prefs.cpp', 198 'test/Prefs.cpp',
199 'test/ReferrerMapping.cpp', 199 'test/ReferrerMapping.cpp',
200 'test/Thread.cpp',
201 'test/UpdateCheck.cpp', 200 'test/UpdateCheck.cpp',
202 'test/WebRequest.cpp' 201 'test/WebRequest.cpp'
203 ], 202 ],
204 'msvs_settings': { 203 'msvs_settings': {
205 'VCLinkerTool': { 204 'VCLinkerTool': {
206 'SubSystem': '1', # Console 205 'SubSystem': '1', # Console
207 'EntryPointSymbol': 'mainCRTStartup', 206 'EntryPointSymbol': 'mainCRTStartup',
208 }, 207 },
209 }, 208 },
210 }] 209 }]
211 } 210 }
OLDNEW
« no previous file with comments | « no previous file | src/Thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld