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

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

Issue 13886014: Remove FeatureDefines.h as it was designed to deal with the variety of build systems for WebKit. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FeatureDefines.h 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
« no previous file with comments | « Source/wtf/Platform.h ('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 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferView.cpp', 9 'ArrayBufferView.cpp',
10 'ArrayBufferView.h', 10 'ArrayBufferView.h',
(...skipping 25 matching lines...) Expand all
36 'DecimalNumber.h', 36 'DecimalNumber.h',
37 'Decoder.h', 37 'Decoder.h',
38 'Deque.h', 38 'Deque.h',
39 'DoublyLinkedList.h', 39 'DoublyLinkedList.h',
40 'DynamicAnnotations.cpp', 40 'DynamicAnnotations.cpp',
41 'DynamicAnnotations.h', 41 'DynamicAnnotations.h',
42 'Encoder.h', 42 'Encoder.h',
43 'FastAllocBase.h', 43 'FastAllocBase.h',
44 'FastMalloc.cpp', 44 'FastMalloc.cpp',
45 'FastMalloc.h', 45 'FastMalloc.h',
46 'FeatureDefines.h',
47 'FilePrintStream.cpp', 46 'FilePrintStream.cpp',
48 'FilePrintStream.h', 47 'FilePrintStream.h',
49 'FixedArray.h', 48 'FixedArray.h',
50 'Float32Array.h', 49 'Float32Array.h',
51 'Float64Array.h', 50 'Float64Array.h',
52 'Forward.h', 51 'Forward.h',
53 'Functional.h', 52 'Functional.h',
54 'GetPtr.h', 53 'GetPtr.h',
55 'GregorianDateTime.cpp', 54 'GregorianDateTime.cpp',
56 'GregorianDateTime.h', 55 'GregorianDateTime.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'unicode/ScriptCodesFromICU.h', 225 'unicode/ScriptCodesFromICU.h',
227 'unicode/UTF8.cpp', 226 'unicode/UTF8.cpp',
228 'unicode/UTF8.h', 227 'unicode/UTF8.h',
229 'unicode/Unicode.h', 228 'unicode/Unicode.h',
230 'unicode/UnicodeMacrosFromICU.h', 229 'unicode/UnicodeMacrosFromICU.h',
231 'unicode/icu/CollatorICU.cpp', 230 'unicode/icu/CollatorICU.cpp',
232 'unicode/icu/UnicodeIcu.h', 231 'unicode/icu/UnicodeIcu.h',
233 ], 232 ],
234 } 233 }
235 } 234 }
OLDNEW
« no previous file with comments | « Source/wtf/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698