Skip to content

Commit

Permalink
Fix presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed May 16, 2023
1 parent 43068f7 commit 2ad82d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chromium_presubmit_config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"CheckWebDevStyle": [
"components/speedreader/resources/speedreader-desktop.css",
"components/speedreader/resources/third_party/",
"components/webpack/gen-webpack-grd.js",
"test/data/speedreader/",
]
},
Expand Down
2 changes: 1 addition & 1 deletion components/webpack/gen-webpack-grd.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getIncludesString (fileList) {
const resourcePath = resourcePathPrefix
? path.join(resourcePathPrefix, relativePath)
: relativePath
return `<` + `include name="${fileId}" file="${filePath}" resource_path="${resourcePath}" use_base_dir="false" type="BINDATA" />`
return `<include name="${fileId}" file="${filePath}" resource_path="${resourcePath}" use_base_dir="false" type="BINDATA" />`
}).join('\n')
}

Expand Down

0 comments on commit 2ad82d8

Please sign in to comment.