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

Unified Diff: content/content_common_mojo_bindings.gypi

Issue 236813002: Move Mojo channel initialization closer to IPC::Channel setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixup Created 6 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
Index: content/content_common_mojo_bindings.gypi
diff --git a/content/content_common_mojo_bindings.gypi b/content/content_common_mojo_bindings.gypi
index af9ea88c4b7a6cd4915763175bff094be4d8441f..b460713f836a30890ff9d1eb871b0c0d768734f3 100644
--- a/content/content_common_mojo_bindings.gypi
+++ b/content/content_common_mojo_bindings.gypi
@@ -13,7 +13,7 @@
'../mojo/mojo.gyp:mojo_system',
],
'sources': [
- 'common/mojo/render_process.mojom',
+ 'common/render_process.mojom',
],
# TODO(sky): this shouldn't be necessary. It's working around a bug in
# gyp.

Powered by Google App Engine
This is Rietveld 408576698