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

Unified Diff: base/BUILD.gn

Issue 1083883003: Move BindToCurrentLoop from media/base/ to base/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/base/callback_holder.h compile Created 5 years, 8 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 | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 8a7acc4e282860468d69d6c03c6e1d01106c850f..83406954a34089c2e5aa26e3c3b94e9b82d0069f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -154,6 +154,7 @@ component("base") {
"bind_helpers.h",
"bind_internal.h",
"bind_internal_win.h",
+ "bind_to_current_loop.h",
"bits.h",
"build_time.cc",
"build_time.h",
@@ -1086,6 +1087,7 @@ test("base_unittests") {
"barrier_closure_unittest.cc",
"base64_unittest.cc",
"big_endian_unittest.cc",
+ "bind_to_current_loop_unittest.cc",
"bind_unittest.cc",
"bind_unittest.nc",
"bits_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698