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

Unified Diff: mojo/edk/util/BUILD.gn

Issue 1408003013: Reland "EDK: Move //mojo/edk/system/waitable_event* to edk/util." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/edk/system/waitable_event_unittest.cc ('k') | mojo/edk/util/cond_var_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/BUILD.gn
diff --git a/mojo/edk/util/BUILD.gn b/mojo/edk/util/BUILD.gn
index 1725b619439243fa631b8bf0351d5b00cc3d48c8..58a491da9bd5d392dd5b493aacb2086be57a0432 100644
--- a/mojo/edk/util/BUILD.gn
+++ b/mojo/edk/util/BUILD.gn
@@ -21,6 +21,8 @@ mojo_edk_source_set("util") {
"ref_ptr_internal.h",
"scoped_file.h",
"thread_annotations.h",
+ "waitable_event.cc",
+ "waitable_event.h",
]
mojo_edk_configs = [ "mojo/edk/system:system_config" ]
@@ -38,6 +40,7 @@ mojo_edk_source_set("unittests") {
"mutex_unittest.cc",
"ref_counted_unittest.cc",
"thread_annotations_unittest.cc",
+ "waitable_event_unittest.cc",
]
deps = [
« no previous file with comments | « mojo/edk/system/waitable_event_unittest.cc ('k') | mojo/edk/util/cond_var_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698