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

Unified Diff: printing/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 months 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
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index ed4c9d07cc41bc23e54eaefd3aad655bf9942e80..d035801419310612bfe216ce94d81632b5cf9998 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",

Powered by Google App Engine
This is Rietveld 408576698