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

Side by Side Diff: base/base.gypi

Issue 2878062: Asynchronously open the temp file used for Pepper StreamToFile, and delete th... (Closed) Base URL: svn://svn.chromium.org/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/platform_file.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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'ref_counted_memory.cc', 179 'ref_counted_memory.cc',
180 'ref_counted_memory.h', 180 'ref_counted_memory.h',
181 'registry.cc', 181 'registry.cc',
182 'registry.h', 182 'registry.h',
183 'resource_util.cc', 183 'resource_util.cc',
184 'resource_util.h', 184 'resource_util.h',
185 'safe_strerror_posix.cc', 185 'safe_strerror_posix.cc',
186 'safe_strerror_posix.h', 186 'safe_strerror_posix.h',
187 'scoped_bstr_win.cc', 187 'scoped_bstr_win.cc',
188 'scoped_bstr_win.h', 188 'scoped_bstr_win.h',
189 'scoped_callback_factory.h',
189 'scoped_cftyperef.h', 190 'scoped_cftyperef.h',
190 'scoped_comptr_win.h', 191 'scoped_comptr_win.h',
191 'scoped_handle.h', 192 'scoped_handle.h',
192 'scoped_handle_win.h', 193 'scoped_handle_win.h',
193 'scoped_nsautorelease_pool.h', 194 'scoped_nsautorelease_pool.h',
194 'scoped_nsautorelease_pool.mm', 195 'scoped_nsautorelease_pool.mm',
195 'scoped_nsdisable_screen_updates.h', 196 'scoped_nsdisable_screen_updates.h',
196 'scoped_nsobject.h', 197 'scoped_nsobject.h',
197 'scoped_open_process.h', 198 'scoped_open_process.h',
198 'scoped_ptr.h', 199 'scoped_ptr.h',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'third_party/xdg_mime/xdgmimemagic.c', 744 'third_party/xdg_mime/xdgmimemagic.c',
744 'third_party/xdg_mime/xdgmimemagic.h', 745 'third_party/xdg_mime/xdgmimemagic.h',
745 'third_party/xdg_mime/xdgmimeparent.c', 746 'third_party/xdg_mime/xdgmimeparent.c',
746 'third_party/xdg_mime/xdgmimeparent.h', 747 'third_party/xdg_mime/xdgmimeparent.h',
747 ], 748 ],
748 }, 749 },
749 ], 750 ],
750 }], 751 }],
751 ], 752 ],
752 } 753 }
OLDNEW
« no previous file with comments | « no previous file | base/platform_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698