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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 1930773006: fix ipc_mojo_unittests.isolate dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo.gyp
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
index e925d7ba856c7d147b0937fbe3453b088ae5da5f..94fc931f17d54e26457361ce39ccbce263a177ef 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -111,6 +111,7 @@
'type': 'none',
'dependencies': [
'ipc_mojo_unittests',
+ '../../mojo/mojo_public.gyp:mojo_public_test_support',
Sam McNally 2016/04/29 06:41:17 ipc_mojo_unittests doesn't actually need mojo_publ
Mostyn Bramley-Moore 2016/04/29 07:58:25 Done.
],
'includes': [
'../../build/isolate.gypi',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698