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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "HashMap.h", | 57 "HashMap.h", |
58 "HashSet.h", | 58 "HashSet.h", |
59 "HashTable.cpp", | 59 "HashTable.cpp", |
60 "HashTable.h", | 60 "HashTable.h", |
61 "HashTableDeletedValueType.h", | 61 "HashTableDeletedValueType.h", |
62 "HashTraits.h", | 62 "HashTraits.h", |
63 "HexNumber.h", | 63 "HexNumber.h", |
64 "InstanceCounter.cpp", | 64 "InstanceCounter.cpp", |
65 "InstanceCounter.h", | 65 "InstanceCounter.h", |
66 "LeakAnnotations.h", | 66 "LeakAnnotations.h", |
67 "LinkedStack.h", | |
68 "ListHashSet.h", | 67 "ListHashSet.h", |
69 "Locker.h", | 68 "Locker.h", |
70 "MathExtras.h", | 69 "MathExtras.h", |
71 "NonCopyingSort.h", | 70 "NonCopyingSort.h", |
72 "Noncopyable.h", | 71 "Noncopyable.h", |
73 "NotFound.h", | 72 "NotFound.h", |
74 "Optional.h", | 73 "Optional.h", |
75 "PassRefPtr.h", | 74 "PassRefPtr.h", |
76 "PrintStream.cpp", | 75 "PrintStream.cpp", |
77 "PrintStream.h", | 76 "PrintStream.h", |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ] | 325 ] |
327 | 326 |
328 deps = [ | 327 deps = [ |
329 ":wtf", | 328 ":wtf", |
330 "//base", | 329 "//base", |
331 "//base/test:test_support", | 330 "//base/test:test_support", |
332 "//testing/gmock", | 331 "//testing/gmock", |
333 "//testing/gtest", | 332 "//testing/gtest", |
334 ] | 333 ] |
335 } | 334 } |
OLD | NEW |