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

Side by Side Diff: base/base.gypi

Issue 9691059: Cleanup: Remove remaining deprecated file_util functions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'dir_reader_posix.h', 94 'dir_reader_posix.h',
95 'eintr_wrapper.h', 95 'eintr_wrapper.h',
96 'environment.cc', 96 'environment.cc',
97 'environment.h', 97 'environment.h',
98 'file_descriptor_posix.h', 98 'file_descriptor_posix.h',
99 'file_path.cc', 99 'file_path.cc',
100 'file_path.h', 100 'file_path.h',
101 'file_util.cc', 101 'file_util.cc',
102 'file_util.h', 102 'file_util.h',
103 'file_util_android.cc', 103 'file_util_android.cc',
104 'file_util_deprecated.h',
105 'file_util_linux.cc', 104 'file_util_linux.cc',
106 'file_util_mac.mm', 105 'file_util_mac.mm',
107 'file_util_posix.cc', 106 'file_util_posix.cc',
108 'file_util_win.cc', 107 'file_util_win.cc',
109 'file_util_proxy.cc', 108 'file_util_proxy.cc',
110 'file_util_proxy.h', 109 'file_util_proxy.h',
111 'file_version_info.h', 110 'file_version_info.h',
112 'file_version_info_mac.h', 111 'file_version_info_mac.h',
113 'file_version_info_mac.mm', 112 'file_version_info_mac.mm',
114 'file_version_info_win.cc', 113 'file_version_info_win.cc',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'third_party/xdg_mime/xdgmimemagic.c', 899 'third_party/xdg_mime/xdgmimemagic.c',
901 'third_party/xdg_mime/xdgmimemagic.h', 900 'third_party/xdg_mime/xdgmimemagic.h',
902 'third_party/xdg_mime/xdgmimeparent.c', 901 'third_party/xdg_mime/xdgmimeparent.c',
903 'third_party/xdg_mime/xdgmimeparent.h', 902 'third_party/xdg_mime/xdgmimeparent.h',
904 ], 903 ],
905 }, 904 },
906 ], 905 ],
907 }], 906 }],
908 ], 907 ],
909 } 908 }
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