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

Side by Side Diff: base/base.gypi

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, 5 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 | « base/base.gyp ('k') | base/dir_reader_fallback.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'debug/stack_trace.cc', 98 'debug/stack_trace.cc',
99 'debug/stack_trace.h', 99 'debug/stack_trace.h',
100 'debug/stack_trace_android.cc', 100 'debug/stack_trace_android.cc',
101 'debug/stack_trace_posix.cc', 101 'debug/stack_trace_posix.cc',
102 'debug/stack_trace_win.cc', 102 'debug/stack_trace_win.cc',
103 'debug/trace_event.cc', 103 'debug/trace_event.cc',
104 'debug/trace_event.h', 104 'debug/trace_event.h',
105 'debug/trace_event_impl.cc', 105 'debug/trace_event_impl.cc',
106 'debug/trace_event_impl.h', 106 'debug/trace_event_impl.h',
107 'debug/trace_event_win.cc', 107 'debug/trace_event_win.cc',
108 'dir_reader_fallback.h',
109 'dir_reader_linux.h',
110 'dir_reader_posix.h',
111 'eintr_wrapper.h', 108 'eintr_wrapper.h',
112 'environment.cc', 109 'environment.cc',
113 'environment.h', 110 'environment.h',
114 'file_descriptor_posix.h', 111 'file_descriptor_posix.h',
115 'file_path.cc', 112 'file_path.cc',
116 'file_path.h', 113 'file_path.h',
117 'file_util.cc', 114 'file_util.cc',
118 'file_util.h', 115 'file_util.h',
119 'file_util_android.cc', 116 'file_util_android.cc',
120 'file_util_linux.cc', 117 'file_util_linux.cc',
121 'file_util_mac.mm', 118 'file_util_mac.mm',
122 'file_util_posix.cc', 119 'file_util_posix.cc',
123 'file_util_win.cc', 120 'file_util_win.cc',
124 'file_util_proxy.cc', 121 'file_util_proxy.cc',
125 'file_util_proxy.h', 122 'file_util_proxy.h',
126 'file_version_info.h', 123 'file_version_info.h',
127 'file_version_info_mac.h', 124 'file_version_info_mac.h',
128 'file_version_info_mac.mm', 125 'file_version_info_mac.mm',
129 'file_version_info_win.cc', 126 'file_version_info_win.cc',
130 'file_version_info_win.h', 127 'file_version_info_win.h',
128 'files/dir_reader_fallback.h',
129 'files/dir_reader_linux.h',
130 'files/dir_reader_posix.h',
131 'files/file_path_watcher.cc', 131 'files/file_path_watcher.cc',
132 'files/file_path_watcher.h', 132 'files/file_path_watcher.h',
133 'files/file_path_watcher_kqueue.cc', 133 'files/file_path_watcher_kqueue.cc',
134 'files/file_path_watcher_linux.cc', 134 'files/file_path_watcher_linux.cc',
135 'files/file_path_watcher_stub.cc', 135 'files/file_path_watcher_stub.cc',
136 'files/file_path_watcher_win.cc', 136 'files/file_path_watcher_win.cc',
137 'float_util.h', 137 'float_util.h',
138 'format_macros.h', 138 'format_macros.h',
139 'global_descriptors_posix.cc', 139 'global_descriptors_posix.cc',
140 'global_descriptors_posix.h', 140 'global_descriptors_posix.h',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
615 'sources/': [ 615 'sources/': [
616 ['exclude', '^chromeos/'], 616 ['exclude', '^chromeos/'],
617 ], 617 ],
618 }], 618 }],
619 ], 619 ],
620 }], 620 }],
621 ], 621 ],
622 }, 622 },
623 } 623 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/dir_reader_fallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698