Skip to content

Commit

Permalink
Remove additional references to pruned materials
Browse files Browse the repository at this point in the history
(This change reflect updates to Debian's disable/tests.patch)
  • Loading branch information
iskunk authored and PF4Public committed Sep 1, 2023
1 parent 253c62a commit 4a701f7
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@
# Linux
executable("chromedriver_server.unstripped") {
testonly = true
--- a/chrome/test/variations/BUILD.gn
+++ b/chrome/test/variations/BUILD.gn
@@ -49,6 +49,5 @@
":test_utils",
"//testing:run_isolated_script_test",
"//testing:test_scripts_shared",
- "//third_party/catapult/third_party/gsutil:gsutil",
]
}
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -308,8 +308,6 @@
"//third_party/puffin:libpuffpatch",
"//third_party/re2",
]
-
- data_deps = [ "//components/test/data/update_client/puffin_patch_test:puffin_patch_test_files" ]
}

fuzzer_test("update_client_protocol_serializer_fuzzer") {
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -728,10 +728,6 @@ if (is_apple) {
Expand All @@ -46,3 +66,13 @@
]

group("devtools_all_files") {
--- a/third_party/puffin/BUILD.gn
+++ b/third_party/puffin/BUILD.gn
@@ -115,7 +115,6 @@
"src/unittest_common.cc",
"src/utils_unittest.cc",
]
- data_deps = [ "//components/test/data/update_client/puffin_patch_test:puffin_patch_test_files" ]
deps = [
":libpuffdiff",
":libpuffpatch",

0 comments on commit 4a701f7

Please sign in to comment.