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

Unified Diff: media/test/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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: 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

Powered by Google App Engine
This is Rietveld 408576698