Pull code for formatting the X-Client-Data header from Chromium/upstream
This is the devtools side of https://chromium-review.googlesource.com/c/chromium/src/+/2360517
R=mathias
Bug: chromium:1103854
Change-Id: I5ec32a4e84a0f873ec5372579728a94f47a83463
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2361093
Reviewed-by: Mathias Bynens <[email protected]>
Commit-Queue: Mathias Bynens <[email protected]>
Auto-Submit: Ilya Sherman <[email protected]>
diff --git a/devtools_grd_files.gni b/devtools_grd_files.gni
index 82777fa..4bfbb4e 100644
--- a/devtools_grd_files.gni
+++ b/devtools_grd_files.gni
@@ -349,7 +349,6 @@
"front_end/changes/ChangesSidebar.js",
"front_end/changes/ChangesTextEditor.js",
"front_end/changes/ChangesView.js",
- "front_end/client_variations/format_client_variations.js",
"front_end/cm_modes/DefaultCodeMirrorMimeMode.js",
"front_end/color_picker/ContrastDetails.js",
"front_end/color_picker/ContrastInfo.js",
@@ -809,7 +808,7 @@
"front_end/third_party/acorn-logical-assignment/package/dist/acorn-logical-assignment.mjs",
"front_end/third_party/acorn-loose/package/dist/acorn-loose.mjs",
"front_end/third_party/acorn-numeric-separator/package/dist/acorn-numeric-separator.mjs",
- "front_end/third_party/chromium/client-variations/ClientVariationsParser.js",
+ "front_end/third_party/chromium/client-variations/ClientVariations.js",
"front_end/third_party/codemirror/package/addon/comment/comment.js",
"front_end/third_party/codemirror/package/addon/edit/closebrackets.js",
"front_end/third_party/codemirror/package/addon/edit/matchbrackets.js",