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

Side by Side Diff: base/base.gypi

Issue 13165005: Move FileEnumerator to its own file, do some refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge, fixes Created 7 years, 7 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'file_util_posix.cc', 152 'file_util_posix.cc',
153 'file_util_win.cc', 153 'file_util_win.cc',
154 'file_version_info.h', 154 'file_version_info.h',
155 'file_version_info_mac.h', 155 'file_version_info_mac.h',
156 'file_version_info_mac.mm', 156 'file_version_info_mac.mm',
157 'file_version_info_win.cc', 157 'file_version_info_win.cc',
158 'file_version_info_win.h', 158 'file_version_info_win.h',
159 'files/dir_reader_fallback.h', 159 'files/dir_reader_fallback.h',
160 'files/dir_reader_linux.h', 160 'files/dir_reader_linux.h',
161 'files/dir_reader_posix.h', 161 'files/dir_reader_posix.h',
162 'files/file_enumerator.cc',
163 'files/file_enumerator.h',
164 'files/file_enumerator_posix.cc',
165 'files/file_enumerator_win.cc',
162 'files/file_path.cc', 166 'files/file_path.cc',
163 'files/file_path.h', 167 'files/file_path.h',
164 'files/file_path_watcher.cc', 168 'files/file_path_watcher.cc',
165 'files/file_path_watcher.h', 169 'files/file_path_watcher.h',
166 'files/file_path_watcher_kqueue.cc', 170 'files/file_path_watcher_kqueue.cc',
167 'files/file_path_watcher_linux.cc', 171 'files/file_path_watcher_linux.cc',
168 'files/file_path_watcher_stub.cc', 172 'files/file_path_watcher_stub.cc',
169 'files/file_path_watcher_win.cc', 173 'files/file_path_watcher_win.cc',
170 'files/file_util_proxy.cc', 174 'files/file_util_proxy.cc',
171 'files/file_util_proxy.h', 175 'files/file_util_proxy.h',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 ['>(nacl_untrusted_build)==1', { 626 ['>(nacl_untrusted_build)==1', {
623 'sources!': [ 627 'sources!': [
624 'allocator/type_profiler_control.cc', 628 'allocator/type_profiler_control.cc',
625 'allocator/type_profiler_control.h', 629 'allocator/type_profiler_control.h',
626 'base_paths.cc', 630 'base_paths.cc',
627 'cpu.cc', 631 'cpu.cc',
628 'debug/stack_trace_posix.cc', 632 'debug/stack_trace_posix.cc',
629 'file_util.cc', 633 'file_util.cc',
630 'file_util_posix.cc', 634 'file_util_posix.cc',
631 'file_util_proxy.cc', 635 'file_util_proxy.cc',
636 'files/file_enumerator_posix.cc',
632 'files/file_path_watcher_kqueue.cc', 637 'files/file_path_watcher_kqueue.cc',
633 'memory/shared_memory_posix.cc', 638 'memory/shared_memory_posix.cc',
634 'native_library_posix.cc', 639 'native_library_posix.cc',
635 'path_service.cc', 640 'path_service.cc',
636 'platform_file_posix.cc', 641 'platform_file_posix.cc',
637 'posix/unix_domain_socket_linux.cc', 642 'posix/unix_domain_socket_linux.cc',
638 'process_posix.cc', 643 'process_posix.cc',
639 'process_util.cc', 644 'process_util.cc',
640 'process_util_posix.cc', 645 'process_util_posix.cc',
641 'rand_util_posix.cc', 646 'rand_util_posix.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
776 'sources/': [ 781 'sources/': [
777 ['exclude', '^third_party/nspr/'], 782 ['exclude', '^third_party/nspr/'],
778 ], 783 ],
779 }], 784 }],
780 ], 785 ],
781 }], 786 }],
782 ], 787 ],
783 }, 788 },
784 } 789 }
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