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

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

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (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 | « no previous file | third_party/WebKit/Source/platform/wtf/BitVector.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 0aaac6d5626c158a8fe940c67e5e09ab5b14a63e..b0736742f8638b57bd72abed8b73cda6a2356d5b 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -68,6 +68,8 @@ source_set("platform_wtf") {
"Assertions.h",
"Atomics.h",
"AutoReset.h",
+ "BitVector.cpp",
+ "BitVector.h",
"BitwiseOperations.h",
"ByteSwap.h",
"CPU.h",
@@ -79,20 +81,36 @@ source_set("platform_wtf") {
"CryptographicallyRandomNumber.h",
"CurrentTime.cpp",
"CurrentTime.h",
+ "DataLog.cpp",
+ "DataLog.h",
+ "Deque.h",
+ "DoublyLinkedList.h",
"DynamicAnnotations.cpp",
"DynamicAnnotations.h",
+ "FilePrintStream.h",
"Forward.h",
"Functional.h",
"GetPtr.h",
+ "HashCountedSet.h",
+ "HashFunctions.h",
+ "HashIterators.h",
+ "HashMap.h",
+ "HashSet.h",
+ "HashTable.cpp",
+ "HashTable.h",
"HashTableDeletedValueType.h",
+ "HashTraits.h",
"InstanceCounter.h",
"LeakAnnotations.h",
+ "LinkedHashSet.h",
+ "ListHashSet.h",
"Locker.h",
"NonCopyingSort.h",
"Noncopyable.h",
"NotFound.h",
"Optional.h",
"PassRefPtr.h",
+ "PrintStream.h",
"PtrUtil.h",
"RefCounted.h",
"RefPtr.h",
@@ -111,6 +129,8 @@ source_set("platform_wtf") {
"TreeNode.h",
"TriState.h",
"TypeTraits.h",
+ "Vector.h",
+ "VectorTraits.h",
"WTF.h",
"WTFExport.h",
"WeakPtr.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/BitVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698