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

Unified Diff: media/base/BUILD.gn

Issue 2778953003: media: Add RunOnDestruction
Patch Set: Created 3 years, 9 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 | « no previous file | media/base/run_on_destruction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index f80ab37f0a520679f0fdad28e9a624f24252d629..5e4a633dfc901587a9df91144fb1247797f5f469 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -82,6 +82,7 @@ target(link_target_type, "base") {
"audio_timestamp_helper.cc",
"audio_timestamp_helper.h",
"bind_to_current_loop.h",
+ "run_on_destruction.h",
"bit_reader.cc",
"bit_reader.h",
"bit_reader_core.cc",
@@ -432,6 +433,7 @@ source_set("unit_tests") {
"audio_shifter_unittest.cc",
"audio_timestamp_helper_unittest.cc",
"bind_to_current_loop_unittest.cc",
+ "run_on_destruction_unittest.cc",
"bit_reader_unittest.cc",
"callback_holder.h",
"callback_holder_unittest.cc",
« no previous file with comments | « no previous file | media/base/run_on_destruction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698