Clean up: Fix 173 wrong escapes in 99 DEPS files in components/ [chromium/src : main]

0 views
Skip to first unread message

Colin Blundell (Gerrit)

unread,
May 29, 2026, 5:12:40 AM (13 days ago) May 29
to Yoshiki IGUCHI, Colin Blundell, Chromium LUCI CQ, chromium...@chromium.org, Simon Hangl, Andrew Rayskiy, Enterprise Policy Reviews, James Maclean, Kevin McNee, android-bu...@system.gserviceaccount.com, jdonnel...@chromium.org, zackha...@chromium.org, mfoltz+wa...@chromium.org, chrome-intell...@chromium.org, hayato...@chromium.org, christia...@chromium.org, crostin...@chromium.org, harringt...@chromium.org, niharm...@google.com, msrame...@chromium.org, tracing...@chromium.org, yhanada+...@chromium.org, edgesto...@microsoft.com, derinel+wat...@google.com, iclella...@chromium.org, vakh+safe_br...@chromium.org, browser-comp...@chromium.org, feature-me...@chromium.org, ios-r...@chromium.org, gcasto+w...@chromium.org, sloboda...@chromium.org, petewi...@chromium.org, iwells...@chromium.org, omnibox-...@chromium.org, nwoked...@chromium.org, spang...@chromium.org, mfoltz+wa...@chromium.org, droger+w...@chromium.org, xinghui...@chromium.org, dmurph+watch...@chromium.org, chasej...@chromium.org, csharris...@chromium.org, chrome-intelligence-te...@google.com, asvitki...@chromium.org, rmcelra...@chromium.org, chromiumme...@microsoft.com, ananyasee...@google.com, storage...@chromium.org, penghu...@chromium.org, language...@chromium.org, wfh+...@chromium.org, cc-...@chromium.org, dullweb...@chromium.org, twifka...@chromium.org, dmurph+watching...@chromium.org, bmcquad...@chromium.org, vasilii+watchlis...@chromium.org, subresource-f...@chromium.org, webauthn...@chromium.org, andysjl...@chromium.org, loading-rev...@chromium.org, speed-metr...@chromium.org, filesapp...@chromium.org, apaselti...@chromium.org, speed-metrics...@chromium.org
Attention needed from Yoshiki IGUCHI

Colin Blundell voted and added 1 comment

Votes added by Colin Blundell

Code-Review+1
Commit-Queue+2

1 comment

Patchset-level comments
File-level comment, Patchset 4 (Latest):
Colin Blundell . resolved

Thanks!

Open in Gerrit

Related details

Attention is currently required from:
  • Yoshiki IGUCHI
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: I6f14b311a2f7b86f5e63e67ce4b8b2835456f2bc
Gerrit-Change-Number: 7885295
Gerrit-PatchSet: 4
Gerrit-Owner: Yoshiki IGUCHI <yos...@chromium.org>
Gerrit-Reviewer: Colin Blundell <blun...@chromium.org>
Gerrit-Reviewer: Yoshiki IGUCHI <yos...@chromium.org>
Gerrit-CC: Andrew Rayskiy <green...@google.com>
Gerrit-CC: Di Wu <di...@google.com>
Gerrit-CC: Enterprise Policy Reviews <enterprise-p...@google.com>
Gerrit-CC: James Maclean <wjma...@chromium.org>
Gerrit-CC: Kevin McNee <mc...@chromium.org>
Gerrit-CC: Simon Hangl <sim...@google.com>
Gerrit-Attention: Yoshiki IGUCHI <yos...@chromium.org>
Gerrit-Comment-Date: Fri, 29 May 2026 09:12:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Chromium LUCI CQ (Gerrit)

