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

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

Issue 2748083005: Move files in wtf/ to platform/wtf/ (Part 1). (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 | « no previous file | third_party/WebKit/Source/platform/wtf/ByteSwap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6873bdba76ca962683142b3d56081ef61092289d..774039af55e6e55d4724543db1e531eb7a5c053b 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -59,9 +59,15 @@ config("wtf_config") {
component("platform_wtf") {
sources = [
+ "ByteSwap.h",
+ "CPU.h",
+ "Compiler.h",
"CryptographicallyRandomNumber.cpp",
"CryptographicallyRandomNumber.h",
+ "Forward.h",
+ "TypeTraits.h",
"WTFExport.h",
+ "build_config.h",
]
configs += [
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/ByteSwap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698