Updated chromium/.gclient and sync_chromium.py to not ignore third_party/ffmpeg.
Was forgotten in this CL: https://codereview.webrtc.org/1575913003/
BUG=468365
R=kjellander@webrtc.org
Review URL: https://codereview.webrtc.org/1579153003 .
Cr-Commit-Position: refs/heads/master@{#11222}
diff --git a/sync_chromium.py b/sync_chromium.py
index 8699396..b37e0da 100755
--- a/sync_chromium.py
+++ b/sync_chromium.py
@@ -31,7 +31,7 @@
# Bump this whenever the algorithm changes and you need bots/devs to re-sync,
# ignoring the .last_sync_chromium file
-SCRIPT_VERSION = 6
+SCRIPT_VERSION = 7
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
CHROMIUM_NO_HISTORY = 'CHROMIUM_NO_HISTORY'