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

Unified Diff: chromecast/base/BUILD.gn

Issue 2695223008: [Chromecast] Add an alarm manager for firing events on wall clock time. (Closed)
Patch Set: Fixed nits Created 3 years, 10 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 | chromecast/base/alarm_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/BUILD.gn
diff --git a/chromecast/base/BUILD.gn b/chromecast/base/BUILD.gn
index 08235755870097d6f5aa7df40deeefc62eae642e..0b48874590791a42765a09bdb2efc4286b737d31 100644
--- a/chromecast/base/BUILD.gn
+++ b/chromecast/base/BUILD.gn
@@ -28,6 +28,8 @@ if (is_android) {
source_set("base") {
sources = [
+ "alarm_manager.cc",
+ "alarm_manager.h",
"android/dumpstate_writer.cc",
"android/dumpstate_writer.h",
"android/system_time_change_notifier_android.cc",
@@ -121,6 +123,7 @@ source_set("test_support") {
test("cast_base_unittests") {
sources = [
+ "alarm_manager_unittest.cc",
"bind_to_task_runner_unittest.cc",
"device_capabilities_impl_unittest.cc",
"error_codes_unittest.cc",
« no previous file with comments | « no previous file | chromecast/base/alarm_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698