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

Unified Diff: content/content_common.gypi

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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.gypi
===================================================================
--- content/content_common.gypi (revision 121660)
+++ content/content_common.gypi (working copy)
@@ -40,6 +40,8 @@
'public/common/content_restriction.h',
'public/common/content_switches.cc',
'public/common/content_switches.h',
+ 'public/common/context_menu_params.cc',
+ 'public/common/context_menu_params.h',
'public/common/dx_diag_node.cc',
'public/common/dx_diag_node.h',
'public/common/file_chooser_params.cc',
@@ -71,6 +73,8 @@
'public/common/show_desktop_notification_params.h',
'public/common/speech_input_result.cc',
'public/common/speech_input_result.h',
+ 'public/common/ssl_status.cc',
+ 'public/common/ssl_status.h',
'public/common/stop_find_action.h',
'public/common/url_constants.cc',
'public/common/url_constants.h',
@@ -258,6 +262,8 @@
'common/socket_stream_dispatcher.h',
'common/socket_stream_messages.h',
'common/speech_input_messages.h',
+ 'common/ssl_status_serialization.cc',
+ 'common/ssl_status_serialization.h',
'common/swapped_out_messages.cc',
'common/swapped_out_messages.h',
'common/text_input_client_messages.h',

Powered by Google App Engine
This is Rietveld 408576698