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

Unified Diff: base/base.gypi

Issue 10413022: Move dir_reader to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux Created 8 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 | « base/base.gyp ('k') | base/dir_reader_fallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index a45cea6bd79e63cbe2f0988d005e4486fb4d17ca..2fe14caa67f8d1d0d4f3d1c20e2b5b3a55b5e80c 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -105,9 +105,6 @@
'debug/trace_event_impl.cc',
'debug/trace_event_impl.h',
'debug/trace_event_win.cc',
- 'dir_reader_fallback.h',
- 'dir_reader_linux.h',
- 'dir_reader_posix.h',
'eintr_wrapper.h',
'environment.cc',
'environment.h',
@@ -128,6 +125,9 @@
'file_version_info_mac.mm',
'file_version_info_win.cc',
'file_version_info_win.h',
+ 'files/dir_reader_fallback.h',
+ 'files/dir_reader_linux.h',
+ 'files/dir_reader_posix.h',
'files/file_path_watcher.cc',
'files/file_path_watcher.h',
'files/file_path_watcher_kqueue.cc',
« no previous file with comments | « base/base.gyp ('k') | base/dir_reader_fallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698