diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 02:32:55 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 02:32:55 +0000 |
commit | 40ecd8a10372b6be9a2cb830dd1fe004b51ca2ec (patch) | |
tree | 0e0a766ee0a61f89dc23489e54f96fbf172ddc6b /chrome/chrome.gyp | |
parent | d191f78bb4a4f91fec1d75f0905fe14e592914e7 (diff) | |
download | chromium_src-40ecd8a10372b6be9a2cb830dd1fe004b51ca2ec.zip chromium_src-40ecd8a10372b6be9a2cb830dd1fe004b51ca2ec.tar.gz chromium_src-40ecd8a10372b6be9a2cb830dd1fe004b51ca2ec.tar.bz2 |
Try 14398 again, with Mac fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d906037..bacd838 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1954,11 +1954,7 @@ ], 'sources': [ 'common/ipc_fuzzing_tests.cc', - 'common/ipc_message_unittest.cc', 'common/ipc_send_fds_test.cc', - 'common/ipc_sync_channel_unittest.cc', - 'common/ipc_sync_message_unittest.cc', - 'common/ipc_sync_message_unittest.h', 'common/ipc_tests.cc', 'common/ipc_tests.h', ], @@ -2269,6 +2265,10 @@ 'common/gfx/emf_unittest.cc', 'common/gfx/icon_util_unittest.cc', 'common/gfx/text_elider_unittest.cc', + 'common/ipc_message_unittest.cc', + 'common/ipc_sync_channel_unittest.cc', + 'common/ipc_sync_message_unittest.cc', + 'common/ipc_sync_message_unittest.h', 'common/json_value_serializer_unittest.cc', 'common/l10n_util_unittest.cc', 'common/mru_cache_unittest.cc', |