summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
authoragrieve <agrieve@chromium.org>2015-11-20 11:53:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-20 19:54:12 +0000
commitd7a71c88990b6788ceaf1ec9ee518099709ff3fd (patch)
treedd1a1e2a0ef6a80b09e20e8efb7c9cdc5eace718 /gpu/BUILD.gn
parent505f20a95df63e77c8207a7d5a19f5719f3dc3c6 (diff)
downloadchromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.zip
chromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.tar.gz
chromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.tar.bz2
Run gn --format over all .gn files
The recent formatter alphebetizing change is causing a lot of noise in code reviews. Figured it'd be worth a clean-up CL. Exact command I ran: find . -name "*.gn*" -exec gn format --in-place "{}" \; TBR=ddorwin@chromium.org BUG=554928 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1464873002 Cr-Commit-Position: refs/heads/master@{#360891}
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn14
1 files changed, 7 insertions, 7 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 141b2b2..8244ec6 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -160,6 +160,9 @@ test("gl_tests") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
+ "//gpu/command_buffer/client:gles2_c_lib",
+ "//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/common:gles2_utils",
"//testing/gmock",
"//testing/gtest",
"//third_party/angle:translator",
@@ -167,9 +170,6 @@ test("gl_tests") {
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
- "//gpu/command_buffer/common:gles2_utils",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
]
libs = []
@@ -299,18 +299,18 @@ test("gpu_unittests") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
+ "//gpu/command_buffer/client:gles2_c_lib",
+ "//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/common:gles2_utils",
"//testing/gmock",
"//testing/gtest",
"//third_party/angle:translator",
"//ui/gfx",
- "//ui/gfx/geometry",
"//ui/gfx:test_support",
+ "//ui/gfx/geometry",
"//ui/gl",
"//ui/gl:gl_unittest_utils",
"//ui/gl:test_support",
- "//gpu/command_buffer/common:gles2_utils",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
]
}