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

Unified Diff: gpu/blink/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/blink/BUILD.gn
diff --git a/gpu/blink/BUILD.gn b/gpu/blink/BUILD.gn
index d034c4769b6acc8cbd1d3dd1ca512c2f9ed3db08..8bb98b1188c679a41c81d8e4de760312561d7e34 100644
--- a/gpu/blink/BUILD.gn
+++ b/gpu/blink/BUILD.gn
@@ -23,18 +23,18 @@ component("blink") {
"//base",
"//base/third_party/dynamic_annotations",
"//cc",
+ "//gpu/command_buffer/client:gl_in_process_context",
+ "//gpu/command_buffer/client:gles2_c_lib",
+ "//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/command_buffer/service",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/skia_bindings",
"//skia",
"//third_party/WebKit/public:blink_minimal",
"//third_party/angle:translator",
- "//ui/gl",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl",
]
}
« components/BUILD.gn ('K') | « gpu/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698