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

Unified Diff: chromecast/base/BUILD.gn

Issue 1551843002: [Chromecast] Add BindToTaskRunner and BindToCurrentThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct copyright notice Created 5 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 | chromecast/base/bind_to_task_runner.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 e34b903a604539f05cfdbb2b442d85dd45d76bc6..81c20ff17e179851b02960829ea0f24d8c863a46 100644
--- a/chromecast/base/BUILD.gn
+++ b/chromecast/base/BUILD.gn
@@ -13,6 +13,7 @@ source_set("base") {
"android/dumpstate_writer.h",
"android/system_time_change_notifier_android.cc",
"android/system_time_change_notifier_android.h",
+ "bind_to_task_runner.h",
"cast_paths.cc",
"cast_paths.h",
"cast_resource.cc",
@@ -64,6 +65,7 @@ source_set("test_support") {
# GYP target: chromecast_tests.gypi:cast_base_unittests
test("cast_base_unittests") {
sources = [
+ "bind_to_task_runner_unittest.cc",
"device_capabilities_impl_unittest.cc",
"error_codes_unittest.cc",
"path_utils_unittest.cc",
« no previous file with comments | « no previous file | chromecast/base/bind_to_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698