parent
f66ad85170
commit
c30bb16136
@ -1,3 +1,4 @@
|
||||
/chromium-52.0.2743.75-clean.tar.xz
|
||||
/depot_tools.git-master.tar.gz
|
||||
/policy_templates.zip
|
||||
/chromium-52.0.2743.82-clean.tar.xz
|
||||
|
@ -0,0 +1,24 @@
|
||||
diff -up chromium-52.0.2743.82/printing/BUILD.gn.cups22 chromium-52.0.2743.82/printing/BUILD.gn
|
||||
--- chromium-52.0.2743.82/printing/BUILD.gn.cups22 2016-07-21 11:27:05.597507544 -0400
|
||||
+++ chromium-52.0.2743.82/printing/BUILD.gn 2016-07-21 11:27:25.565390048 -0400
|
||||
@@ -147,7 +147,7 @@ component("printing") {
|
||||
],
|
||||
"trim string")
|
||||
|
||||
- if (cups_version == "1.6" || cups_version == "1.7") {
|
||||
+ if (cups_version == "1.6" || cups_version == "1.7" || cups_version == "2.2") {
|
||||
cflags += [
|
||||
# CUPS 1.6 deprecated the PPD APIs, but we will stay with this
|
||||
# API for now as supported Linux and Mac OS'es are still using
|
||||
diff -up chromium-52.0.2743.82/printing/printing.gyp.cups22 chromium-52.0.2743.82/printing/printing.gyp
|
||||
--- chromium-52.0.2743.82/printing/printing.gyp.cups22 2016-07-21 11:26:26.622746918 -0400
|
||||
+++ chromium-52.0.2743.82/printing/printing.gyp 2016-07-21 11:26:44.517632794 -0400
|
||||
@@ -142,7 +142,7 @@
|
||||
'cups_version': '<!(python cups_config_helper.py --api-version <(sysroot))',
|
||||
},
|
||||
'conditions': [
|
||||
- ['cups_version in ["1.6", "1.7"]', {
|
||||
+ ['cups_version in ["1.6", "1.7", "2.2"]', {
|
||||
'cflags': [
|
||||
# CUPS 1.6 deprecated the PPD APIs, but we will stay with this
|
||||
# API for now as supported Linux and Mac OS'es are still using
|
@ -1,3 +1,3 @@
|
||||
ceaa558c5a94789d5a7a69837ce035ef chromium-52.0.2743.75-clean.tar.xz
|
||||
49a7f897775cce21d2b69968b8af1cea depot_tools.git-master.tar.gz
|
||||
af24ec9bc5e86e10841f44397db5ffda policy_templates.zip
|
||||
1389b4f03dfb2e44697e138314bd13ed chromium-52.0.2743.82-clean.tar.xz
|
||||
8ce432ed9e6b1edca19f0057f5ad76bf policy_templates.zip
|
||||
|
Loading…
Reference in new issue