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

Unified Diff: Source/wtf/wtf.gypi

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 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 | « Source/wtf/wtf.gyp ('k') | Tools/DumpRenderTree/chromium/TestShell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 3d0882aef0fde415bbc8a6ad7645a7925cfee0c1..58ca361d731c98e94fcb3310db146481baf6ffc2 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -92,8 +92,6 @@
'NullPtr.h',
'NumberOfCores.cpp',
'NumberOfCores.h',
- 'OSRandomSource.cpp',
- 'OSRandomSource.h',
'OwnArrayPtr.h',
'OwnPtr.h',
'OwnPtrCommon.h',
@@ -157,6 +155,7 @@
'ValueCheck.h',
'Vector.h',
'VectorTraits.h',
+ 'WTFExport.h',
'WTFThreadData.cpp',
'WTFThreadData.h',
'WeakPtr.h',
« no previous file with comments | « Source/wtf/wtf.gyp ('k') | Tools/DumpRenderTree/chromium/TestShell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698