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

Side by Side Diff: base/base.gypi

Issue 3061009: Speculative fix for crash in DOMUIThumbnailSource. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: msvc++ caught this Created 10 years, 5 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
« no previous file with comments | « no previous file | base/ref_counted_memory.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'process_win.cc', 169 'process_win.cc',
170 'profiler.cc', 170 'profiler.cc',
171 'profiler.h', 171 'profiler.h',
172 'rand_util.cc', 172 'rand_util.cc',
173 'rand_util.h', 173 'rand_util.h',
174 'rand_util_posix.cc', 174 'rand_util_posix.cc',
175 'rand_util_win.cc', 175 'rand_util_win.cc',
176 'raw_scoped_refptr_mismatch_checker.h', 176 'raw_scoped_refptr_mismatch_checker.h',
177 'ref_counted.cc', 177 'ref_counted.cc',
178 'ref_counted.h', 178 'ref_counted.h',
179 'ref_counted_memory.cc',
179 'ref_counted_memory.h', 180 'ref_counted_memory.h',
180 'registry.cc', 181 'registry.cc',
181 'registry.h', 182 'registry.h',
182 'resource_util.cc', 183 'resource_util.cc',
183 'resource_util.h', 184 'resource_util.h',
184 'safe_strerror_posix.cc', 185 'safe_strerror_posix.cc',
185 'safe_strerror_posix.h', 186 'safe_strerror_posix.h',
186 'scoped_bstr_win.cc', 187 'scoped_bstr_win.cc',
187 'scoped_bstr_win.h', 188 'scoped_bstr_win.h',
188 'scoped_cftyperef.h', 189 'scoped_cftyperef.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'third_party/xdg_mime/xdgmimemagic.c', 739 'third_party/xdg_mime/xdgmimemagic.c',
739 'third_party/xdg_mime/xdgmimemagic.h', 740 'third_party/xdg_mime/xdgmimemagic.h',
740 'third_party/xdg_mime/xdgmimeparent.c', 741 'third_party/xdg_mime/xdgmimeparent.c',
741 'third_party/xdg_mime/xdgmimeparent.h', 742 'third_party/xdg_mime/xdgmimeparent.h',
742 ], 743 ],
743 }, 744 },
744 ], 745 ],
745 }], 746 }],
746 ], 747 ],
747 } 748 }
OLDNEW
« no previous file with comments | « no previous file | base/ref_counted_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698