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

Side by Side Diff: base/base.gypi

Issue 3131026: Moving file_system_proxy to base/ and changing it to work with MessageLoopPro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'event_synthesis_gtk.cc', 73 'event_synthesis_gtk.cc',
74 'event_synthesis_gtk.h', 74 'event_synthesis_gtk.h',
75 'file_path.cc', 75 'file_path.cc',
76 'file_path.h', 76 'file_path.h',
77 'file_util.cc', 77 'file_util.cc',
78 'file_util.h', 78 'file_util.h',
79 'file_util_deprecated.h', 79 'file_util_deprecated.h',
80 'file_util_mac.mm', 80 'file_util_mac.mm',
81 'file_util_posix.cc', 81 'file_util_posix.cc',
82 'file_util_win.cc', 82 'file_util_win.cc',
83 'file_util_proxy.cc',
84 'file_util_proxy.h',
83 'file_version_info.h', 85 'file_version_info.h',
84 'file_version_info_mac.h', 86 'file_version_info_mac.h',
85 'file_version_info_mac.mm', 87 'file_version_info_mac.mm',
86 'file_version_info_win.cc', 88 'file_version_info_win.cc',
87 'file_version_info_win.h', 89 'file_version_info_win.h',
88 'fix_wp64.h', 90 'fix_wp64.h',
89 'float_util.h', 91 'float_util.h',
90 'foundation_utils_mac.h', 92 'foundation_utils_mac.h',
91 'global_descriptors_posix.cc', 93 'global_descriptors_posix.cc',
92 'global_descriptors_posix.h', 94 'global_descriptors_posix.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'third_party/xdg_mime/xdgmimemagic.c', 754 'third_party/xdg_mime/xdgmimemagic.c',
753 'third_party/xdg_mime/xdgmimemagic.h', 755 'third_party/xdg_mime/xdgmimemagic.h',
754 'third_party/xdg_mime/xdgmimeparent.c', 756 'third_party/xdg_mime/xdgmimeparent.c',
755 'third_party/xdg_mime/xdgmimeparent.h', 757 'third_party/xdg_mime/xdgmimeparent.h',
756 ], 758 ],
757 }, 759 },
758 ], 760 ],
759 }], 761 }],
760 ], 762 ],
761 } 763 }
OLDNEW
« no previous file with comments | « no previous file | base/file_util_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698