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

Unified Diff: media/base/BUILD.gn

Issue 2568663002: [WIP] - trying out some state machine ideas.
Patch Set: added SimpleStateMachine, updated example Created 4 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 | « no previous file | media/base/simple_state_machine.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 09509c0f81833d84fda5aa45c727ff55d6ea73bf..531f336795b0e24726615733b3791a8cfeefaca1 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -221,8 +221,16 @@ target(link_target_type, "base") {
"simd/convert_yuv_to_rgb_c.cc",
"simd/filter_yuv.h",
"simd/filter_yuv_c.cc",
+ "simple_state_machine.h",
"sinc_resampler.cc",
"sinc_resampler.h",
+ "state.cc",
+ "state.h",
+ "state_machine.cc",
+ "state_machine.h",
+ "state_machine_driver.cc",
+ "state_machine_driver.h",
+ "state_machine_example.cc",
"stream_parser.cc",
"stream_parser.h",
"stream_parser_buffer.cc",
« no previous file with comments | « no previous file | media/base/simple_state_machine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698