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

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

Issue 2762943002: Move files in wtf/ to platform/wtf/ (Part 6). (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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Allocator.h ('k') | third_party/WebKit/Source/platform/wtf/WTF.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e1c222dd36bb6292c50cfa5c97809c235a5bbae3..10ef3960d631c7c95baa6e3fa1f8f1589c0ebb94 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -63,6 +63,7 @@ source_set("platform_wtf") {
"ASCIICType.h",
"AddressSanitizer.h",
"Alignment.h",
+ "Allocator.h",
"Assertions.h",
"Atomics.h",
"AutoReset.h",
@@ -93,7 +94,12 @@ source_set("platform_wtf") {
"Time.h",
"TriState.h",
"TypeTraits.h",
+ "WTF.h",
"WTFExport.h",
+ "allocator/PartitionAllocator.cpp",
+ "allocator/PartitionAllocator.h",
+ "allocator/Partitions.cpp",
+ "allocator/Partitions.h",
"build_config.h",
"text/Unicode.h",
"text/icu/UnicodeIcu.h",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Allocator.h ('k') | third_party/WebKit/Source/platform/wtf/WTF.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698