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

Unified Diff: third_party/libexif/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: third_party/libexif/BUILD.gn
diff --git a/third_party/libexif/BUILD.gn b/third_party/libexif/BUILD.gn
index de9b2ef724ccf26788715000c2fa9461c4a932b4..5a464e6d33e09ec512cc359926727a1c9cc6df8a 100644
--- a/third_party/libexif/BUILD.gn
+++ b/third_party/libexif/BUILD.gn
@@ -21,6 +21,9 @@ if (!is_linux || is_chromeos) {
static_library("libexif") {
sources = [
+ "sources/libexif/canon/exif-mnote-data-canon.c",
+ "sources/libexif/canon/mnote-canon-entry.c",
+ "sources/libexif/canon/mnote-canon-tag.c",
"sources/libexif/exif-byte-order.c",
"sources/libexif/exif-content.c",
"sources/libexif/exif-data.c",
@@ -33,9 +36,6 @@ if (!is_linux || is_chromeos) {
"sources/libexif/exif-mnote-data.c",
"sources/libexif/exif-tag.c",
"sources/libexif/exif-utils.c",
- "sources/libexif/canon/exif-mnote-data-canon.c",
- "sources/libexif/canon/mnote-canon-entry.c",
- "sources/libexif/canon/mnote-canon-tag.c",
"sources/libexif/fuji/exif-mnote-data-fuji.c",
"sources/libexif/fuji/mnote-fuji-entry.c",
"sources/libexif/fuji/mnote-fuji-tag.c",

Powered by Google App Engine
This is Rietveld 408576698