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

Unified Diff: device/core/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/core/BUILD.gn
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn
index b77bda8c6cdfe8b6c3e6397317fc23c6f025f4de..2f25eef4804ac32b3e6e81870bc39e61d65466c6 100644
--- a/device/core/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -10,5 +10,7 @@ source_set("core") {
"device_monitor_win.h",
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698