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

Unified Diff: ui/ozone/platform/dri/BUILD.gn

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: ui/ozone/platform/dri/BUILD.gn
diff --git a/ui/ozone/platform/dri/BUILD.gn b/ui/ozone/platform/dri/BUILD.gn
index 857e59f867177fc78368bb95adaf071dea7bc2b7..b59ac71da3dbe37d4516f65c0698ffdbc5dfaac9 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -74,9 +74,7 @@ source_set("dri_common") {
"//ui/gfx/geometry",
]
- public_configs = [
- ":libdrm",
- ]
+ public_configs = [ ":libdrm" ]
}
if (ozone_platform_dri) {
@@ -143,8 +141,6 @@ if (ozone_platform_gbm) {
"//ui/events/ozone:events_ozone_evdev",
]
- public_configs = [
- ":libgbm",
- ]
+ public_configs = [ ":libgbm" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698