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

Unified Diff: base/BUILD.gn

Issue 2332923004: Add a new file descriptor watch API. (Closed)
Patch Set: self-review Created 4 years, 3 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/files/file_descriptor_watcher_posix.h » ('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 d3fe234e2fb6cf495078d7820c7340d012e1c330..7e60420bcd8fcbb72941a762340dafbce29b13cf 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -316,6 +316,8 @@ component("base") {
"files/dir_reader_linux.h",
"files/dir_reader_posix.h",
"files/file.cc",
+ "files/file_descriptor_watcher_posix.cc",
+ "files/file_descriptor_watcher_posix.h",
"files/file_enumerator.cc",
"files/file_enumerator.h",
"files/file_enumerator_posix.cc",
@@ -1123,6 +1125,8 @@ component("base") {
"debug/crash_logging.h",
"debug/stack_trace.cc",
"debug/stack_trace_posix.cc",
+ "files/file_descriptor_watcher_posix.cc",
+ "files/file_descriptor_watcher_posix.h",
"files/file_enumerator_posix.cc",
"files/file_proxy.cc",
"files/file_util_proxy.cc",
@@ -1781,6 +1785,7 @@ test("base_unittests") {
"feature_list_unittest.cc",
"file_version_info_win_unittest.cc",
"files/dir_reader_posix_unittest.cc",
+ "files/file_descriptor_watcher_posix_unittest.cc",
"files/file_locking_unittest.cc",
"files/file_path_unittest.cc",
"files/file_path_watcher_unittest.cc",
« no previous file with comments | « no previous file | base/files/file_descriptor_watcher_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698