Index: media/test/BUILD.gn |
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn |
index 3ce4648e80b095992d70c964b6d2a30066816315..721c715dd3f2a57cd12f54681c84319a0aa99221 100644 |
--- a/media/test/BUILD.gn |
+++ b/media/test/BUILD.gn |
@@ -102,8 +102,8 @@ source_set("mojo_pipeline_integration_tests") { |
"//media/mojo/services:renderer_service", |
"//mojo/application/public/cpp:test_support", |
"//testing/gtest", |
- "//ui/gfx/geometry", |
"//ui/gfx:test_support", |
+ "//ui/gfx/geometry", |
# TODO(dalecurtis): Required since the gmock header is included in the |
# header for pipeline_integration_test_base.h. This should be moved |