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

Unified Diff: storage/common/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: storage/common/BUILD.gn
diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn
index 2c55bb9eac92e50a63701c1314c91124b9de32cc..97ddb2f1476421042c910647185bedf57c512de5 100644
--- a/storage/common/BUILD.gn
+++ b/storage/common/BUILD.gn
@@ -8,7 +8,6 @@ component("common") {
sources = [
"data_element.cc",
"data_element.h",
- "storage_common_export.h",
"database/database_connections.cc",
"database/database_connections.h",
"database/database_identifier.cc",
@@ -24,6 +23,7 @@ component("common") {
"quota/quota_status_code.cc",
"quota/quota_status_code.h",
"quota/quota_types.h",
+ "storage_common_export.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698