From 0416e8712674a38aa0b1cf1a1e4625f019c0b06d Mon Sep 17 00:00:00 2001
From: David Dorwin <ddorwin@chromium.org>
Date: Mon, 5 May 2025 20:25:06 -0700
Subject: [PATCH] [fuchsia] Exclude sdk_override.txt from watchlist

Test: python3 third_party/depot_tools/watchlists.py build/fuchsia/sdk_override.txt && python3 third_party/depot_tools/watchlists.py build/fuchsia/update_sdk.py
Change-Id: I542d23297ed39f0b478fe2e644c5633ae87c4cf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6512913
Reviewed-by: Zijie He <zijiehe@google.com>
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Zijie He <zijiehe@google.com>
Cr-Commit-Position: refs/heads/main@{#1456074}
---
 WATCHLISTS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WATCHLISTS b/WATCHLISTS
index 9c31452436df6..9320ab223d50c 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -1227,7 +1227,7 @@
                   'chrome/test/data/extensions/api_test/file_system_provider'
     },
     'fuchsia': {
-      'filepath': 'fuchsia',
+      'filepath': 'fuchsia.*$(?<!sdk_override.txt)',
     },
     'fuzzing': {
       'filepath': 'fuzz|Fuzz',