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

Unified Diff: third_party/WebKit/Source/platform/wtf/BUILD.gn

Issue 2764833002: Move files in wtf/ to platform/wtf/ (Part 7). (Closed)
Patch Set: Rebase. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/wtf/BUILD.gn b/third_party/WebKit/Source/platform/wtf/BUILD.gn
index 10ef3960d631c7c95baa6e3fa1f8f1589c0ebb94..0aaac6d5626c158a8fe940c67e5e09ab5b14a63e 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -64,6 +64,7 @@ source_set("platform_wtf") {
"AddressSanitizer.h",
"Alignment.h",
"Allocator.h",
+ "Assertions.cpp",
"Assertions.h",
"Atomics.h",
"AutoReset.h",
@@ -81,21 +82,38 @@ source_set("platform_wtf") {
"DynamicAnnotations.cpp",
"DynamicAnnotations.h",
"Forward.h",
+ "Functional.h",
"GetPtr.h",
+ "HashTableDeletedValueType.h",
+ "InstanceCounter.h",
"LeakAnnotations.h",
+ "Locker.h",
"NonCopyingSort.h",
"Noncopyable.h",
"NotFound.h",
"Optional.h",
+ "PassRefPtr.h",
+ "PtrUtil.h",
+ "RefCounted.h",
+ "RefPtr.h",
"SizeAssertions.h",
"SpinLock.h",
+ "StackUtil.h",
"StaticConstructors.h",
+ "StdLibExtras.h",
"StringExtras.h",
+ "ThreadRestrictionVerifier.h",
+ "ThreadSafeRefCounted.h",
+ "ThreadSpecific.h",
+ "Threading.h",
+ "ThreadingPrimitives.h",
"Time.h",
+ "TreeNode.h",
"TriState.h",
"TypeTraits.h",
"WTF.h",
"WTFExport.h",
+ "WeakPtr.h",
"allocator/PartitionAllocator.cpp",
"allocator/PartitionAllocator.h",
"allocator/Partitions.cpp",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Assertions.cpp ('k') | third_party/WebKit/Source/platform/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698