| OLD | NEW |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "ListHashSet.h", | 95 "ListHashSet.h", |
| 96 "Locker.h", | 96 "Locker.h", |
| 97 "MathExtras.h", | 97 "MathExtras.h", |
| 98 "NonCopyingSort.h", | 98 "NonCopyingSort.h", |
| 99 "Noncopyable.h", | 99 "Noncopyable.h", |
| 100 "NotFound.h", | 100 "NotFound.h", |
| 101 "Optional.h", | 101 "Optional.h", |
| 102 "PassRefPtr.h", | 102 "PassRefPtr.h", |
| 103 "PrintStream.cpp", | 103 "PrintStream.cpp", |
| 104 "PrintStream.h", | 104 "PrintStream.h", |
| 105 "ProcessMetrics.h", |
| 105 "PtrUtil.h", | 106 "PtrUtil.h", |
| 106 "RefCounted.h", | 107 "RefCounted.h", |
| 107 "RefPtr.h", | 108 "RefPtr.h", |
| 108 "RefVector.h", | 109 "RefVector.h", |
| 109 "RetainPtr.h", | 110 "RetainPtr.h", |
| 110 "SaturatedArithmetic.h", | 111 "SaturatedArithmetic.h", |
| 111 "SizeAssertions.h", | 112 "SizeAssertions.h", |
| 112 "SizeLimits.cpp", | 113 "SizeLimits.cpp", |
| 113 "SpinLock.h", | 114 "SpinLock.h", |
| 114 "StackUtil.cpp", | 115 "StackUtil.cpp", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 ] | 376 ] |
| 376 | 377 |
| 377 deps = [ | 378 deps = [ |
| 378 ":wtf", | 379 ":wtf", |
| 379 "//base", | 380 "//base", |
| 380 "//base/test:test_support", | 381 "//base/test:test_support", |
| 381 "//testing/gmock", | 382 "//testing/gmock", |
| 382 "//testing/gtest", | 383 "//testing/gtest", |
| 383 ] | 384 ] |
| 384 } | 385 } |
| OLD | NEW |