diff options
Diffstat (limited to 'www/chromium/files/patch-printing_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-printing_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-printing_BUILD.gn b/www/chromium/files/patch-printing_BUILD.gn index 65262b2..a9c4ad7 100644 --- a/www/chromium/files/patch-printing_BUILD.gn +++ b/www/chromium/files/patch-printing_BUILD.gn @@ -1,6 +1,6 @@ ---- printing/BUILD.gn.orig 2017-03-09 20:04:35 UTC +--- printing/BUILD.gn.orig 2017-04-19 19:06:36 UTC +++ printing/BUILD.gn -@@ -137,7 +137,7 @@ component("printing") { +@@ -138,7 +138,7 @@ component("printing") { if (use_cups) { configs += [ ":cups" ] @@ -9,7 +9,7 @@ # rebase_path does not accept an empty string if (use_sysroot) { cups_sysroot = rebase_path(sysroot) -@@ -214,7 +214,7 @@ component("printing") { +@@ -215,7 +215,7 @@ component("printing") { "printing_context_no_system_dialog.cc", "printing_context_no_system_dialog.h", ] |