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

Unified Diff: device/media_transfer_protocol/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/media_transfer_protocol/BUILD.gn
diff --git a/device/media_transfer_protocol/BUILD.gn b/device/media_transfer_protocol/BUILD.gn
index 26a730c4c1d9b965a5838aec573fd22439701c8d..cd37089ccba345ce350eb47e1b344f375c8eaf59 100644
--- a/device/media_transfer_protocol/BUILD.gn
+++ b/device/media_transfer_protocol/BUILD.gn
@@ -6,13 +6,17 @@ import("//third_party/protobuf/proto_library.gni")
# GYP version: device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto
proto_library("mtp_file_entry_proto") {
- sources = [ "//third_party/cros_system_api/dbus/mtp_file_entry.proto" ]
+ sources = [
+ "//third_party/cros_system_api/dbus/mtp_file_entry.proto",
+ ]
proto_out_dir = "device/media_transfer_protocol"
}
# GYP version: device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto
proto_library("mtp_storage_info_proto") {
- sources = [ "//third_party/cros_system_api/dbus/mtp_storage_info.proto" ]
+ sources = [
+ "//third_party/cros_system_api/dbus/mtp_storage_info.proto",
+ ]
proto_out_dir = "device/media_transfer_protocol"
}
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698