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

Unified Diff: third_party/WebKit/Source/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 | « third_party/WebKit/Source/platform/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/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/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index fb01a91d2118c85d133d2ff7232a18cd165ff8b9..9abc61debfb70231dad4b226c8cf6d52c292adf5 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -25,7 +25,6 @@ component("wtf") {
"Assertions.h",
"Atomics.h",
"AutoReset.h",
- "BitVector.cpp",
"BitVector.h",
"BitwiseOperations.h",
"BloomFilter.h",
@@ -38,7 +37,6 @@ component("wtf") {
"ContainerAnnotations.h",
"CryptographicallyRandomNumber.h",
"CurrentTime.h",
- "DataLog.cpp",
"DataLog.h",
"DateMath.cpp",
"DateMath.h",
@@ -55,7 +53,6 @@ component("wtf") {
"HashIterators.h",
"HashMap.h",
"HashSet.h",
- "HashTable.cpp",
"HashTable.h",
"HashTableDeletedValueType.h",
"HashTraits.h",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/wtf/BitVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698