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

Unified Diff: pdf/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: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index 0f74323ff5702304429df57cf6a3bfd9a50d0b93..584bbbf52e084413ee807e21faef294af1bfeb13 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -6,14 +6,14 @@ pdf_engine = 0 # 0 PDFium
static_library("pdf") {
sources = [
- "button.h",
"button.cc",
- "chunk_stream.h",
+ "button.h",
"chunk_stream.cc",
- "control.h",
+ "chunk_stream.h",
"control.cc",
- "document_loader.h",
+ "control.h",
"document_loader.cc",
+ "document_loader.h",
"draw_utils.cc",
"draw_utils.h",
"fading_control.cc",
@@ -34,11 +34,11 @@ static_library("pdf") {
"paint_manager.h",
"pdf.cc",
"pdf.h",
- "progress_control.cc",
- "progress_control.h",
"pdf_engine.h",
"preview_mode_client.cc",
"preview_mode_client.h",
+ "progress_control.cc",
+ "progress_control.h",
"resource.h",
"resource_consts.h",
"thumbnail_control.cc",

Powered by Google App Engine
This is Rietveld 408576698