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

Unified Diff: content/test/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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index e2b37c9162cf45de349d53b6cd0d43c6467e17c2..3dce50503bc8a84da076b845af75d812d33c6295 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1612,8 +1612,8 @@ test("content_unittests") {
"//third_party/mesa:osmesa",
]
- if (!is_win) {
- sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ]
+ if (is_posix) {
+ sources += [ "../browser/posix_file_descriptor_info_impl_unittest.cc" ]
}
if (enable_plugins) {
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | headless/lib/browser/headless_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698