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

Side by Side Diff: base/base.gypi

Issue 16392011: Move FileEnumerator to its own file, do some refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix incorrect includes Created 7 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 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'file_util_posix.cc', 153 'file_util_posix.cc',
154 'file_util_win.cc', 154 'file_util_win.cc',
155 'file_version_info.h', 155 'file_version_info.h',
156 'file_version_info_mac.h', 156 'file_version_info_mac.h',
157 'file_version_info_mac.mm', 157 'file_version_info_mac.mm',
158 'file_version_info_win.cc', 158 'file_version_info_win.cc',
159 'file_version_info_win.h', 159 'file_version_info_win.h',
160 'files/dir_reader_fallback.h', 160 'files/dir_reader_fallback.h',
161 'files/dir_reader_linux.h', 161 'files/dir_reader_linux.h',
162 'files/dir_reader_posix.h', 162 'files/dir_reader_posix.h',
163 'files/file_enumerator.cc',
164 'files/file_enumerator.h',
165 'files/file_enumerator_posix.cc',
166 'files/file_enumerator_win.cc',
163 'files/file_path.cc', 167 'files/file_path.cc',
164 'files/file_path.h', 168 'files/file_path.h',
165 'files/file_path_constants.cc', 169 'files/file_path_constants.cc',
166 'files/file_path_watcher.cc', 170 'files/file_path_watcher.cc',
167 'files/file_path_watcher.h', 171 'files/file_path_watcher.h',
168 'files/file_path_watcher_kqueue.cc', 172 'files/file_path_watcher_kqueue.cc',
169 'files/file_path_watcher_linux.cc', 173 'files/file_path_watcher_linux.cc',
170 'files/file_path_watcher_stub.cc', 174 'files/file_path_watcher_stub.cc',
171 'files/file_path_watcher_win.cc', 175 'files/file_path_watcher_win.cc',
172 'files/file_util_proxy.cc', 176 'files/file_util_proxy.cc',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 ['>(nacl_untrusted_build)==1', { 660 ['>(nacl_untrusted_build)==1', {
657 'sources!': [ 661 'sources!': [
658 'allocator/type_profiler_control.cc', 662 'allocator/type_profiler_control.cc',
659 'allocator/type_profiler_control.h', 663 'allocator/type_profiler_control.h',
660 'base_paths.cc', 664 'base_paths.cc',
661 'cpu.cc', 665 'cpu.cc',
662 'debug/stack_trace_posix.cc', 666 'debug/stack_trace_posix.cc',
663 'file_util.cc', 667 'file_util.cc',
664 'file_util_posix.cc', 668 'file_util_posix.cc',
665 'file_util_proxy.cc', 669 'file_util_proxy.cc',
670 'files/file_enumerator_posix.cc',
666 'files/file_path_watcher_kqueue.cc', 671 'files/file_path_watcher_kqueue.cc',
667 'memory/shared_memory_posix.cc', 672 'memory/shared_memory_posix.cc',
668 'native_library_posix.cc', 673 'native_library_posix.cc',
669 'path_service.cc', 674 'path_service.cc',
670 'platform_file_posix.cc', 675 'platform_file_posix.cc',
671 'posix/unix_domain_socket_linux.cc', 676 'posix/unix_domain_socket_linux.cc',
672 'process_posix.cc', 677 'process_posix.cc',
673 'process_util.cc', 678 'process_util.cc',
674 'process_util_posix.cc', 679 'process_util_posix.cc',
675 'rand_util_posix.cc', 680 'rand_util_posix.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
832 'sources/': [ 837 'sources/': [
833 ['exclude', '^third_party/nspr/'], 838 ['exclude', '^third_party/nspr/'],
834 ], 839 ],
835 }], 840 }],
836 ], 841 ],
837 }], 842 }],
838 ], 843 ],
839 }, 844 },
840 } 845 }
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