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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . 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/loader/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('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 4370bec78dbc4d4bcd05762ef0ce079fd066d460..634b9d8c4a9c444c7900ebbe928418e12be12542 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -40,8 +40,8 @@ component("wtf") {
"DataLog.h",
"DateMath.h",
"Deque.h",
- "Dummy.cpp",
"DoublyLinkedList.h",
+ "Dummy.cpp",
"DynamicAnnotations.h",
"FilePrintStream.h",
"Forward.h",
@@ -70,6 +70,7 @@ component("wtf") {
"PtrUtil.h",
"RefCounted.h",
"RefPtr.h",
+ "RefVector.h",
"RetainPtr.h",
"SaturatedArithmetic.h",
"SizeAssertions.h",
@@ -79,6 +80,8 @@ component("wtf") {
"StdLibExtras.h",
"StringExtras.h",
"StringHasher.h",
+ "TerminatedArray.h",
+ "TerminatedArrayBuilder.h",
"ThreadRestrictionVerifier.h",
"ThreadSafeRefCounted.h",
"ThreadSpecific.h",
@@ -157,6 +160,7 @@ component("wtf") {
"typed_arrays/Uint16Array.h",
"typed_arrays/Uint32Array.h",
"typed_arrays/Uint8Array.h",
+ "typed_arrays/Uint8ClampedArray.h",
]
configs += [
« no previous file with comments | « third_party/WebKit/Source/platform/loader/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698