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

Side by Side Diff: base/base.gypi

Issue 8361004: Add ScopedDeque (similar to the existing ScopedVector). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « base/base.gyp ('k') | base/memory/scoped_deque.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) 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'mach_ipc_mac.h', 159 'mach_ipc_mac.h',
160 'mach_ipc_mac.mm', 160 'mach_ipc_mac.mm',
161 'memory/linked_ptr.h', 161 'memory/linked_ptr.h',
162 'memory/mru_cache.h', 162 'memory/mru_cache.h',
163 'memory/raw_scoped_refptr_mismatch_checker.h', 163 'memory/raw_scoped_refptr_mismatch_checker.h',
164 'memory/ref_counted.cc', 164 'memory/ref_counted.cc',
165 'memory/ref_counted.h', 165 'memory/ref_counted.h',
166 'memory/ref_counted_memory.cc', 166 'memory/ref_counted_memory.cc',
167 'memory/ref_counted_memory.h', 167 'memory/ref_counted_memory.h',
168 'memory/scoped_callback_factory.h', 168 'memory/scoped_callback_factory.h',
169 'memory/scoped_deque.h',
169 'memory/scoped_handle.h', 170 'memory/scoped_handle.h',
170 'memory/scoped_nsobject.h', 171 'memory/scoped_nsobject.h',
171 'memory/scoped_open_process.h', 172 'memory/scoped_open_process.h',
172 'memory/scoped_ptr.h', 173 'memory/scoped_ptr.h',
173 'memory/scoped_vector.h', 174 'memory/scoped_vector.h',
174 'memory/singleton.h', 175 'memory/singleton.h',
175 'memory/weak_ptr.cc', 176 'memory/weak_ptr.cc',
176 'memory/weak_ptr.h', 177 'memory/weak_ptr.h',
177 'message_loop.cc', 178 'message_loop.cc',
178 'message_loop.h', 179 'message_loop.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'third_party/xdg_mime/xdgmimemagic.c', 816 'third_party/xdg_mime/xdgmimemagic.c',
816 'third_party/xdg_mime/xdgmimemagic.h', 817 'third_party/xdg_mime/xdgmimemagic.h',
817 'third_party/xdg_mime/xdgmimeparent.c', 818 'third_party/xdg_mime/xdgmimeparent.c',
818 'third_party/xdg_mime/xdgmimeparent.h', 819 'third_party/xdg_mime/xdgmimeparent.h',
819 ], 820 ],
820 }, 821 },
821 ], 822 ],
822 }], 823 }],
823 ], 824 ],
824 } 825 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/memory/scoped_deque.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698