commit | a14eaad3ec567e7a82a7c0e80e6d92830b242113 | [log] [tgz] |
---|---|---|
author | Weizhong Xia <[email protected]> | Fri Apr 01 02:04:44 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 01 02:04:44 2022 |
tree | a814dd7d879ea54a4fe4fa1054469219b503a76c | |
parent | 86b9c67f2dc4f85b305416e5b833b58e02c891bc [diff] [blame] |
Use httpd-php cipd package for Linux and Fuchsia On some linux distributions, the system httpd does not support mod_php. With this change, we will use self built httpd, thus remove the dependency on the os. Bug: 1155141 Change-Id: Ifc5ec97316f0b27f1cf2e72704226121d242a24f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3547098 Reviewed-by: Xianzhu Wang <[email protected]> Reviewed-by: Erik Staab <[email protected]> Commit-Queue: Weizhong Xia <[email protected]> Cr-Commit-Position: refs/heads/main@{#987753}
diff --git a/BUILD.gn b/BUILD.gn index 4b227ce5..638981f 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -1210,6 +1210,10 @@ ] } + if (is_linux || is_fuchsia) { + data += [ "//third_party/apache-linux/" ] + } + if (is_android) { data += [ "//third_party/catapult/",