unread,
May 29, 2026, 5:16:26 AM (13 days ago) May 29
to Yoshiki IGUCHI, Colin Blundell, Di Wu, chromium...@chromium.org, Simon Hangl, Andrew Rayskiy, Enterprise Policy Reviews, James Maclean, Kevin McNee, android-bu...@system.gserviceaccount.com, jdonnel...@chromium.org, zackha...@chromium.org, mfoltz+wa...@chromium.org, chrome-intell...@chromium.org, hayato...@chromium.org, christia...@chromium.org, crostin...@chromium.org, harringt...@chromium.org, niharm...@google.com, msrame...@chromium.org, tracing...@chromium.org, yhanada+...@chromium.org, edgesto...@microsoft.com, derinel+wat...@google.com, iclella...@chromium.org, vakh+safe_br...@chromium.org, browser-comp...@chromium.org, feature-me...@chromium.org, ios-r...@chromium.org, gcasto+w...@chromium.org, sloboda...@chromium.org, petewi...@chromium.org, iwells...@chromium.org, omnibox-...@chromium.org, nwoked...@chromium.org, spang...@chromium.org, mfoltz+wa...@chromium.org, droger+w...@chromium.org, xinghui...@chromium.org, dmurph+watch...@chromium.org, chasej...@chromium.org, csharris...@chromium.org, chrome-intelligence-te...@google.com, asvitki...@chromium.org, rmcelra...@chromium.org, chromiumme...@microsoft.com, ananyasee...@google.com, storage...@chromium.org, penghu...@chromium.org, language...@chromium.org, wfh+...@chromium.org, cc-...@chromium.org, dullweb...@chromium.org, twifka...@chromium.org, dmurph+watching...@chromium.org, bmcquad...@chromium.org, vasilii+watchlis...@chromium.org, subresource-f...@chromium.org, webauthn...@chromium.org, andysjl...@chromium.org, loading-rev...@chromium.org, speed-metr...@chromium.org, filesapp...@chromium.org, apaselti...@chromium.org, speed-metrics...@chromium.org

Chromium LUCI CQ submitted the change

Change information

Commit message:
Clean up: Fix 173 wrong escapes in 99 DEPS files in components/

