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

Unified Diff: third_party/protobuf/mirclient.cc

Issue 2885223002: Protobuf: Remove protobuf globals patch (Closed)
Patch Set: typo Created 3 years, 7 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 | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/mirclient.map » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/mirclient.cc
diff --git a/third_party/protobuf/mirclient.cc b/third_party/protobuf/mirclient.cc
new file mode 100644
index 0000000000000000000000000000000000000000..09b45166ead7a0c7f57f97b56e2d725c1a1f3152
--- /dev/null
+++ b/third_party/protobuf/mirclient.cc
@@ -0,0 +1,77 @@
+#define MIR_EXPORT __attribute__((visibility("default")))
+
+extern "C" {
+MIR_EXPORT void mir_arrow_cursor_name() {}
+MIR_EXPORT void mir_buffer_stream_get_egl_native_window() {}
+MIR_EXPORT void mir_buffer_stream_get_graphics_region() {}
+MIR_EXPORT void mir_buffer_stream_swap_buffers_sync() {}
+MIR_EXPORT void mir_busy_cursor_name() {}
+MIR_EXPORT void mir_caret_cursor_name() {}
+MIR_EXPORT void mir_closed_hand_cursor_name() {}
+MIR_EXPORT void mir_connection_create_display_config() {}
+MIR_EXPORT void mir_connection_create_spec_for_dialog() {}
+MIR_EXPORT void mir_connection_create_spec_for_menu() {}
+MIR_EXPORT void mir_connection_create_spec_for_modal_dialog() {}
+MIR_EXPORT void mir_connection_create_spec_for_normal_surface() {}
+MIR_EXPORT void mir_connection_create_spec_for_tooltip() {}
+MIR_EXPORT void mir_connection_get_available_surface_formats() {}
+MIR_EXPORT void mir_connection_get_egl_native_display() {}
+MIR_EXPORT void mir_connection_get_error_message() {}
+MIR_EXPORT void mir_connection_is_valid() {}
+MIR_EXPORT void mir_connection_release() {}
+MIR_EXPORT void mir_connection_set_display_config_change_callback() {}
+MIR_EXPORT void mir_connect_sync() {}
+MIR_EXPORT void mir_cursor_configuration_destroy() {}
+MIR_EXPORT void mir_cursor_configuration_from_name() {}
+MIR_EXPORT void mir_default_cursor_name() {}
+MIR_EXPORT void mir_diagonal_resize_bottom_to_top_cursor_name() {}
+MIR_EXPORT void mir_diagonal_resize_top_to_bottom_cursor_name() {}
+MIR_EXPORT void mir_disabled_cursor_name() {}
+MIR_EXPORT void mir_display_config_destroy() {}
+MIR_EXPORT void mir_event_get_close_surface_event() {}
+MIR_EXPORT void mir_event_get_input_event() {}
+MIR_EXPORT void mir_event_get_resize_event() {}
+MIR_EXPORT void mir_event_get_surface_event() {}
+MIR_EXPORT void mir_event_get_type() {}
+MIR_EXPORT void mir_event_ref() {}
+MIR_EXPORT void mir_event_unref() {}
+MIR_EXPORT void mir_horizontal_resize_cursor_name() {}
+MIR_EXPORT void mir_hsplit_resize_cursor_name() {}
+MIR_EXPORT void mir_input_event_get_device_id() {}
+MIR_EXPORT void mir_input_event_get_event_time() {}
+MIR_EXPORT void mir_input_event_get_keyboard_event() {}
+MIR_EXPORT void mir_input_event_get_pointer_event() {}
+MIR_EXPORT void mir_input_event_get_touch_event() {}
+MIR_EXPORT void mir_input_event_get_type() {}
+MIR_EXPORT void mir_keyboard_event_action() {}
+MIR_EXPORT void mir_keyboard_event_key_code() {}
+MIR_EXPORT void mir_keyboard_event_modifiers() {}
+MIR_EXPORT void mir_keyboard_event_scan_code() {}
+MIR_EXPORT void mir_pointer_event_action() {}
+MIR_EXPORT void mir_pointer_event_axis_value() {}
+MIR_EXPORT void mir_pointer_event_button_state() {}
+MIR_EXPORT void mir_pointer_event_modifiers() {}
+MIR_EXPORT void mir_pointing_hand_cursor_name() {}
+MIR_EXPORT void mir_resize_event_get_height() {}
+MIR_EXPORT void mir_resize_event_get_width() {}
+MIR_EXPORT void mir_surface_configure_cursor() {}
+MIR_EXPORT void mir_surface_create_sync() {}
+MIR_EXPORT void mir_surface_event_get_attribute() {}
+MIR_EXPORT void mir_surface_event_get_attribute_value() {}
+MIR_EXPORT void mir_surface_get_buffer_stream() {}
+MIR_EXPORT void mir_surface_release_sync() {}
+MIR_EXPORT void mir_surface_set_event_handler() {}
+MIR_EXPORT void mir_surface_set_state() {}
+MIR_EXPORT void mir_surface_spec_release() {}
+MIR_EXPORT void mir_surface_spec_set_buffer_usage() {}
+MIR_EXPORT void mir_surface_spec_set_name() {}
+MIR_EXPORT void mir_touch_event_action() {}
+MIR_EXPORT void mir_touch_event_axis_value() {}
+MIR_EXPORT void mir_touch_event_id() {}
+MIR_EXPORT void mir_touch_event_input_event() {}
+MIR_EXPORT void mir_touch_event_modifiers() {}
+MIR_EXPORT void mir_touch_event_point_count() {}
+MIR_EXPORT void mir_touch_event_tooltype() {}
+MIR_EXPORT void mir_vertical_resize_cursor_name() {}
+MIR_EXPORT void mir_vsplit_resize_cursor_name() {}
+}
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/mirclient.map » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698