Skip to content

Commit

Permalink
Add another missed Ninja dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed May 18, 2024
1 parent 3eaf234 commit 6f99e3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patches/ungoogled-chromium/macos/fix-ninja.patch
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@
if options.jobs:
cmd += ['-j', str(options.jobs)]
subprocess.check_call(cmd)
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -115,6 +115,7 @@ static_library("devtools") {
"//chrome/browser/autofill:autofill",
"//components/autofill/content/browser:browser",
"//components/autofill/core/browser:browser",
+ "//components/enterprise/buildflags",
"//components/paint_preview/buildflags:buildflags",
"//components/variations/service:service",
"//components/webapps/common:common",

0 comments on commit 6f99e3a

Please sign in to comment.