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

Unified Diff: media/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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b5e2e403fd991568af3522ded8cbfbc50e6b481b..5bd6e8072f4624235b5e22c2d3defacaed98a909 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -550,8 +550,8 @@ component("media") {
}
public_deps = [
- "//media/base",
"//media/audio",
+ "//media/base",
"//third_party/opus",
]
@@ -673,12 +673,12 @@ test("media_unittests") {
":test_support",
"//base/allocator",
"//base/test:test_support",
- "//gpu/command_buffer/common",
"//gpu:test_support",
- "//media/audio:unittests",
+ "//gpu/command_buffer/common",
"//media/audio:test_support",
- "//media/base:unittests",
+ "//media/audio:unittests",
"//media/base:test_support",
+ "//media/base:unittests",
"//media/test:pipeline_integration_tests",
"//skia", # Direct dependency required to inherit config.
"//testing/gmock",
@@ -891,8 +891,8 @@ if (media_use_ffmpeg) {
"//testing/gmock",
"//testing/gtest",
"//third_party/ffmpeg",
- "//ui/gfx/geometry",
"//ui/gfx:test_support",
+ "//ui/gfx/geometry",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698