From 34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb Mon Sep 17 00:00:00 2001 From: scottmg Date: Wed, 3 Dec 2014 15:27:24 -0800 Subject: gn format // (the rest, except mojo) Excluded mojo because I think that needs to happen on the other side. At gn --version = 306668 for which roll is in CQ. R=brettw@chromium.org TBR=scherkus@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/774353003 Cr-Commit-Position: refs/heads/master@{#306708} --- printing/BUILD.gn | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'printing') diff --git a/printing/BUILD.gn b/printing/BUILD.gn index 995fbaf..6b6cb1b 100644 --- a/printing/BUILD.gn +++ b/printing/BUILD.gn @@ -91,9 +91,7 @@ component("printing") { if (is_mac) { # Mac-Aura does not support printing. if (use_aura) { - sources -= [ - "printed_document_mac.cc", - ] + sources -= [ "printed_document_mac.cc" ] } else { sources += [ "printing_context_mac.mm", @@ -126,7 +124,8 @@ component("printing") { configs += [ ":cups" ] if (is_linux) { - cups_version = exec_script("cups_config_helper.py", [ "--api-version" ], + cups_version = exec_script("cups_config_helper.py", + [ "--api-version" ], "trim string") if (cups_version == "1.6" || cups_version == "1.7") { @@ -167,9 +166,7 @@ component("printing") { # of the print backend and enables a custom implementation instead. defines += [ "PRINT_BACKEND_AVAILABLE" ] - sources += [ - "backend/print_backend_chromeos.cc", - ] + sources += [ "backend/print_backend_chromeos.cc" ] } else if (is_linux) { # Non-ChromeOS Linux. sources += [ "printing_context_linux.cc", @@ -243,7 +240,7 @@ if (is_android) { # GYP: //printing/printing.gyp:printing_java android_library("printing_java") { deps = [ - "//base:base_java" + "//base:base_java", ] DEPRECATED_java_in_dir = "android/java/src" } -- cgit v1.1