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

Unified Diff: third_party/npapi/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/npapi/BUILD.gn
diff --git a/third_party/npapi/BUILD.gn b/third_party/npapi/BUILD.gn
index ad170834dd69d3932a6b0b0af81547b948c36b37..7314702a4adecdec1c9f74c334d859725da80228 100644
--- a/third_party/npapi/BUILD.gn
+++ b/third_party/npapi/BUILD.gn
@@ -19,8 +19,8 @@ source_set("npapi") {
"bindings/npapi_x11.h",
"bindings/npfunctions.h",
"bindings/nphostapi.h",
- "bindings/nptypes.h",
"bindings/npruntime.h",
+ "bindings/nptypes.h",
]
public_configs = [ ":npapi_config" ]

Powered by Google App Engine
This is Rietveld 408576698