Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1282)

Unified Diff: printing/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 995fbaf19523f29e3f3f9d7c0b66a3a9fd3d1601..6b6cb1b5e799343b0d7d831f82a2a6672e7f776b 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"
}
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698