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

Unified Diff: content/content_renderer.gypi

Issue 201283002: Revert of Adds the ability for the renderer to create the mojo channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « content/content_common.gypi ('k') | content/renderer/mojo/mojo_render_process_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 5ae8194719136a99d8ba58a20cff3ae369e9edd7..2991d384898cb2dcd7d86325fc4b501176baeb1e 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -304,8 +304,6 @@
'renderer/menu_item_builder.h',
'renderer/mhtml_generator.cc',
'renderer/mhtml_generator.h',
- 'renderer/mojo/mojo_render_process_observer.cc',
- 'renderer/mojo/mojo_render_process_observer.h',
'renderer/mouse_lock_dispatcher.cc',
'renderer/mouse_lock_dispatcher.h',
'renderer/notification_provider.cc',
@@ -577,10 +575,8 @@
],
}],
# TODO(sky): temporary until mojo runs on mac.
- ['OS=="mac" or OS=="ios"', {
- 'sources!': [
- 'renderer/mojo/mojo_render_process_observer.cc',
- 'renderer/mojo/mojo_render_process_observer.h',
+ ['OS=="mac"', {
+ 'sources!': [
'renderer/web_ui_mojo.cc',
'renderer/web_ui_mojo.h',
'renderer/web_ui_mojo_context_state.cc',
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/mojo/mojo_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698