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 266028c1967c..65262b263bfe 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-01-26 00:49:17 UTC +--- printing/BUILD.gn.orig 2017-03-09 20:04:35 UTC +++ printing/BUILD.gn -@@ -129,7 +129,7 @@ component("printing") { +@@ -137,7 +137,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) -@@ -206,7 +206,7 @@ component("printing") { +@@ -214,7 +214,7 @@ component("printing") { "printing_context_no_system_dialog.cc", "printing_context_no_system_dialog.h", ] |