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

Unified Diff: base/BUILD.gn

Issue 2389033003: Build FileDescriptorWatcher for NaCl non-SFI (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | 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 0cf620f37822b6f7bbff001abd065b32e6861a7d..d38eb04c3947af4945b2a9e8929e8e06ea205991 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1124,8 +1124,6 @@ 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",
@@ -1167,6 +1165,8 @@ component("base") {
configs += [ ":nacl_nonsfi_warnings" ]
} else {
sources -= [
+ "files/file_descriptor_watcher_posix.cc",
+ "files/file_descriptor_watcher_posix.h",
"files/file_util.cc",
"files/file_util.h",
"files/file_util_posix.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698