-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- provide passthru.fetchedDeps for debugging - adapt gn args for latest electron versions - fix mechanism for applying patches for latest electron versions
- Loading branch information
1 parent
c076cc2
commit 9f26152
Showing
2 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- a/chrome/test/BUILD.gn | ||
+++ b/chrome/test/BUILD.gn | ||
@@ -3114,13 +3114,6 @@ if (!is_android && !is_fuchsia) { | ||
"//pdf/loader", | ||
] | ||
|
||
- if (is_linux) { | ||
- # Add a data dependency for pdf_extension_accessibility_test.cc to | ||
- # notify testing builders that this test needs this library, which will | ||
- # need to be downloaded from CIPD as defined in //DEPS. | ||
- data_deps += [ "//third_party/screen-ai:screen_ai_linux" ] | ||
- } | ||
- | ||
if (enable_printing) { | ||
sources += [ "../browser/pdf/pdf_extension_printing_test.cc" ] | ||
|