Commit fa7708ed authored by Michael van Ouwerkerk's avatar Michael van Ouwerkerk Committed by Commit Bot

Move sharing messages to sync protocol directory.

Bug: 1018129
Change-Id: I1aa4d71364fd9324770807ec5c0edb11a5939e0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890410Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Reviewed-by: default avatarRichard Knoll <knollr@chromium.org>
Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710768}
parent be5b1842
......@@ -1933,7 +1933,6 @@ jumbo_static_library("browser") {
"//chrome/browser/resource_coordinator:mojo_bindings",
"//chrome/browser/resource_coordinator:tab_manager_features",
"//chrome/browser/safe_browsing",
"//chrome/browser/sharing/proto",
"//chrome/browser/ssl:proto",
"//chrome/browser/touch_to_fill",
"//chrome/browser/ui",
......
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/protobuf/proto_library.gni")
group("proto_lite") {
public_deps = [
":proto",
"//third_party/protobuf:protobuf_lite",
]
}
proto_library("proto") {
sources = [
"click_to_call_message.proto",
"shared_clipboard_message.proto",
"sharing_message.proto",
"sms_fetch_message.proto",
]
}
......@@ -2,3 +2,5 @@ markusheintz@chromium.org
mastiz@chromium.org
treib@chromium.org
tschumann@chromium.org
per-file sharing_*=file://chrome/browser/sharing/OWNERS
......@@ -50,6 +50,10 @@ sync_protocol_bases = [
"security_event_specifics",
"send_tab_to_self_specifics",
"session_specifics",
"sharing_click_to_call_message",
"sharing_message",
"sharing_shared_clipboard_message",
"sharing_sms_fetch_message",
"sync",
"sync_enums",
"synced_notification_app_info_specifics",
......
......@@ -4,9 +4,9 @@
syntax = "proto3";
import "click_to_call_message.proto";
import "shared_clipboard_message.proto";
import "sms_fetch_message.proto";
import "sharing_click_to_call_message.proto";
import "sharing_shared_clipboard_message.proto";
import "sharing_sms_fetch_message.proto";
package chrome_browser_sharing;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment