[remoting] Rename base_export.h to remoting_export.h and replace host_export.h [chromium/src : main]

0 views
Skip to first unread message

Joe Downing (Gerrit)

unread,
Mar 31, 2026, 12:18:57 PM (3 days ago) Mar 31
to Yuwei Huang, Chromium LUCI CQ, chromium...@chromium.org, chromotin...@chromium.org, mac-r...@chromium.org
Attention needed from Yuwei Huang

Joe Downing voted and added 1 comment

Votes added by Joe Downing

Auto-Submit+1

1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Joe Downing . resolved

PTAL!

Open in Gerrit

Related details

Attention is currently required from:
  • Yuwei Huang
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Ic7ce1f19f8ff85465a084d77578a3cac24e998be
Gerrit-Change-Number: 7713238
Gerrit-PatchSet: 2
Gerrit-Owner: Joe Downing <joe...@chromium.org>
Gerrit-Reviewer: Joe Downing <joe...@chromium.org>
Gerrit-Reviewer: Yuwei Huang <yuw...@chromium.org>
Gerrit-Attention: Yuwei Huang <yuw...@chromium.org>
Gerrit-Comment-Date: Tue, 31 Mar 2026 16:18:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Yuwei Huang (Gerrit)

unread,
Mar 31, 2026, 2:31:04 PM (3 days ago) Mar 31
to Joe Downing, Chromium LUCI CQ, chromium...@chromium.org, chromotin...@chromium.org, mac-r...@chromium.org
Attention needed from Joe Downing

Yuwei Huang voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Joe Downing
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic7ce1f19f8ff85465a084d77578a3cac24e998be
    Gerrit-Change-Number: 7713238
    Gerrit-PatchSet: 2
    Gerrit-Owner: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Yuwei Huang <yuw...@chromium.org>
    Gerrit-Attention: Joe Downing <joe...@chromium.org>
    Gerrit-Comment-Date: Tue, 31 Mar 2026 18:30:52 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Joe Downing (Gerrit)

    unread,
    Mar 31, 2026, 2:35:15 PM (3 days ago) Mar 31
    to Yuwei Huang, Chromium LUCI CQ, chromium...@chromium.org, chromotin...@chromium.org, mac-r...@chromium.org

    Joe Downing voted and added 1 comment

    Votes added by Joe Downing

    Commit-Queue+2

    1 comment

    Patchset-level comments
    Joe Downing . resolved

    Thanks!

    Open in Gerrit

    Related details

    Attention set is empty
    Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic7ce1f19f8ff85465a084d77578a3cac24e998be
    Gerrit-Change-Number: 7713238
    Gerrit-PatchSet: 2
    Gerrit-Owner: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Yuwei Huang <yuw...@chromium.org>
    Gerrit-Comment-Date: Tue, 31 Mar 2026 18:35:04 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Chromium LUCI CQ (Gerrit)

    unread,
    Mar 31, 2026, 2:39:00 PM (3 days ago) Mar 31
    to Joe Downing, Yuwei Huang, chromium...@chromium.org, chromotin...@chromium.org, mac-r...@chromium.org

    Chromium LUCI CQ submitted the change

    Change information

    Commit message:
    [remoting] Rename base_export.h to remoting_export.h and replace host_export.h

    This CL consolidates the export macros in the remoting codebase.
    Specifically:
    1. Renames remoting/base/base_export.h to remoting/base/remoting_export.h.
    2. Replaces REMOTING_BASE_EXPORT and HOST_EXPORT with REMOTING_EXPORT.
    3. Removes remoting/host/host_export.h.
    4. Updates all includes and build files to use the new header and macro.

    This simplifies the export logic and allows sharing the same macro
    across base and host components.
    Change-Id: Ic7ce1f19f8ff85465a084d77578a3cac24e998be
    Auto-Submit: Joe Downing <joe...@chromium.org>
    Commit-Queue: Joe Downing <joe...@chromium.org>
    Reviewed-by: Yuwei Huang <yuw...@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1607993}
    Files:
    • M remoting/base/BUILD.gn
    • R remoting/base/remoting_export.h
    • M remoting/base/security_key_socket_name.h
    • M remoting/build/config/BUILD.gn
    • M remoting/docs/architecture.md
    • M remoting/host/BUILD.gn
    • M remoting/host/crash/crash_uploader_main.h
    • D remoting/host/host_export.h
    • M remoting/host/host_main.h
    • M remoting/host/it2me/it2me_native_messaging_host_main.h
    • M remoting/host/linux/remote_session_info_main.h
    • M remoting/host/mac/agent_process_broker_main.h
    • M remoting/host/mac/host_service_main.h
    • M remoting/host/remote_open_url/remote_open_url_main.h
    • M remoting/host/security_key/remote_security_key_main.h
    • M remoting/host/setup/me2me_native_messaging_host_main.h
    • M remoting/host/setup/start_host_main.h
    • M remoting/host/webauthn/remote_webauthn_main.h
    Change size: M
    Delta: 18 files changed, 40 insertions(+), 63 deletions(-)
    Branch: refs/heads/main
    Submit Requirements:
    • requirement satisfiedCode-Review: +1 by Yuwei Huang
    Open in Gerrit
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: merged
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic7ce1f19f8ff85465a084d77578a3cac24e998be
    Gerrit-Change-Number: 7713238
    Gerrit-PatchSet: 3
    Gerrit-Owner: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: Joe Downing <joe...@chromium.org>
    Gerrit-Reviewer: Yuwei Huang <yuw...@chromium.org>
    open
    diffy
    satisfied_requirement
    Reply all
    Reply to author
    Forward
    0 new messages