| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 assert(!is_ios) | 5 assert(!is_ios) |
| 6 | 6 |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
| 9 | 9 |
| 10 visibility = [ | 10 visibility = [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "CPU.h", | 33 "CPU.h", |
| 34 "CheckedNumeric.h", | 34 "CheckedNumeric.h", |
| 35 "Compiler.h", | 35 "Compiler.h", |
| 36 "ConditionalDestructor.h", | 36 "ConditionalDestructor.h", |
| 37 "ContainerAnnotations.h", | 37 "ContainerAnnotations.h", |
| 38 "CryptographicallyRandomNumber.h", | 38 "CryptographicallyRandomNumber.h", |
| 39 "CurrentTime.h", | 39 "CurrentTime.h", |
| 40 "DataLog.h", | 40 "DataLog.h", |
| 41 "DateMath.h", | 41 "DateMath.h", |
| 42 "Deque.h", | 42 "Deque.h", |
| 43 "DoublyLinkedList.h", |
| 43 "Dummy.cpp", | 44 "Dummy.cpp", |
| 44 "DoublyLinkedList.h", | |
| 45 "DynamicAnnotations.h", | 45 "DynamicAnnotations.h", |
| 46 "FilePrintStream.h", | 46 "FilePrintStream.h", |
| 47 "Forward.h", | 47 "Forward.h", |
| 48 "Functional.h", | 48 "Functional.h", |
| 49 "GetPtr.h", | 49 "GetPtr.h", |
| 50 "HashCountedSet.h", | 50 "HashCountedSet.h", |
| 51 "HashFunctions.h", | 51 "HashFunctions.h", |
| 52 "HashIterators.h", | 52 "HashIterators.h", |
| 53 "HashMap.h", | 53 "HashMap.h", |
| 54 "HashSet.h", | 54 "HashSet.h", |
| 55 "HashTable.h", | 55 "HashTable.h", |
| 56 "HashTableDeletedValueType.h", | 56 "HashTableDeletedValueType.h", |
| 57 "HashTraits.h", | 57 "HashTraits.h", |
| 58 "HexNumber.h", | 58 "HexNumber.h", |
| 59 "InstanceCounter.h", | 59 "InstanceCounter.h", |
| 60 "LeakAnnotations.h", | 60 "LeakAnnotations.h", |
| 61 "ListHashSet.h", | 61 "ListHashSet.h", |
| 62 "Locker.h", | 62 "Locker.h", |
| 63 "MathExtras.h", | 63 "MathExtras.h", |
| 64 "NonCopyingSort.h", | 64 "NonCopyingSort.h", |
| 65 "Noncopyable.h", | 65 "Noncopyable.h", |
| 66 "NotFound.h", | 66 "NotFound.h", |
| 67 "Optional.h", | 67 "Optional.h", |
| 68 "PassRefPtr.h", | 68 "PassRefPtr.h", |
| 69 "PrintStream.h", | 69 "PrintStream.h", |
| 70 "PtrUtil.h", | 70 "PtrUtil.h", |
| 71 "RefCounted.h", | 71 "RefCounted.h", |
| 72 "RefPtr.h", | 72 "RefPtr.h", |
| 73 "RefVector.h", |
| 73 "RetainPtr.h", | 74 "RetainPtr.h", |
| 74 "SaturatedArithmetic.h", | 75 "SaturatedArithmetic.h", |
| 75 "SizeAssertions.h", | 76 "SizeAssertions.h", |
| 76 "SpinLock.h", | 77 "SpinLock.h", |
| 77 "StackUtil.h", | 78 "StackUtil.h", |
| 78 "StaticConstructors.h", | 79 "StaticConstructors.h", |
| 79 "StdLibExtras.h", | 80 "StdLibExtras.h", |
| 80 "StringExtras.h", | 81 "StringExtras.h", |
| 81 "StringHasher.h", | 82 "StringHasher.h", |
| 83 "TerminatedArray.h", |
| 84 "TerminatedArrayBuilder.h", |
| 82 "ThreadRestrictionVerifier.h", | 85 "ThreadRestrictionVerifier.h", |
| 83 "ThreadSafeRefCounted.h", | 86 "ThreadSafeRefCounted.h", |
| 84 "ThreadSpecific.h", | 87 "ThreadSpecific.h", |
| 85 "Threading.h", | 88 "Threading.h", |
| 86 "ThreadingPrimitives.h", | 89 "ThreadingPrimitives.h", |
| 87 "Time.h", | 90 "Time.h", |
| 88 "TreeNode.h", | 91 "TreeNode.h", |
| 89 "TypeTraits.h", | 92 "TypeTraits.h", |
| 90 "Vector.h", | 93 "Vector.h", |
| 91 "VectorTraits.h", | 94 "VectorTraits.h", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "typed_arrays/Float32Array.h", | 153 "typed_arrays/Float32Array.h", |
| 151 "typed_arrays/Float64Array.h", | 154 "typed_arrays/Float64Array.h", |
| 152 "typed_arrays/Int16Array.h", | 155 "typed_arrays/Int16Array.h", |
| 153 "typed_arrays/Int32Array.h", | 156 "typed_arrays/Int32Array.h", |
| 154 "typed_arrays/Int8Array.h", | 157 "typed_arrays/Int8Array.h", |
| 155 "typed_arrays/IntegralTypedArrayBase.h", | 158 "typed_arrays/IntegralTypedArrayBase.h", |
| 156 "typed_arrays/TypedArrayBase.h", | 159 "typed_arrays/TypedArrayBase.h", |
| 157 "typed_arrays/Uint16Array.h", | 160 "typed_arrays/Uint16Array.h", |
| 158 "typed_arrays/Uint32Array.h", | 161 "typed_arrays/Uint32Array.h", |
| 159 "typed_arrays/Uint8Array.h", | 162 "typed_arrays/Uint8Array.h", |
| 163 "typed_arrays/Uint8ClampedArray.h", |
| 160 ] | 164 ] |
| 161 | 165 |
| 162 configs += [ | 166 configs += [ |
| 163 "//third_party/WebKit/Source:config", | 167 "//third_party/WebKit/Source:config", |
| 164 "//third_party/WebKit/Source:non_test_config", | 168 "//third_party/WebKit/Source:non_test_config", |
| 165 "//third_party/WebKit/Source:blink_pch", | 169 "//third_party/WebKit/Source:blink_pch", |
| 166 ] | 170 ] |
| 167 | 171 |
| 168 defines = [ "WTF_IMPLEMENTATION=1" ] | 172 defines = [ "WTF_IMPLEMENTATION=1" ] |
| 169 | 173 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 ] | 262 ] |
| 259 | 263 |
| 260 deps = [ | 264 deps = [ |
| 261 ":wtf", | 265 ":wtf", |
| 262 "//base", | 266 "//base", |
| 263 "//base/test:test_support", | 267 "//base/test:test_support", |
| 264 "//testing/gmock", | 268 "//testing/gmock", |
| 265 "//testing/gtest", | 269 "//testing/gtest", |
| 266 ] | 270 ] |
| 267 } | 271 } |
| OLD | NEW |