summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 17:33:32 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 17:33:32 +0000
commit402e79a703cc62b290e0963a258e540b2b356a8a (patch)
treea53740622e93a89a60fdf05b19d6187b8b2932cf /ipc/ipc.gyp
parent9291ed107d2031cea55f324431ffee8d7bae1416 (diff)
downloadchromium_src-402e79a703cc62b290e0963a258e540b2b356a8a.zip
chromium_src-402e79a703cc62b290e0963a258e540b2b356a8a.tar.gz
chromium_src-402e79a703cc62b290e0963a258e540b2b356a8a.tar.bz2
Fixes a couple gyp configuration issues with ipc_tests.
Adds ipc/ipc.gyp:* to the windows-only 'pull_in_all' target in chrome.gyp so that it's built on the windows builders and removes the dependency from unit_tests onto ipc/ipc.gyp:ipc_tests. Renames file_descriptor_set_unittest.cc to file_descriptor_set_posix_unittest.cc to match the .h/.cc files and so that it gets picked up by the exclusion filter properly. (Patch from James Robinson) http://codereview.chromium.org/159272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 7aa69df..e381e397 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -81,6 +81,7 @@
'..'
],
'sources': [
+ 'file_descriptor_set_posix_unittest.cc',
'ipc_fuzzing_tests.cc',
'ipc_message_unittest.cc',
'ipc_send_fds_test.cc',