According to the checkdeps doc, the period (.) should be escaped with
two backslashes (//), but sometimes it was done with one backslash (/)
wrongly.

This CL fixes these wrong escapes.

See the checkdeps doc for the detailed format:
https://chromium.googlesource.com/chromium/src/+/master/buildtools/checkdeps/README.md
Bug: None
Test: Passed CQ
Test: Ran `/buildtools/checkdeps/checkdeps.py`
Change-Id: I6f14b311a2f7b86f5e63e67ce4b8b2835456f2bc
Reviewed-by: Colin Blundell <blun...@chromium.org>
Commit-Queue: Colin Blundell <blun...@chromium.org>
Auto-Submit: Yoshiki IGUCHI <yos...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1638348}
Files:
  • M components/android_autofill/DEPS
  • M components/attribution_reporting/DEPS
  • M components/autofill/content/DEPS
  • M components/autofill/content/browser/DEPS
  • M components/autofill/core/browser/DEPS
  • M components/autofill/core/browser/crowdsourcing/DEPS
  • M components/autofill/core/common/DEPS
  • M components/browser_ui/share/DEPS
  • M components/browser_ui/widget/android/DEPS
  • M components/browsing_data/content/DEPS
  • M components/capture_mode/DEPS
  • M components/content_extraction/content/browser/DEPS
  • M components/content_settings/core/common/DEPS
  • M components/credential_management/android/DEPS
  • M components/drive/DEPS
  • M components/embedder_support/android/DEPS
  • M components/embedder_support/android/util/DEPS
  • M components/enterprise/client_certificates/android/browser_binding/DEPS
  • M components/enterprise/data_protection/DEPS
  • M components/error_page/content/browser/DEPS
  • M components/exo/DEPS
  • M components/exo/server/DEPS
  • M components/exo/wayland/DEPS
  • M components/exo/wayland/clients/test/DEPS
  • M components/facilitated_payments/core/browser/DEPS
  • M components/facilitated_payments/core/metrics/DEPS
  • M components/feed/core/v2/DEPS
  • M components/global_media_controls/public/DEPS
  • M components/guest_contents/browser/DEPS
  • M components/guest_view/browser/DEPS
  • M components/heap_profiling/in_process/DEPS
  • M components/image_fetcher/DEPS
  • M components/language/android/DEPS
  • M components/manta/DEPS
  • M components/media_router/common/providers/cast/channel/DEPS
  • M components/metrics/DEPS
  • M components/metrics/content/DEPS
  • M components/metrics/private_metrics/DEPS
  • M components/multistep_filter/content/DEPS
  • M components/multistep_filter/core/annotation_index/DEPS
  • M components/omnibox/browser/DEPS
  • M components/omnibox/composebox/DEPS
  • M components/on_device_translation/DEPS
  • M components/on_device_translation/service/DEPS
  • M components/one_time_tokens/android/backend/sms/DEPS
  • M components/openscreen_platform/DEPS
  • M components/optimization_guide/content/browser/DEPS
  • M components/origin_trials/browser/DEPS
  • M components/page_load_metrics/renderer/DEPS
  • M components/password_manager/content/DEPS
  • M components/password_manager/content/browser/DEPS
  • M components/password_manager/core/browser/DEPS
  • M components/payments/content/DEPS
  • M components/payments/content/browser_binding/DEPS
  • M components/payments/core/DEPS
  • M components/peripherals/logging/DEPS
  • M components/policy/content/DEPS
  • M components/record_replay/content/browser/DEPS
  • M components/record_replay/content/renderer/DEPS
  • M components/regional_capabilities/DEPS
  • M components/safe_browsing/content/browser/password_protection/DEPS
  • M components/search_engines/DEPS
  • M components/search_engines/search_engine_choice/DEPS
  • M components/security_state/content/DEPS
  • M components/sensitive_content/DEPS
  • M components/services/app_service/DEPS
  • M components/services/app_service/public/cpp/DEPS
  • M components/services/storage/dom_storage/DEPS
  • M components/site_isolation/DEPS
  • M components/sqlite_vfs/DEPS
  • M components/subresource_filter/content/DEPS
  • M components/surface_embed/browser/DEPS
  • M components/sync/service/DEPS
  • M components/sync_preferences/DEPS
  • M components/test/DEPS
  • M components/tracing/DEPS
  • M components/translate/core/browser/DEPS
  • M components/ukm/DEPS
  • M components/update_client/DEPS
  • M components/url_rewrite/browser/DEPS
  • M components/variations/android/DEPS
  • M components/variations/field_trial_config/DEPS
  • M components/viz/DEPS
  • M components/viz/client/DEPS
  • M components/viz/common/DEPS
  • M components/viz/common/quads/DEPS
  • M components/viz/demo/DEPS
  • M components/viz/host/DEPS
  • M components/viz/service/display/DEPS
  • M components/viz/service/display_embedder/DEPS
  • M components/viz/service/frame_sinks/DEPS
  • M components/viz/service/layers/DEPS
  • M components/viz/service/surfaces/DEPS
  • M components/viz/service/transitions/DEPS
  • M components/viz/test/DEPS
  • M components/web_package/DEPS
  • M components/webauthn/ios/DEPS
  • M components/webrtc_logging/DEPS
  • M components/webrtc_logging/browser/DEPS
Change size: L
Delta: 99 files changed, 173 insertions(+), 173 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +1 by Colin Blundell
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: I6f14b311a2f7b86f5e63e67ce4b8b2835456f2bc
Gerrit-Change-Number: 7885295
Gerrit-PatchSet: 5
Gerrit-Owner: Yoshiki IGUCHI <yos...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Colin Blundell <blun...@chromium.org>
Gerrit-Reviewer: Yoshiki IGUCHI <yos...@chromium.org>
Gerrit-CC: Andrew Rayskiy <green...@google.com>
open
diffy
satisfied_requirement
Reply all
Reply to author
Forward
0 new messages