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

Unified Diff: media/BUILD.gn

Issue 1907973003: media: Move audio_parameters and audio_point to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months 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 | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 5f3cd308d8e44aef6070b75921655585e44e7816..cc5d331cef677e8f62c3a3b143d926ee3d48a0d4 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -749,15 +749,15 @@ source_set("test_support") {
]
}
-# TODO(dalecurtis): How to split this across audio/base directories??
+# TODO(jrummell): This should be renamed and moved to media/base/BUILD.gn.
component("shared_memory_support") {
sources = [
- "audio/audio_parameters.cc",
- "audio/audio_parameters.h",
- "audio/point.cc",
- "audio/point.h",
"base/audio_bus.cc",
"base/audio_bus.h",
+ "base/audio_parameters.cc",
+ "base/audio_parameters.h",
+ "base/audio_point.cc",
+ "base/audio_point.h",
"base/channel_layout.cc",
"base/channel_layout.h",
"base/limits.h",
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698