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

Side by Side Diff: third_party/WebKit/Source/platform/wtf/BUILD.gn

Issue 2872613002: Remove ENABLE(INSTANCE_COUNTER) code. (Closed)
Patch Set: gn Created 3 years, 7 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 unified diff | Download patch
OLDNEW
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "HashCountedSet.h", 83 "HashCountedSet.h",
84 "HashFunctions.h", 84 "HashFunctions.h",
85 "HashIterators.h", 85 "HashIterators.h",
86 "HashMap.h", 86 "HashMap.h",
87 "HashSet.h", 87 "HashSet.h",
88 "HashTable.cpp", 88 "HashTable.cpp",
89 "HashTable.h", 89 "HashTable.h",
90 "HashTableDeletedValueType.h", 90 "HashTableDeletedValueType.h",
91 "HashTraits.h", 91 "HashTraits.h",
92 "HexNumber.h", 92 "HexNumber.h",
93 "InstanceCounter.cpp",
94 "InstanceCounter.h",
95 "LeakAnnotations.h", 93 "LeakAnnotations.h",
96 "LinkedHashSet.h", 94 "LinkedHashSet.h",
97 "ListHashSet.h", 95 "ListHashSet.h",
98 "Locker.h", 96 "Locker.h",
99 "MathExtras.h", 97 "MathExtras.h",
100 "NonCopyingSort.h", 98 "NonCopyingSort.h",
101 "Noncopyable.h", 99 "Noncopyable.h",
102 "NotFound.h", 100 "NotFound.h",
103 "Optional.h", 101 "Optional.h",
104 "PassRefPtr.h", 102 "PassRefPtr.h",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ] 371 ]
374 372
375 deps = [ 373 deps = [
376 ":wtf", 374 ":wtf",
377 "//base", 375 "//base",
378 "//base/test:test_support", 376 "//base/test:test_support",
379 "//testing/gmock", 377 "//testing/gmock",
380 "//testing/gtest", 378 "//testing/gtest",
381 ] 379 ]
382 } 380 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | third_party/WebKit/Source/platform/wtf/InstanceCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698