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

Unified Diff: chrome/test/unit/unit_tests.scons

Issue 18324: POSIX: Get IPCSyncChannel unittests working (Closed)
Patch Set: Addressing comments Created 11 years, 11 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
« chrome/common/ipc_sync_channel.cc ('K') | « chrome/common/ipc_sync_message.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unit_tests.scons
diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons
index d036ec7b2d4352de3bf8c86d3cfdb796219adc22..89431b1e19610fd1d2734f3ff0abfcd1118b1882 100644
--- a/chrome/test/unit/unit_tests.scons
+++ b/chrome/test/unit/unit_tests.scons
@@ -117,6 +117,7 @@ unit_test_files.extend([
'$CHROME_DIR/common/unzip_unittest.cc',
'$CHROME_DIR/renderer/user_script_slave_unittest.cc',
'$CHROME_DIR/browser/history/visit_database_unittest.cc',
+ '$CHROME_DIR/common/ipc_sync_channel_unittest.cc',
])
if not env.Bit('mac'):
@@ -228,7 +229,6 @@ if env.Bit('windows'):
'$CHROME_DIR/common/gfx/emf_unittest.cc',
'$CHROME_DIR/common/gfx/icon_util_unittest.cc',
'$CHROME_DIR/common/gfx/text_elider_unittest.cc',
- '$CHROME_DIR/common/ipc_sync_channel_unittest.cc',
'$CHROME_DIR/common/os_exchange_data_unittest.cc',
'$CHROME_DIR/common/pref_service_unittest.cc',
'$CHROME_DIR/common/resource_dispatcher_unittest.cc',
« chrome/common/ipc_sync_channel.cc ('K') | « chrome/common/ipc_sync_message.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698