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

Unified Diff: third_party/sqlite/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/sqlite/BUILD.gn
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn
index 62efc0a2a8479b28286d2fff5b4697570a872d00..686863b1b38463a98caa2c275cc1016f42c0b765 100644
--- a/third_party/sqlite/BUILD.gn
+++ b/third_party/sqlite/BUILD.gn
@@ -8,8 +8,8 @@ config("sqlite_config") {
source_set("sqlite") {
sources = [
- "amalgamation/sqlite3.h",
"amalgamation/sqlite3.c",
+ "amalgamation/sqlite3.h",
# fts2.c currently has a lot of conflicts when added to
# the amalgamation. It is probably not worth fixing that.

Powered by Google App Engine
This is Rietveld 408576698