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

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

Issue 2231953003: Added ASSERT_SIZE macro for checking size of size-sensitive classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: g cl try Created 4 years, 3 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 cfb6eae7ec7a33065dde6bd297d31fe340b80e0c..900b1023d76b0a91a5080b9c5e0a81e8d4cff517 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -110,6 +110,7 @@ component("wtf") {
"RefPtr.h",
"RetainPtr.h",
"SaturatedArithmetic.h",
+ "SizeAssertions.h",
"SizeLimits.cpp",
"SpinLock.cpp",
"SpinLock.h",

Powered by Google App Engine
This is Rietveld 408576698