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

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index f7d31f58f2cf64930968d367d35cf28a9471117d..4efc946f3d04df39c7bb12f32ff30465e7b14e2d 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -39,8 +39,8 @@ source_set("gles2") {
configs += [ "//third_party/khronos:khronos_headers" ]
deps = [
- "//mojo/public/c/gles2",
"//mojo/public/c/environment",
+ "//mojo/public/c/gles2",
"//mojo/public/c/system",
]

Powered by Google App Engine
This is Rietveld 408576698