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

Unified Diff: runtime/bin/io_impl_sources.gni

Issue 3001963002: [dart:io] Namespaces for file IO (Closed)
Patch Set: Fuchsia fix Created 3 years, 4 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 | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gni
diff --git a/runtime/bin/io_impl_sources.gni b/runtime/bin/io_impl_sources.gni
index 4c6b6cefb314f683b7e876dc6d6ec43d01416234..408652f69b6213944072a89ac252a22f63b3e5be 100644
--- a/runtime/bin/io_impl_sources.gni
+++ b/runtime/bin/io_impl_sources.gni
@@ -30,6 +30,13 @@ io_impl_sources = [
"io_service.h",
"io_service_no_ssl.cc",
"io_service_no_ssl.h",
+ "namespace.cc",
+ "namespace.h",
+ "namespace_android.cc",
+ "namespace_fuchsia.cc",
+ "namespace_linux.cc",
+ "namespace_macos.cc",
+ "namespace_win.cc",
"platform.cc",
"platform.h",
"platform_android.cc",
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698