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

Unified Diff: base/BUILD.gn

Issue 326383005: Remove base/platform_file.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 53084d5e8f611d2f111c6722c6210d4dee8c15d1..700ea3304b0f8b9e5795295dbcaab64aff6af34c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -410,10 +410,6 @@ component("base") {
"pending_task.h",
"pickle.cc",
"pickle.h",
- "platform_file.cc",
- "platform_file.h",
- "platform_file_posix.cc",
- "platform_file_win.cc",
"port.h",
"posix/eintr_wrapper.h",
"posix/file_descriptor_shuffle.cc",
@@ -1139,7 +1135,6 @@ test("base_unittests") {
"os_compat_android_unittest.cc",
"path_service_unittest.cc",
"pickle_unittest.cc",
- "platform_file_unittest.cc",
"posix/file_descriptor_shuffle_unittest.cc",
"posix/unix_domain_socket_linux_unittest.cc",
"power_monitor/power_monitor_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698