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

Unified Diff: trunk/src/content/content_renderer.gypi

Issue 202683004: Revert 257505 "Adds the ability for the renderer to create the m..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/content/content_renderer.gypi
===================================================================
--- trunk/src/content/content_renderer.gypi (revision 257564)
+++ trunk/src/content/content_renderer.gypi (working copy)
@@ -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"', {
+ ['OS=="mac"', {
'sources!': [
- 'renderer/mojo/mojo_render_process_observer.cc',
- 'renderer/mojo/mojo_render_process_observer.h',
'renderer/web_ui_mojo.cc',
'renderer/web_ui_mojo.h',
'renderer/web_ui_mojo_context_state.cc',
« no previous file with comments | « trunk/src/content/content_common.gypi ('k') | trunk/src/content/renderer/mojo/mojo_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698