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

Unified Diff: chromecast/base/BUILD.gn

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK on posted task Created 5 years, 5 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/task_runner_impl.h » ('j') | chromecast/base/task_runner_impl.h » ('J')
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 c27a4c5eccf464c76c78477e29aa607c9d298abd..69aa79bea637374a5d00e03eab06c5c12f82d4ef 100644
--- a/chromecast/base/BUILD.gn
+++ b/chromecast/base/BUILD.gn
@@ -20,6 +20,8 @@ source_set("base") {
"process_utils.h",
"serializers.cc",
"serializers.h",
+ "task_runner_impl.cc",
+ "task_runner_impl.h",
]
configs += [ "//chromecast:config" ]
« no previous file with comments | « no previous file | chromecast/base/task_runner_impl.h » ('j') | chromecast/base/task_runner_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698