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

Unified Diff: ipc/ipc.gyp

Issue 12051048: Refactor (many) IPC tests, notably most of the multiprocess tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 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
« no previous file with comments | « no previous file | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index edc53a44c7194b33d85ca99dc835be1615f743c3..5e2f3a75203066c0701027d1fb1d99d6fde055d3 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -18,7 +18,7 @@
},
'dependencies': [
'../base/base.gyp:base',
- # TODO(vtl): Needed for base/lazy_instance.h, which is suspect.
+ # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
# TODO(gregoryd): direct_dependent_settings should be shared with the
@@ -151,7 +151,8 @@
},
'dependencies': [
'../base/base.gyp:base_nacl_win64',
- # TODO(vtl): Needed for base/lazy_instance.h, which is suspect.
+ # TODO(viettrungluu): Needed for base/lazy_instance.h, which is
+ # suspect.
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
],
# TODO(gregoryd): direct_dependent_settings should be shared with the
« no previous file with comments | « no previous file | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698