summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome.gyp4
-rw-r--r--ipc/ipc.gyp1
2 files changed, 2 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index bf184df..ae71889 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -3615,9 +3615,6 @@
'utility',
'../app/app.gyp:app_resources',
'../ipc/ipc.gyp:ipc',
- # TODO(jamesr): this is required for the release builders to build
- # ipc_tests.exe. However, it's probably not what we really want.
- '../ipc/ipc.gyp:ipc_tests',
'../net/net.gyp:net_resources',
'../net/net.gyp:net_test_support',
'../printing/printing.gyp:printing',
@@ -4451,6 +4448,7 @@
'installer/installer.gyp:*',
'../app/app.gyp:*',
'../base/base.gyp:*',
+ '../ipc/ipc.gyp:*',
'../media/media.gyp:*',
'../net/net.gyp:*',
'../printing/printing.gyp:*',
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',