mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: add GN linting (#14678)
* chore: add GN linter * chore: fix GN lint errors * try some crazy bash to get a gn exe * base64 on linux is different * cloning build_tools doesn't download GN * download_from_google_storage needs depot_tools in the path * fixup! chore: add GN linter
This commit is contained in:
committed by
Charles Kerr
parent
5efb0fdff1
commit
14fc6f3081
@@ -6,9 +6,9 @@ config("native_mate_config") {
|
||||
|
||||
source_set("native_mate") {
|
||||
deps = [
|
||||
"//third_party/electron_node:node_lib",
|
||||
"//base",
|
||||
"//net",
|
||||
"//third_party/electron_node:node_lib",
|
||||
"//v8:v8_headers",
|
||||
]
|
||||
public_configs = [ ":native_mate_config" ]
|
||||
|
||||
Reference in New Issue
Block a user