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

Side by Side Diff: trunk/src/base/base.gypi

Issue 14824006: Revert 198820 "Move FileEnumerator to its own file, do some refa..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | trunk/src/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',
166 'files/file_path.cc', 162 'files/file_path.cc',
167 'files/file_path.h', 163 'files/file_path.h',
168 'files/file_path_watcher.cc', 164 'files/file_path_watcher.cc',
169 'files/file_path_watcher.h', 165 'files/file_path_watcher.h',
170 'files/file_path_watcher_kqueue.cc', 166 'files/file_path_watcher_kqueue.cc',
171 'files/file_path_watcher_linux.cc', 167 'files/file_path_watcher_linux.cc',
172 'files/file_path_watcher_stub.cc', 168 'files/file_path_watcher_stub.cc',
173 'files/file_path_watcher_win.cc', 169 'files/file_path_watcher_win.cc',
174 'files/file_util_proxy.cc', 170 'files/file_util_proxy.cc',
175 'files/file_util_proxy.h', 171 'files/file_util_proxy.h',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 ['>(nacl_untrusted_build)==1', { 622 ['>(nacl_untrusted_build)==1', {
627 'sources!': [ 623 'sources!': [
628 'allocator/type_profiler_control.cc', 624 'allocator/type_profiler_control.cc',
629 'allocator/type_profiler_control.h', 625 'allocator/type_profiler_control.h',
630 'base_paths.cc', 626 'base_paths.cc',
631 'cpu.cc', 627 'cpu.cc',
632 'debug/stack_trace_posix.cc', 628 'debug/stack_trace_posix.cc',
633 'file_util.cc', 629 'file_util.cc',
634 'file_util_posix.cc', 630 'file_util_posix.cc',
635 'file_util_proxy.cc', 631 'file_util_proxy.cc',
636 'files/file_enumerator_posix.cc',
637 'files/file_path_watcher_kqueue.cc', 632 'files/file_path_watcher_kqueue.cc',
638 'memory/shared_memory_posix.cc', 633 'memory/shared_memory_posix.cc',
639 'native_library_posix.cc', 634 'native_library_posix.cc',
640 'path_service.cc', 635 'path_service.cc',
641 'platform_file_posix.cc', 636 'platform_file_posix.cc',
642 'posix/unix_domain_socket_linux.cc', 637 'posix/unix_domain_socket_linux.cc',
643 'process_posix.cc', 638 'process_posix.cc',
644 'process_util.cc', 639 'process_util.cc',
645 'process_util_posix.cc', 640 'process_util_posix.cc',
646 'rand_util_posix.cc', 641 'rand_util_posix.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
781 'sources/': [ 776 'sources/': [
782 ['exclude', '^third_party/nspr/'], 777 ['exclude', '^third_party/nspr/'],
783 ], 778 ],
784 }], 779 }],
785 ], 780 ],
786 }], 781 }],
787 ], 782 ],
788 }, 783 },
789 } 784 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698