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

Side by Side Diff: base/base.gypi

Issue 12035111: Move file_util_proxy to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/file_util_proxy.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'file_descriptor_posix.h', 142 'file_descriptor_posix.h',
143 'file_path.cc', 143 'file_path.cc',
144 'file_path.h', 144 'file_path.h',
145 'file_util.cc', 145 'file_util.cc',
146 'file_util.h', 146 'file_util.h',
147 'file_util_android.cc', 147 'file_util_android.cc',
148 'file_util_linux.cc', 148 'file_util_linux.cc',
149 'file_util_mac.mm', 149 'file_util_mac.mm',
150 'file_util_posix.cc', 150 'file_util_posix.cc',
151 'file_util_win.cc', 151 'file_util_win.cc',
152 'file_util_proxy.cc',
153 'file_util_proxy.h',
154 'file_version_info.h', 152 'file_version_info.h',
155 'file_version_info_mac.h', 153 'file_version_info_mac.h',
156 'file_version_info_mac.mm', 154 'file_version_info_mac.mm',
157 'file_version_info_win.cc', 155 'file_version_info_win.cc',
158 'file_version_info_win.h', 156 'file_version_info_win.h',
159 'files/dir_reader_fallback.h', 157 'files/dir_reader_fallback.h',
160 'files/dir_reader_linux.h', 158 'files/dir_reader_linux.h',
161 'files/dir_reader_posix.h', 159 'files/dir_reader_posix.h',
162 'files/file_path_watcher.cc', 160 'files/file_path_watcher.cc',
163 'files/file_path_watcher.h', 161 'files/file_path_watcher.h',
164 'files/file_path_watcher_kqueue.cc', 162 'files/file_path_watcher_kqueue.cc',
165 'files/file_path_watcher_linux.cc', 163 'files/file_path_watcher_linux.cc',
166 'files/file_path_watcher_stub.cc', 164 'files/file_path_watcher_stub.cc',
167 'files/file_path_watcher_win.cc', 165 'files/file_path_watcher_win.cc',
166 'files/file_util_proxy.cc',
167 'files/file_util_proxy.h',
168 'files/important_file_writer.h', 168 'files/important_file_writer.h',
169 'files/important_file_writer.cc', 169 'files/important_file_writer.cc',
170 'files/scoped_temp_dir.cc', 170 'files/scoped_temp_dir.cc',
171 'files/scoped_temp_dir.h', 171 'files/scoped_temp_dir.h',
172 'float_util.h', 172 'float_util.h',
173 'format_macros.h', 173 'format_macros.h',
174 'gtest_prod_util.h', 174 'gtest_prod_util.h',
175 'guid.cc', 175 'guid.cc',
176 'guid.h', 176 'guid.h',
177 'guid_posix.cc', 177 'guid_posix.cc',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
747 'sources/': [ 747 'sources/': [
748 ['exclude', '^third_party/nspr/'], 748 ['exclude', '^third_party/nspr/'],
749 ], 749 ],
750 }], 750 }],
751 ], 751 ],
752 }], 752 }],
753 ], 753 ],
754 }, 754 },
755 } 755 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698