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

Unified Diff: sky/engine/wtf/BUILD.gn

Issue 1205793002: Remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/wtf/Assertions.h ('k') | sky/engine/wtf/ByteOrder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/BUILD.gn
diff --git a/sky/engine/wtf/BUILD.gn b/sky/engine/wtf/BUILD.gn
index ce09a3592ae05226b7791d6708377e00f4775cac..e9d7197f1f5cf748ed4c3fc8b959d59e8c58d97c 100644
--- a/sky/engine/wtf/BUILD.gn
+++ b/sky/engine/wtf/BUILD.gn
@@ -8,6 +8,7 @@ visibility = [ "//sky/*" ]
component("wtf") {
sources = [
+ "ASCIICType.h",
"AddressSpaceRandomization.cpp",
"AddressSpaceRandomization.h",
"Alignment.h",
@@ -22,8 +23,6 @@ component("wtf") {
"ArrayBufferView.h",
"ArrayPiece.cpp",
"ArrayPiece.h",
- "ASCIICType.h",
- "asm/SaturatedArithmeticARM.h",
"Assertions.cpp",
"Assertions.h",
"Atomics.h",
@@ -34,10 +33,10 @@ component("wtf") {
"BloomFilter.h",
"ByteOrder.h",
"ByteSwap.h",
+ "CPU.h",
"CheckedArithmetic.h",
"Compiler.h",
"Complex.h",
- "CPU.h",
"CryptographicallyRandomNumber.cpp",
"CryptographicallyRandomNumber.h",
"CurrentTime.cpp",
@@ -51,26 +50,6 @@ component("wtf") {
"Deque.h",
"DoubleBufferedDeque.h",
"DoublyLinkedList.h",
- "dtoa.cpp",
- "dtoa.h",
- "dtoa/bignum-dtoa.cc",
- "dtoa/bignum-dtoa.h",
- "dtoa/bignum.cc",
- "dtoa/bignum.h",
- "dtoa/cached-powers.cc",
- "dtoa/cached-powers.h",
- "dtoa/diy-fp.cc",
- "dtoa/diy-fp.h",
- "dtoa/double-conversion.cc",
- "dtoa/double-conversion.h",
- "dtoa/double.h",
- "dtoa/fast-dtoa.cc",
- "dtoa/fast-dtoa.h",
- "dtoa/fixed-dtoa.cc",
- "dtoa/fixed-dtoa.h",
- "dtoa/strtod.cc",
- "dtoa/strtod.h",
- "dtoa/utils.h",
"DynamicAnnotations.cpp",
"DynamicAnnotations.h",
"EnumClass.h",
@@ -109,10 +88,11 @@ component("wtf") {
"MallocZoneSupport.h",
"MathExtras.h",
"MessageQueue.h",
- "Noncopyable.h",
"NonCopyingSort.h",
+ "Noncopyable.h",
"NotFound.h",
"NullPtr.h",
+ "OperatingSystem.h",
"OwnPtr.h",
"OwnPtrCommon.h",
"PageAllocator.cpp",
@@ -142,6 +122,52 @@ component("wtf") {
"TemporaryChange.h",
"TerminatedArray.h",
"TerminatedArrayBuilder.h",
+ "ThreadIdentifierDataPthreads.cpp",
+ "ThreadIdentifierDataPthreads.h",
+ "ThreadRestrictionVerifier.h",
+ "ThreadSafeRefCounted.h",
+ "ThreadSpecific.h",
+ "Threading.h",
+ "ThreadingPrimitives.h",
+ "ThreadingPthreads.cpp",
+ "TreeNode.h",
+ "TriState.h",
+ "TypeTraits.cpp",
+ "TypeTraits.h",
+ "TypedArrayBase.h",
+ "Uint16Array.h",
+ "Uint32Array.h",
+ "Uint8Array.h",
+ "Uint8ClampedArray.h",
+ "Vector.h",
+ "VectorTraits.h",
+ "WTF.cpp",
+ "WTF.h",
+ "WTFExport.h",
+ "WTFThreadData.cpp",
+ "WTFThreadData.h",
+ "WeakPtr.h",
+ "asm/SaturatedArithmeticARM.h",
+ "dtoa.cpp",
+ "dtoa.h",
+ "dtoa/bignum-dtoa.cc",
+ "dtoa/bignum-dtoa.h",
+ "dtoa/bignum.cc",
+ "dtoa/bignum.h",
+ "dtoa/cached-powers.cc",
+ "dtoa/cached-powers.h",
+ "dtoa/diy-fp.cc",
+ "dtoa/diy-fp.h",
+ "dtoa/double-conversion.cc",
+ "dtoa/double-conversion.h",
+ "dtoa/double.h",
+ "dtoa/fast-dtoa.cc",
+ "dtoa/fast-dtoa.h",
+ "dtoa/fixed-dtoa.cc",
+ "dtoa/fixed-dtoa.h",
+ "dtoa/strtod.cc",
+ "dtoa/strtod.h",
+ "dtoa/utils.h",
"text/ASCIIFastPath.h",
"text/AtomicString.cpp",
"text/AtomicString.h",
@@ -172,12 +198,12 @@ component("wtf") {
"text/TextCodecLatin1.h",
"text/TextCodecReplacement.cpp",
"text/TextCodecReplacement.h",
- "text/TextCodecUserDefined.cpp",
- "text/TextCodecUserDefined.h",
"text/TextCodecUTF16.cpp",
"text/TextCodecUTF16.h",
"text/TextCodecUTF8.cpp",
"text/TextCodecUTF8.h",
+ "text/TextCodecUserDefined.cpp",
+ "text/TextCodecUserDefined.h",
"text/TextEncoding.cpp",
"text/TextEncoding.h",
"text/TextEncodingRegistry.cpp",
@@ -186,38 +212,13 @@ component("wtf") {
"text/TextPosition.h",
"text/WTFString.cpp",
"text/WTFString.h",
- "ThreadIdentifierDataPthreads.cpp",
- "ThreadIdentifierDataPthreads.h",
- "Threading.h",
- "ThreadingPrimitives.h",
- "ThreadingPthreads.cpp",
- "ThreadRestrictionVerifier.h",
- "ThreadSafeRefCounted.h",
- "ThreadSpecific.h",
- "TreeNode.h",
- "TriState.h",
- "TypedArrayBase.h",
- "TypeTraits.cpp",
- "TypeTraits.h",
- "Uint16Array.h",
- "Uint32Array.h",
- "Uint8Array.h",
- "Uint8ClampedArray.h",
"unicode/CharacterNames.h",
"unicode/Collator.h",
- "unicode/icu/CollatorICU.cpp",
- "unicode/icu/UnicodeIcu.h",
- "unicode/Unicode.h",
"unicode/UTF8.cpp",
"unicode/UTF8.h",
- "Vector.h",
- "VectorTraits.h",
- "WeakPtr.h",
- "WTF.cpp",
- "WTF.h",
- "WTFExport.h",
- "WTFThreadData.cpp",
- "WTFThreadData.h",
+ "unicode/Unicode.h",
+ "unicode/icu/CollatorICU.cpp",
+ "unicode/icu/UnicodeIcu.h",
]
configs += [
@@ -260,6 +261,7 @@ test("unittests") {
"TemporaryChangeTest.cpp",
"TreeNodeTest.cpp",
"VectorTest.cpp",
+ "testing/RunAllTests.cpp",
"testing/WTFTestHelpersTest.cpp",
"text/AtomicStringTest.cpp",
"text/CStringTest.cpp",
@@ -270,7 +272,6 @@ test("unittests") {
"text/TextCodecReplacementTest.cpp",
"text/TextCodecUTF8Test.cpp",
"text/WTFStringTest.cpp",
- "testing/RunAllTests.cpp",
]
configs += [ "//sky/engine:config" ]
« no previous file with comments | « sky/engine/wtf/Assertions.h ('k') | sky/engine/wtf/ByteOrder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698