summaryrefslogtreecommitdiffstats
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn8
1 files changed, 6 insertions, 2 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index cdecbcd..261cb1f 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -31,9 +31,13 @@ group("jpeg") {
libs = [ "jpeg" ]
public_configs = [ ":system_libjpeg_config" ]
} else if (use_libjpeg_turbo) {
- deps = [ "//third_party/libjpeg_turbo:libjpeg" ]
+ deps = [
+ "//third_party/libjpeg_turbo:libjpeg",
+ ]
public_configs = [ ":libjpeg_turbo_config" ]
} else {
- deps = [ "//third_party/libjpeg:libjpeg" ]
+ deps = [
+ "//third_party/libjpeg:libjpeg",
+ ]
}
}