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

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

Issue 267133002: [webcrypto] Allow both ArrayBuffer and ArrayBufferView as inputs to crypto.subtle methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename ArrayBytes --> ArrayPiece Created 6 years, 7 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/Forward.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 # 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 'Alignment.h', 6 'Alignment.h',
7 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferBuilder.cpp', 9 'ArrayBufferBuilder.cpp',
10 'ArrayBufferBuilder.h', 10 'ArrayBufferBuilder.h',
11 'ArrayBufferContents.cpp', 11 'ArrayBufferContents.cpp',
12 'ArrayBufferContents.h', 12 'ArrayBufferContents.h',
13 'ArrayBufferDeallocationObserver.h', 13 'ArrayBufferDeallocationObserver.h',
14 'ArrayBufferView.cpp', 14 'ArrayBufferView.cpp',
15 'ArrayBufferView.h', 15 'ArrayBufferView.h',
16 'ArrayPiece.cpp',
17 'ArrayPiece.h',
16 'Assertions.cpp', 18 'Assertions.cpp',
17 'Assertions.h', 19 'Assertions.h',
18 'Atomics.h', 20 'Atomics.h',
19 'BitArray.h', 21 'BitArray.h',
20 'BitVector.cpp', 22 'BitVector.cpp',
21 'BitVector.h', 23 'BitVector.h',
22 'BitwiseOperations.h', 24 'BitwiseOperations.h',
23 'BloomFilter.h', 25 'BloomFilter.h',
24 'ByteOrder.h', 26 'ByteOrder.h',
25 'ByteSwap.h', 27 'ByteSwap.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'text/TextCodecUTF8Test.cpp', 231 'text/TextCodecUTF8Test.cpp',
230 'text/WTFStringTest.cpp', 232 'text/WTFStringTest.cpp',
231 ], 233 ],
232 'wtf_unittest_helper_files': [ 234 'wtf_unittest_helper_files': [
233 'testing/WTFTestHelpers.cpp', 235 'testing/WTFTestHelpers.cpp',
234 'testing/WTFTestHelpers.h', 236 'testing/WTFTestHelpers.h',
235 'testing/WTFUnitTestHelpersExport.h', 237 'testing/WTFUnitTestHelpersExport.h',
236 ], 238 ],
237 }, 239 },
238 } 240 }
OLDNEW
« no previous file with comments | « Source/wtf/Forward.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698