summaryrefslogtreecommitdiff
path: root/chromium/third_party/lzma_sdk
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/third_party/lzma_sdk
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/lzma_sdk')
-rw-r--r--chromium/third_party/lzma_sdk/BUILD.gn8
-rw-r--r--chromium/third_party/lzma_sdk/Util/SfxSetup/BUILD.gn4
2 files changed, 4 insertions, 8 deletions
diff --git a/chromium/third_party/lzma_sdk/BUILD.gn b/chromium/third_party/lzma_sdk/BUILD.gn
index 6da9d547f2d..34b10ac5b73 100644
--- a/chromium/third_party/lzma_sdk/BUILD.gn
+++ b/chromium/third_party/lzma_sdk/BUILD.gn
@@ -71,7 +71,7 @@ static_library("lzma_sdk") {
# Must be after no_chromium_code for warning flags to be ordered correctly.
":clang_warnings",
- ":lzma_defines"
+ ":lzma_defines",
]
public_configs = [ ":lzma_sdk_config" ]
}
@@ -90,9 +90,7 @@ static_library("lzma_sdk_xz") {
"XzDec.c",
]
- deps = [
- ":lzma_sdk"
- ]
+ deps = [ ":lzma_sdk" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
@@ -100,7 +98,7 @@ static_library("lzma_sdk_xz") {
# Must be after no_chromium_code for warning flags to be ordered correctly.
":clang_warnings",
- ":lzma_defines"
+ ":lzma_defines",
]
public_configs = [ ":lzma_sdk_config" ]
}
diff --git a/chromium/third_party/lzma_sdk/Util/SfxSetup/BUILD.gn b/chromium/third_party/lzma_sdk/Util/SfxSetup/BUILD.gn
index d138045073b..95b4b582b7c 100644
--- a/chromium/third_party/lzma_sdk/Util/SfxSetup/BUILD.gn
+++ b/chromium/third_party/lzma_sdk/Util/SfxSetup/BUILD.gn
@@ -15,7 +15,5 @@ source_set("7zS2_source") {
".",
"../..",
]
- public_deps = [
- "//third_party/lzma_sdk:lzma_sdk",
- ]
+ public_deps = [ "//third_party/lzma_sdk:lzma_sdk" ]
}