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

Side by Side Diff: base/base.gypi

Issue 13247008: base: Extract FileEnumerator out of file_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: file_enumerator_posix.cc should not compile on win Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/file_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'file_util_posix.cc', 151 'file_util_posix.cc',
152 'file_util_win.cc', 152 'file_util_win.cc',
153 'file_version_info.h', 153 'file_version_info.h',
154 'file_version_info_mac.h', 154 'file_version_info_mac.h',
155 'file_version_info_mac.mm', 155 'file_version_info_mac.mm',
156 'file_version_info_win.cc', 156 'file_version_info_win.cc',
157 'file_version_info_win.h', 157 'file_version_info_win.h',
158 'files/dir_reader_fallback.h', 158 'files/dir_reader_fallback.h',
159 'files/dir_reader_linux.h', 159 'files/dir_reader_linux.h',
160 'files/dir_reader_posix.h', 160 'files/dir_reader_posix.h',
161 'files/file_enumerator.cc',
162 'files/file_enumerator.h',
163 'files/file_enumerator_posix.cc',
164 'files/file_enumerator_win.cc',
161 'files/file_path.cc', 165 'files/file_path.cc',
162 'files/file_path.h', 166 'files/file_path.h',
163 'files/file_path_watcher.cc', 167 'files/file_path_watcher.cc',
164 'files/file_path_watcher.h', 168 'files/file_path_watcher.h',
165 'files/file_path_watcher_kqueue.cc', 169 'files/file_path_watcher_kqueue.cc',
166 'files/file_path_watcher_linux.cc', 170 'files/file_path_watcher_linux.cc',
167 'files/file_path_watcher_stub.cc', 171 'files/file_path_watcher_stub.cc',
168 'files/file_path_watcher_win.cc', 172 'files/file_path_watcher_win.cc',
169 'files/file_util_proxy.cc', 173 'files/file_util_proxy.cc',
170 'files/file_util_proxy.h', 174 'files/file_util_proxy.h',
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 768 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
765 'sources/': [ 769 'sources/': [
766 ['exclude', '^third_party/nspr/'], 770 ['exclude', '^third_party/nspr/'],
767 ], 771 ],
768 }], 772 }],
769 ], 773 ],
770 }], 774 }],
771 ], 775 ],
772 }, 776 },
773 } 777 }
OLDNEW
« no previous file with comments | « no previous file | base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698