Roll Global Integration

GitOrigin-RevId: 16db2be0dbbbf379992544c7752b9b5d5bdf5263
Change-Id: I2bef83ff081646b5333153bbeb3de53183680afe
diff --git a/prebuilts b/prebuilts
index 98ee499..3dda575 100644
--- a/prebuilts
+++ b/prebuilts
@@ -206,25 +206,6 @@
              path="prebuilt/tools/fxicfg"
              version="git_revision:ebecdccfa311a63d23b95fbd07b26794af50b074"/>
 
-    <!-- Debug symbols
-    It is required that a debug symbol package takes on a very specific form:
-      (i) it is a directory;
-      (ii) this directory contains a top-level manifest debug_symbols.json,
-        which is a JSON list of paths;
-      (iii) each path in the manifest either points to a .build.-id directory
-        itself or an archive containing a .build-id directory at its root.
-    Download paths must be of the form
-    //prebuilt/build_ids/<target cpu>/<name>
-    -->
-    <package name="chromium/fuchsia/debug-symbols-amd64"
-             version="version:75.0.3733.0"
-             path="prebuilt/build_ids/x64/chromium"
-             attributes="debug-symbols,debug-symbols-x64"/>
-    <package name="chromium/fuchsia/debug-symbols-arm64"
-             version="version:75.0.3733.0"
-             path="prebuilt/build_ids/arm64/chromium"
-             attributes="debug-symbols,debug-symbols-arm64"/>
-
     <!-- Packages for SDK -->
     <!-- Bazel -->
     <package name="fuchsia/third_party/bazel/${platform}"
diff --git a/third_party/chromium/chromium b/third_party/chromium/chromium
index 55dfae3..1d700b4 100644
--- a/third_party/chromium/chromium
+++ b/third_party/chromium/chromium
@@ -17,5 +17,23 @@
     <package name="chromium/fuchsia/castrunner-arm64"
         version="version:76.0.3800.0"
         path="topaz/third_party/cast_runner/arch/arm64"/>
+    <!-- Debug symbols
+    It is required that a debug symbol package takes on a very specific form:
+      (i) it is a directory;
+      (ii) this directory contains a top-level manifest debug_symbols.json,
+        which is a JSON list of paths;
+      (iii) each path in the manifest either points to a .build.-id directory
+        itself or an archive containing a .build-id directory at its root.
+    Download paths must be of the form
+    //prebuilt/build_ids/<target cpu>/<name>
+    -->
+    <package name="chromium/fuchsia/debug-symbols-amd64"
+             version="version:75.0.3733.0"
+             path="prebuilt/build_ids/x64/chromium"
+             attributes="debug-symbols,debug-symbols-x64"/>
+    <package name="chromium/fuchsia/debug-symbols-arm64"
+             version="version:75.0.3733.0"
+             path="prebuilt/build_ids/arm64/chromium"
+             attributes="debug-symbols,debug-symbols-arm64"/>
   </packages>
 </manifest>