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

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

Issue 1183763003: Remove ArrayBufferDeallocationObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s_ prefix Created 5 years, 6 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/testing/RunAllTests.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 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.h', 5 'ASCIICType.h',
6 'AddressSanitizer.h', 6 'AddressSanitizer.h',
7 'AddressSpaceRandomization.cpp', 7 'AddressSpaceRandomization.cpp',
8 'AddressSpaceRandomization.h', 8 'AddressSpaceRandomization.h',
9 'Alignment.h', 9 'Alignment.h',
10 'ArrayBuffer.cpp', 10 'ArrayBuffer.cpp',
11 'ArrayBuffer.h', 11 'ArrayBuffer.h',
12 'ArrayBufferBuilder.cpp', 12 'ArrayBufferBuilder.cpp',
13 'ArrayBufferBuilder.h', 13 'ArrayBufferBuilder.h',
14 'ArrayBufferContents.cpp', 14 'ArrayBufferContents.cpp',
15 'ArrayBufferContents.h', 15 'ArrayBufferContents.h',
16 'ArrayBufferDeallocationObserver.h',
17 'ArrayBufferView.cpp', 16 'ArrayBufferView.cpp',
18 'ArrayBufferView.h', 17 'ArrayBufferView.h',
19 'ArrayPiece.cpp', 18 'ArrayPiece.cpp',
20 'ArrayPiece.h', 19 'ArrayPiece.h',
21 'Assertions.cpp', 20 'Assertions.cpp',
22 'Assertions.h', 21 'Assertions.h',
23 'Atomics.h', 22 'Atomics.h',
24 'BitArray.h', 23 'BitArray.h',
25 'BitVector.cpp', 24 'BitVector.cpp',
26 'BitVector.h', 25 'BitVector.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'text/TextCodecUTF8Test.cpp', 239 'text/TextCodecUTF8Test.cpp',
241 'text/WTFStringTest.cpp', 240 'text/WTFStringTest.cpp',
242 ], 241 ],
243 'wtf_unittest_helper_files': [ 242 'wtf_unittest_helper_files': [
244 'testing/WTFTestHelpers.cpp', 243 'testing/WTFTestHelpers.cpp',
245 'testing/WTFTestHelpers.h', 244 'testing/WTFTestHelpers.h',
246 'testing/WTFUnitTestHelpersExport.h', 245 'testing/WTFUnitTestHelpersExport.h',
247 ], 246 ],
248 }, 247 },
249 } 248 }
OLDNEW
« no previous file with comments | « Source/wtf/testing/RunAllTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698