Index: cc/BUILD.gn |
diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
index e38e0db70db072ad19c5bef0f4af1f0244a33151..ae6ef720b71aab38057327997b2b79ebe04d1921 100644 |
--- a/cc/BUILD.gn |
+++ b/cc/BUILD.gn |
@@ -683,9 +683,9 @@ source_set("test_support") { |
"//base/third_party/dynamic_annotations", |
"//cc/surfaces", |
"//cc/surfaces:surface_id", |
+ "//gpu/command_buffer/client:gl_in_process_context", |
"//gpu/command_buffer/client:gles2_c_lib", |
"//gpu/command_buffer/client:gles2_implementation", |
- "//gpu/command_buffer/client:gl_in_process_context", |
"//gpu/command_buffer/common:gles2_utils", |
"//gpu/skia_bindings", |
"//media", |
@@ -693,8 +693,8 @@ source_set("test_support") { |
"//testing/gmock", |
"//testing/gtest", |
"//ui/gfx", |
- "//ui/gfx/geometry", |
"//ui/gfx:test_support", |
+ "//ui/gfx/geometry", |
"//ui/gl", |
"//ui/gl:test_support", |
] |
@@ -886,8 +886,8 @@ test("cc_unittests") { |
"//testing/gtest", |
"//ui/events:events_base", |
"//ui/gfx", |
- "//ui/gfx/geometry", |
"//ui/gfx:test_support", |
+ "//ui/gfx/geometry", |
"//ui/gl", |
"//ui/gl:test_support", |
] |