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

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

Issue 2755663002: Move files in wtf/ to platform/wtf/ (Part 2). (Closed)
Patch Set: Fix file name (facepalm). 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/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 774039af55e6e55d4724543db1e531eb7a5c053b..879124f3abffc6ffd81649d5d2a0cc862d42e13f 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -59,12 +59,26 @@ config("wtf_config") {
component("platform_wtf") {
sources = [
+ "AddressSanitizer.h",
+ "Alignment.h",
+ "AutoReset.h",
+ "BitwiseOperations.h",
"ByteSwap.h",
"CPU.h",
+ "CheckedNumeric.h",
"Compiler.h",
+ "ConditionalDestructor.h",
+ "ContainerAnnotations.h",
"CryptographicallyRandomNumber.cpp",
"CryptographicallyRandomNumber.h",
+ "CurrentTime.cpp",
+ "CurrentTime.h",
+ "DynamicAnnotations.cpp",
+ "DynamicAnnotations.h",
"Forward.h",
+ "GetPtr.h",
+ "LeakAnnotations.h",
+ "Noncopyable.h",
"TypeTraits.h",
"WTFExport.h",
"build_config.h",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/AutoReset.h ('k') | third_party/WebKit/Source/platform/wtf/BitwiseOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698