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

Unified Diff: base/base.gyp

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 | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c45c537aa44dd4173ebfc705231f72ab14caf809..3697e71191d3d198cffbaa598b3a05c069c4ab3b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -373,13 +373,13 @@
'debug/stack_trace_unittest.cc',
'debug/trace_event_unittest.cc',
'debug/trace_event_win_unittest.cc',
- 'dir_reader_posix_unittest.cc',
'environment_unittest.cc',
'file_descriptor_shuffle_unittest.cc',
'file_path_unittest.cc',
'file_util_proxy_unittest.cc',
'file_util_unittest.cc',
'file_version_info_unittest.cc',
+ 'files/dir_reader_posix_unittest.cc',
'gmock_unittest.cc',
'guid_unittest.cc',
'hi_res_timer_manager_unittest.cc',
@@ -588,8 +588,8 @@
'../third_party/icu/icu.gyp:icudata',
],
'sources!': [
- 'dir_reader_posix_unittest.cc',
'file_descriptor_shuffle_unittest.cc',
+ 'files/dir_reader_posix_unittest.cc',
'threading/worker_pool_posix_unittest.cc',
'message_pump_libevent_unittest.cc',
],
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698