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

Unified Diff: sync/protocol/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: sync/protocol/BUILD.gn
diff --git a/sync/protocol/BUILD.gn b/sync/protocol/BUILD.gn
index ba9b602af3bea753d710bfd7e0174d07a06e5715..b8258f90185f7f6375398c706d9d1dd80da8e178 100644
--- a/sync/protocol/BUILD.gn
+++ b/sync/protocol/BUILD.gn
@@ -6,10 +6,10 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("protocol") {
sources = [
+ "app_list_specifics.proto",
"app_notification_specifics.proto",
"app_setting_specifics.proto",
"app_specifics.proto",
- "app_list_specifics.proto",
"article_specifics.proto",
"attachments.proto",
"autofill_specifics.proto",
@@ -27,11 +27,11 @@ proto_library("protocol") {
"favicon_tracking_specifics.proto",
"get_updates_caller_info.proto",
"history_delete_directive_specifics.proto",
- "nigori_specifics.proto",
"managed_user_setting_specifics.proto",
"managed_user_shared_setting_specifics.proto",
"managed_user_specifics.proto",
"managed_user_whitelist_specifics.proto",
+ "nigori_specifics.proto",
"password_specifics.proto",
"preference_specifics.proto",
"priority_preference_specifics.proto",

Powered by Google App Engine
This is Rietveld 408576698