summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-02-27 18:23:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-28 02:24:07 +0000
commit7c7296f4dcb7e32fa4440b333a40a37699f517b1 (patch)
tree279df2952a81b93354570bb78e92c3c4c5a24fa9 /printing
parente4f56cef9af4457ba0074e963748284d5da35165 (diff)
downloadchromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.zip
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.gz
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.bz2
Apply gn format with 'sources' sorting to src/
Application of https://codereview.chromium.org/962003002/. TBR=keybuk@chromium.org R=brettw@chromium.org BUG=456014 Review URL: https://codereview.chromium.org/960413003 Cr-Commit-Position: refs/heads/master@{#318574}
Diffstat (limited to 'printing')
-rw-r--r--printing/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index ed4c9d0..d035801 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -95,8 +95,8 @@ component("printing") {
sources -= [ "printed_document_mac.cc" ]
} else {
sources += [
- "printing_context_mac.mm",
"printing_context_mac.h",
+ "printing_context_mac.mm",
]
}
}
@@ -106,9 +106,9 @@ component("printing") {
# print backend and enables a custom implementation instead.
defines += [ "PRINT_BACKEND_AVAILABLE" ]
sources += [
+ "backend/print_backend_win.cc",
"backend/win_helper.cc",
"backend/win_helper.h",
- "backend/print_backend_win.cc",
"printing_context_system_dialog_win.cc",
"printing_context_system_dialog_win.h",
"printing_context_win.cc",