Index: chrome/SConscript |
=================================================================== |
--- chrome/SConscript (revision 2108) |
+++ chrome/SConscript (working copy) |
@@ -180,6 +180,7 @@ |
'plugin/plugin.lib', |
'renderer/renderer.lib', |
'third_party/hunspell/hunspell.lib', |
+ 'third_party/libevent/libevent.lib', |
'third_party/sqlite/sqlite.lib', |
'views/views.lib', |
'$V8_DIR/v8.lib', |
@@ -439,6 +440,7 @@ |
'tools/perf/flush_cache/SConscript', |
'tools/test/image_diff/SConscript', |
'third_party/hunspell/SConscript', |
+ 'third_party/libevent/SConscript', |
'third_party/sqlite/SConscript', |
'views/SConscript', |
] |