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

Unified Diff: content/browser/BUILD.gn

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Fix Mojo launcher, review comments 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0cc7f6ac13164b391aea418dbcf227bdb5be7d6c..c77c638079f563af12a458b159dad6f9a8850309 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1591,10 +1591,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",
]
}

Powered by Google App Engine
This is Rietveld 408576698