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

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

Issue 2768063003: Move files in wtf/ to platform/wtf/ (Part 11). (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/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 958a4e189337db3400d33507916569ab4cf3efe5..2074597d3e44299e52d918d386c44a143b42eddb 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -152,15 +152,10 @@ component("wtf") {
"text/Unicode.h",
"text/WTFString.h",
"text/icu/UnicodeIcu.h",
- "typed_arrays/ArrayBuffer.cpp",
"typed_arrays/ArrayBuffer.h",
- "typed_arrays/ArrayBufferBuilder.cpp",
"typed_arrays/ArrayBufferBuilder.h",
- "typed_arrays/ArrayBufferContents.cpp",
"typed_arrays/ArrayBufferContents.h",
- "typed_arrays/ArrayBufferView.cpp",
"typed_arrays/ArrayBufferView.h",
- "typed_arrays/ArrayPiece.cpp",
"typed_arrays/ArrayPiece.h",
"typed_arrays/Float32Array.h",
"typed_arrays/Float64Array.h",

Powered by Google App Engine
This is Rietveld 408576698