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

Unified Diff: device/usb/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: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index a97aeba423bc95c6259d60961d6bbd5888148bca..5a5d44902a8e6aa0f3453dc0a58cd12b7a557668 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -13,14 +13,14 @@ source_set("usb") {
"usb_context.h",
"usb_descriptors.cc",
"usb_descriptors.h",
- "usb_device_impl.cc",
- "usb_device_impl.h",
"usb_device.h",
"usb_device_filter.cc",
"usb_device_filter.h",
+ "usb_device_handle.h",
"usb_device_handle_impl.cc",
"usb_device_handle_impl.h",
- "usb_device_handle.h",
+ "usb_device_impl.cc",
+ "usb_device_impl.h",
"usb_error.cc",
"usb_error.h",
"usb_ids.cc",

Powered by Google App Engine
This is Rietveld 408576698