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

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

Issue 2543663002: Provide simple wrappers for base/time types in WTF (Closed)
Patch Set: Consistent mocking Created 4 years 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/wtf/CurrentTime.h » ('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 b6e0032a3f4d08fe8306bd07f0fe58e6ca57eed8..3aac9548d4acecd875a2e1ee96303fa26eda5354 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -124,6 +124,7 @@ component("wtf") {
"ThreadingPrimitives.h",
"ThreadingPthreads.cpp",
"ThreadingWin.cpp",
+ "Time.h",
"TreeNode.h",
"TypeTraits.h",
"Vector.h",
@@ -320,6 +321,7 @@ test("wtf_unittests") {
"RefPtrTest.cpp",
"StringExtrasTest.cpp",
"StringHasherTest.cpp",
+ "TimeTest.cpp",
"TreeNodeTest.cpp",
"TypeTraitsTest.cpp",
"VectorTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/CurrentTime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698