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

Unified Diff: ipc/ipc.gyp

Issue 10387218: Make GlobalDescriptors::MaybeGet return -1 when the key is not found. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor clean-up. Created 8 years, 6 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
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 5ed8b66e022031a3bb02419a021edcb304674da7..5f1762e3684046d73851a29e2f3de5d96d3a4fe9 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -33,6 +33,7 @@
'type': '<(gtest_target_type)',
'dependencies': [
'ipc',
+ 'test_support_ipc',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
@@ -83,8 +84,11 @@
'dependencies': [
'ipc',
'../base/base.gyp:base',
+ '../testing/gtest.gyp:gtest',
],
'sources': [
+ 'ipc_multiprocess_test.cc',
+ 'ipc_multiprocess_test.h',
'ipc_test_sink.cc',
'ipc_test_sink.h',
],

Powered by Google App Engine
This is Rietveld 408576698