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

Unified Diff: mojo/common/data_pipe_utils.cc

Issue 694253003: win: pull gyp for gn generation (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/data_pipe_utils.cc
diff --git a/mojo/common/data_pipe_utils.cc b/mojo/common/data_pipe_utils.cc
index d3ada62c7f501276ed907c459f1ab9788913c73c..0598fbaeb9a2d8c6ca79c01e9dfb8681b2ee075d 100644
--- a/mojo/common/data_pipe_utils.cc
+++ b/mojo/common/data_pipe_utils.cc
@@ -100,8 +100,10 @@ bool BlockingCopyFromFile(const base::FilePath& source,
return result == MOJO_RESULT_FAILED_PRECONDITION;
}
}
+#if !defined(OS_WIN)
NOTREACHED();
return false;
+#endif
}
} // namespace
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698