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

Unified Diff: media/cast/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/cast/test/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index bffb4e625b3ac7caf762b09549aafc13b297a0a4..488afb15f6194206ef5899c8f1da2df91ca6b8bf 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -203,9 +203,9 @@ source_set("receiver") {
source_set("test_support") {
testonly = true
sources = [
-# TODO(hclam): FFmpeg.
-# "test/fake_media_source.cc",
-# "test/fake_media_source.h",
+ # TODO(hclam): FFmpeg.
+ # "test/fake_media_source.cc",
+ # "test/fake_media_source.h",
"test/fake_single_thread_task_runner.cc",
"test/fake_single_thread_task_runner.h",
"test/skewed_single_thread_task_runner.cc",
@@ -239,8 +239,9 @@ source_set("test_support") {
":receiver",
"//base/test:test_support",
"//testing/gtest",
-# TODO(hclam): Does not build on ARM yet.
-# "//third_party/ffmpeg",
+
+ # TODO(hclam): Does not build on ARM yet.
+ # "//third_party/ffmpeg",
"//third_party/libyuv",
"//third_party/mt19937ar",
"//ui/gfx",
@@ -265,7 +266,8 @@ test("cast_unittests") {
"net/rtcp/rtcp_unittest.cc",
"net/rtcp/rtcp_utility_unittest.cc",
"net/rtcp/receiver_rtcp_event_subscriber_unittest.cc",
-# TODO(miu): The following two are test utility modules. Rename/move the files.
+
+ # TODO(miu): The following two are test utility modules. Rename/move the files.
"net/rtcp/test_rtcp_packet_builder.cc",
"net/rtcp/test_rtcp_packet_builder.h",
"net/rtp/cast_message_builder_unittest.cc",
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/cast/test/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698