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

Side by Side Diff: base/base.gypi

Issue 6286038: Add initial code to do filename munging in the FileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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_proxy.h » ('j') | base/file_util_proxy_base.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'file_path.h', 68 'file_path.h',
69 'file_util.cc', 69 'file_util.cc',
70 'file_util.h', 70 'file_util.h',
71 'file_util_deprecated.h', 71 'file_util_deprecated.h',
72 'file_util_linux.cc', 72 'file_util_linux.cc',
73 'file_util_mac.mm', 73 'file_util_mac.mm',
74 'file_util_posix.cc', 74 'file_util_posix.cc',
75 'file_util_win.cc', 75 'file_util_win.cc',
76 'file_util_proxy.cc', 76 'file_util_proxy.cc',
77 'file_util_proxy.h', 77 'file_util_proxy.h',
78 'file_util_proxy_base.h',
78 'file_version_info.h', 79 'file_version_info.h',
79 'file_version_info_mac.h', 80 'file_version_info_mac.h',
80 'file_version_info_mac.mm', 81 'file_version_info_mac.mm',
81 'file_version_info_win.cc', 82 'file_version_info_win.cc',
82 'file_version_info_win.h', 83 'file_version_info_win.h',
83 'fix_wp64.h', 84 'fix_wp64.h',
84 'float_util.h', 85 'float_util.h',
85 'foundation_utils_mac.h', 86 'foundation_utils_mac.h',
86 'global_descriptors_posix.cc', 87 'global_descriptors_posix.cc',
87 'global_descriptors_posix.h', 88 'global_descriptors_posix.h',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'third_party/xdg_mime/xdgmimemagic.c', 733 'third_party/xdg_mime/xdgmimemagic.c',
733 'third_party/xdg_mime/xdgmimemagic.h', 734 'third_party/xdg_mime/xdgmimemagic.h',
734 'third_party/xdg_mime/xdgmimeparent.c', 735 'third_party/xdg_mime/xdgmimeparent.c',
735 'third_party/xdg_mime/xdgmimeparent.h', 736 'third_party/xdg_mime/xdgmimeparent.h',
736 ], 737 ],
737 }, 738 },
738 ], 739 ],
739 }], 740 }],
740 ], 741 ],
741 } 742 }
OLDNEW
« no previous file with comments | « no previous file | base/file_util_proxy.h » ('j') | base/file_util_proxy_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698