Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: Source/WTF/wtf/wtf.gypi

Issue 13877003: Remove BinarySemaphore, which is unused. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/WTF/wtf/threads/win/BinarySemaphoreWin.cpp ('k') | no next file » | 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 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'AVLTree.h', 5 'AVLTree.h',
6 'Alignment.h', 6 'Alignment.h',
7 'AlwaysInline.h', 7 'AlwaysInline.h',
8 'ArrayBuffer.cpp', 8 'ArrayBuffer.cpp',
9 'ArrayBuffer.h', 9 'ArrayBuffer.h',
10 'ArrayBufferView.cpp', 10 'ArrayBufferView.cpp',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'text/StringBuilder.h', 214 'text/StringBuilder.h',
215 'text/StringConcatenate.h', 215 'text/StringConcatenate.h',
216 'text/StringHash.h', 216 'text/StringHash.h',
217 'text/StringImpl.cpp', 217 'text/StringImpl.cpp',
218 'text/StringImpl.h', 218 'text/StringImpl.h',
219 'text/StringOperators.h', 219 'text/StringOperators.h',
220 'text/StringStatics.cpp', 220 'text/StringStatics.cpp',
221 'text/TextPosition.h', 221 'text/TextPosition.h',
222 'text/WTFString.cpp', 222 'text/WTFString.cpp',
223 'text/WTFString.h', 223 'text/WTFString.h',
224 'threads/BinarySemaphore.cpp',
225 'threads/BinarySemaphore.h',
226 'unicode/CharacterNames.h', 224 'unicode/CharacterNames.h',
227 'unicode/Collator.h', 225 'unicode/Collator.h',
228 'unicode/CollatorDefault.cpp', 226 'unicode/CollatorDefault.cpp',
229 'unicode/ScriptCodesFromICU.h', 227 'unicode/ScriptCodesFromICU.h',
230 'unicode/UTF8.cpp', 228 'unicode/UTF8.cpp',
231 'unicode/UTF8.h', 229 'unicode/UTF8.h',
232 'unicode/Unicode.h', 230 'unicode/Unicode.h',
233 'unicode/UnicodeMacrosFromICU.h', 231 'unicode/UnicodeMacrosFromICU.h',
234 'unicode/icu/CollatorICU.cpp', 232 'unicode/icu/CollatorICU.cpp',
235 'unicode/icu/UnicodeIcu.h', 233 'unicode/icu/UnicodeIcu.h',
236 ], 234 ],
237 } 235 }
238 } 236 }
OLDNEW
« no previous file with comments | « Source/WTF/wtf/threads/win/BinarySemaphoreWin.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698