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

Unified Diff: gpu/command_buffer/client/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: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index bbb7c0b99d1de1309dbc17f71a92ff2c804b229b..f114d1f0c1b2a86a20d513917e60975c6cfce126 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -182,10 +182,10 @@ component("gl_in_process_context") {
deps = [
":gles2_implementation",
- "//gpu",
- "//gpu/command_buffer/common:gles2_utils",
"//base",
"//base/third_party/dynamic_annotations",
+ "//gpu",
+ "//gpu/command_buffer/common:gles2_utils",
"//ui/gfx/geometry",
"//ui/gl",
]

Powered by Google App Engine
This is Rietveld 408576698