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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1772163003: WTF: Move TypeTraits.cpp to test-only target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « third_party/WebKit/Source/wtf/TypeTraitsTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index 226db2cce752ddc2ffde23472224f50e66289c46..eaf572759bac204536d38dd01e4b6f010d232e68 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -117,7 +117,6 @@
'ThreadingPthreads.cpp',
'ThreadingWin.cpp',
'TreeNode.h',
- 'TypeTraits.cpp',
'TypeTraits.h',
'TypedArrayBase.h',
'Uint16Array.h',
@@ -221,6 +220,7 @@
'StringHasherTest.cpp',
'TemporaryChangeTest.cpp',
'TreeNodeTest.cpp',
+ 'TypeTraitsTest.cpp',
'VectorTest.cpp',
'dtoa_test.cpp',
'testing/WTFTestPrintersTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/wtf/TypeTraitsTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698