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

Unified Diff: device/usb/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/nfc/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index d310a950b1d1f0ef2baf9f44d76971bffc5ebadf..ee793d3295e59acba64b49df339eef93182c422e 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -45,11 +45,17 @@ source_set("usb") {
action("usb_device_ids") {
script = "//device/usb/tools/usb_ids.py"
- inputs = [ source_ids ]
- outputs = [ generated_ids ]
+ inputs = [
+ source_ids,
+ ]
+ outputs = [
+ generated_ids,
+ ]
args = [
- "-i", rebase_path(source_ids, root_build_dir),
- "-o", rebase_path(generated_ids, root_build_dir),
+ "-i",
+ rebase_path(source_ids, root_build_dir),
+ "-o",
+ rebase_path(generated_ids, root_build_dir),
]
# Only the device_usb target can depend on us.
« no previous file with comments | « device/nfc/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698