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

Unified Diff: ui/compositor/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: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index dcc25568a2ec984e17280cc1ad14f0c6d3851908..6c121919c8babf7d5d00c96ab138343292a2b2fa 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -86,9 +86,9 @@ component("compositor") {
# TODO(sky): before we make this real need to remove
# IDR_BITMAP_BRUSH_IMAGE.
deps += [
- "//ui/resources",
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
+ "//ui/resources",
]
}
}
@@ -130,8 +130,8 @@ source_set("test_support") {
deps = [
"//base/test:test_support",
"//cc",
- "//cc/surfaces",
"//cc:test_support",
+ "//cc/surfaces",
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
« components/BUILD.gn ('K') | « ui/base/ime/BUILD.gn ('k') | ui/file_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698