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

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

Issue 2925073002: Move malloc/partition_alloc memory usage functions to base (Closed)
Patch Set: Moved to ProcessMetrics method, etc Created 3 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 unified diff | Download patch
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/platform/wtf/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/platform/wtf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698