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

Unified Diff: webrtc/base/BUILD.gn

Issue 2299983002: Revert of Initial version of new file wrapper (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 3 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 | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 8630d2beeb75176808a3949c1fae2652a328ccb1..e166a4f7ba3f45274d33fd8e89b099196df1dc3e 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -124,8 +124,6 @@
"event_tracer.h",
"exp_filter.cc",
"exp_filter.h",
- "file.cc",
- "file.h",
"format_macros.h",
"location.cc",
"location.h",
@@ -176,14 +174,6 @@
if (is_android) {
libs += [ "log" ]
- }
-
- if (is_posix) {
- sources += [ "file_posix.cc" ]
- }
-
- if (is_win) {
- sources += [ "file_win.cc" ]
}
if (build_with_chromium) {
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698