 Chromium Code Reviews
 Chromium Code Reviews Issue 2543663002:
  Provide simple wrappers for base/time types in WTF  (Closed)
    
  
    Issue 2543663002:
  Provide simple wrappers for base/time types in WTF  (Closed) 
  | 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", |