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

Unified Diff: content/browser/BUILD.gn

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Merge Created 3 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 | « components/nacl/zygote/nacl_fork_delegate_linux.cc ('k') | content/browser/child_process_launcher_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 027f56a9f40ef6299d78517234bac807638abd1f..5e398e74a543fb33a6095f60298e313b7d1df244 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1612,10 +1612,10 @@ source_set("browser") {
]
}
- if (!is_win) {
+ if (is_posix) {
sources += [
- "file_descriptor_info_impl.cc",
- "file_descriptor_info_impl.h",
+ "posix_file_descriptor_info_impl.cc",
+ "posix_file_descriptor_info_impl.h",
]
}
« no previous file with comments | « components/nacl/zygote/nacl_fork_delegate_linux.cc ('k') | content/browser/child_process_launcher_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698