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

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

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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/JavaScriptCore/config.h ('k') | Source/WTF/config.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 'variables': { 2 'variables': {
3 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'wtf_privateheader_files': [ 4 'wtf_privateheader_files': [
5 'wtf/ASCIICType.h', 5 'wtf/ASCIICType.h',
6 'wtf/AVLTree.h', 6 'wtf/AVLTree.h',
7 'wtf/Alignment.h', 7 'wtf/Alignment.h',
8 'wtf/AlwaysInline.h', 8 'wtf/AlwaysInline.h',
9 'wtf/Assertions.h', 9 'wtf/Assertions.h',
10 'wtf/Atomics.h', 10 'wtf/Atomics.h',
11 'wtf/BitArray.h', 11 'wtf/BitArray.h',
12 'wtf/BitVector.h', 12 'wtf/BitVector.h',
13 'wtf/Bitmap.h', 13 'wtf/Bitmap.h',
14 'wtf/BlockStack.h', 14 'wtf/BlockStack.h',
15 'wtf/BloomFilter.h', 15 'wtf/BloomFilter.h',
16 'wtf/BumpPointerAllocator.h', 16 'wtf/BumpPointerAllocator.h',
17 'wtf/ByteOrder.h', 17 'wtf/ByteOrder.h',
18 'wtf/CheckedArithmetic.h', 18 'wtf/CheckedArithmetic.h',
19 'wtf/CheckedBoolean.h', 19 'wtf/CheckedBoolean.h',
20 'wtf/Compiler.h', 20 'wtf/Compiler.h',
21 'wtf/Complex.h', 21 'wtf/Complex.h',
22 'wtf/CryptographicallyRandomNumber.h', 22 'wtf/CryptographicallyRandomNumber.h',
23 'wtf/CurrentTime.h', 23 'wtf/CurrentTime.h',
24 'wtf/DataLog.h', 24 'wtf/DataLog.h',
25 'wtf/DateMath.h', 25 'wtf/DateMath.h',
26 'wtf/DecimalNumber.h', 26 'wtf/DecimalNumber.h',
27 'wtf/Decoder.h', 27 'wtf/Decoder.h',
28 'wtf/Deque.h', 28 'wtf/Deque.h',
29 'wtf/DisallowCType.h',
30 'wtf/DoublyLinkedList.h', 29 'wtf/DoublyLinkedList.h',
31 'wtf/Encoder.h', 30 'wtf/Encoder.h',
32 'wtf/FastAllocBase.h', 31 'wtf/FastAllocBase.h',
33 'wtf/FastMalloc.h', 32 'wtf/FastMalloc.h',
34 'wtf/FeatureDefines.h', 33 'wtf/FeatureDefines.h',
35 'wtf/FilePrintStream.h', 34 'wtf/FilePrintStream.h',
36 'wtf/FixedArray.h', 35 'wtf/FixedArray.h',
37 'wtf/Forward.h', 36 'wtf/Forward.h',
38 'wtf/Functional.h', 37 'wtf/Functional.h',
39 'wtf/GetPtr.h', 38 'wtf/GetPtr.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'wtf/unicode/CollatorDefault.cpp', 250 'wtf/unicode/CollatorDefault.cpp',
252 'wtf/unicode/ScriptCodesFromICU.h', 251 'wtf/unicode/ScriptCodesFromICU.h',
253 'wtf/unicode/UTF8.cpp', 252 'wtf/unicode/UTF8.cpp',
254 'wtf/unicode/UnicodeMacrosFromICU.h', 253 'wtf/unicode/UnicodeMacrosFromICU.h',
255 'wtf/unicode/icu/CollatorICU.cpp', 254 'wtf/unicode/icu/CollatorICU.cpp',
256 'wtf/unicode/wchar/UnicodeWchar.cpp', 255 'wtf/unicode/wchar/UnicodeWchar.cpp',
257 'wtf/unicode/wchar/UnicodeWchar.h', 256 'wtf/unicode/wchar/UnicodeWchar.h',
258 ], 257 ],
259 } 258 }
260 } 259 }
OLDNEW
« no previous file with comments | « Source/JavaScriptCore/config.h ('k') | Source/WTF/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698