summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_BUILD.gn')
-rw-r--r--www/chromium/files/patch-components_BUILD.gn9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/chromium/files/patch-components_BUILD.gn b/www/chromium/files/patch-components_BUILD.gn
index 0ec0a354b754..cd067e4c8780 100644
--- a/www/chromium/files/patch-components_BUILD.gn
+++ b/www/chromium/files/patch-components_BUILD.gn
@@ -1,6 +1,6 @@
---- components/BUILD.gn.orig 2020-05-18 11:10:39 UTC
+--- components/BUILD.gn.orig 2020-07-07 21:58:14 UTC
+++ components/BUILD.gn
-@@ -286,9 +286,13 @@ test("components_unittests") {
+@@ -290,9 +290,14 @@ test("components_unittests") {
]
if (!is_fuchsia) {
@@ -9,10 +9,11 @@
+ "//components/crash/content/browser:unit_tests",
+ "//components/crash/core/app:unit_tests",
+ ]
-+ }
++ }
++
deps += [
- "//components/crash/content/browser:unit_tests",
- "//components/crash/core/app:unit_tests",
- "//components/data_reduction_proxy/content/common:unit_tests",
"//components/data_reduction_proxy/core/browser:unit_tests",
"//components/data_reduction_proxy/core/common:unit_tests",
+ ]