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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1875343002: Move WTF classes related to typed arrays to wtf/typed_arrays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index 0573b31ed82c9197d4daf7c0df4cd4fe9f232e18..399f003e1d1d68ac2ea549240c167fbf2adac6e5 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -9,16 +9,6 @@
'AddressSpaceRandomization.h',
'Alignment.h',
'Allocator.h',
- 'ArrayBuffer.cpp',
- 'ArrayBuffer.h',
- 'ArrayBufferBuilder.cpp',
- 'ArrayBufferBuilder.h',
- 'ArrayBufferContents.cpp',
- 'ArrayBufferContents.h',
- 'ArrayBufferView.cpp',
- 'ArrayBufferView.h',
- 'ArrayPiece.cpp',
- 'ArrayPiece.h',
'Assertions.cpp',
'Assertions.h',
'Atomics.h',
@@ -47,8 +37,6 @@
'DynamicAnnotations.h',
'FilePrintStream.cpp',
'FilePrintStream.h',
- 'Float32Array.h',
- 'Float64Array.h',
'Forward.h',
'Functional.h',
'GetPtr.h',
@@ -64,10 +52,6 @@
'HexNumber.h',
'InstanceCounter.cpp',
'InstanceCounter.h',
- 'Int16Array.h',
- 'Int32Array.h',
- 'Int8Array.h',
- 'IntegralTypedArrayBase.h',
'LeakAnnotations.h',
'LinkedStack.h',
'ListHashSet.h',
@@ -114,10 +98,6 @@
'ThreadingWin.cpp',
'TreeNode.h',
'TypeTraits.h',
- 'TypedArrayBase.h',
- 'Uint16Array.h',
- 'Uint32Array.h',
- 'Uint8Array.h',
'Vector.h',
'VectorTraits.h',
'WTF.cpp',
@@ -196,10 +176,29 @@
'text/WTFString.h',
'text/icu/CollatorICU.cpp',
'text/icu/UnicodeIcu.h',
+ 'typed_arrays/ArrayBuffer.cpp',
+ 'typed_arrays/ArrayBuffer.h',
+ 'typed_arrays/ArrayBufferBuilder.cpp',
+ 'typed_arrays/ArrayBufferBuilder.h',
+ 'typed_arrays/ArrayBufferContents.cpp',
+ 'typed_arrays/ArrayBufferContents.h',
+ 'typed_arrays/ArrayBufferView.cpp',
+ 'typed_arrays/ArrayBufferView.h',
+ 'typed_arrays/ArrayPiece.cpp',
+ 'typed_arrays/ArrayPiece.h',
+ 'typed_arrays/Float32Array.h',
+ 'typed_arrays/Float64Array.h',
+ 'typed_arrays/Int16Array.h',
+ 'typed_arrays/Int32Array.h',
+ 'typed_arrays/Int8Array.h',
+ 'typed_arrays/IntegralTypedArrayBase.h',
+ 'typed_arrays/TypedArrayBase.h',
+ 'typed_arrays/Uint16Array.h',
+ 'typed_arrays/Uint32Array.h',
+ 'typed_arrays/Uint8Array.h',
],
'wtf_unittest_files': [
'ASCIICTypeTest.cpp',
- 'ArrayBufferBuilderTest.cpp',
'AssertionsTest.cpp',
'DequeTest.cpp',
'FunctionalTest.cpp',
@@ -227,6 +226,7 @@
'text/TextCodecReplacementTest.cpp',
'text/TextCodecUTF8Test.cpp',
'text/WTFStringTest.cpp',
+ 'typed_arrays/ArrayBufferBuilderTest.cpp',
],
},
}
« no previous file with comments | « third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698