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

Side by Side Diff: cc/cc.gyp

Issue 11418108: cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vector and deque. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android!! Created 7 years, 11 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 | cc/delegated_renderer_layer_impl.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'resource_update.cc', 196 'resource_update.cc',
197 'resource_update.h', 197 'resource_update.h',
198 'resource_update_controller.cc', 198 'resource_update_controller.cc',
199 'resource_update_controller.h', 199 'resource_update_controller.h',
200 'resource_update_queue.cc', 200 'resource_update_queue.cc',
201 'resource_update_queue.h', 201 'resource_update_queue.h',
202 'scheduler.cc', 202 'scheduler.cc',
203 'scheduler.h', 203 'scheduler.h',
204 'scheduler_state_machine.cc', 204 'scheduler_state_machine.cc',
205 'scheduler_state_machine.h', 205 'scheduler_state_machine.h',
206 'scoped_ptr_algorithm.h',
206 'scoped_ptr_deque.h', 207 'scoped_ptr_deque.h',
207 'scoped_ptr_hash_map.h', 208 'scoped_ptr_hash_map.h',
208 'scoped_ptr_vector.h', 209 'scoped_ptr_vector.h',
209 'scoped_resource.cc', 210 'scoped_resource.cc',
210 'scoped_resource.h', 211 'scoped_resource.h',
211 'scrollbar_animation_controller.cc', 212 'scrollbar_animation_controller.cc',
212 'scrollbar_animation_controller.h', 213 'scrollbar_animation_controller.h',
213 'scrollbar_animation_controller_linear_fade.cc', 214 'scrollbar_animation_controller_linear_fade.cc',
214 'scrollbar_animation_controller_linear_fade.h', 215 'scrollbar_animation_controller_linear_fade.h',
215 'scrollbar_geometry_fixed_thumb.cc', 216 'scrollbar_geometry_fixed_thumb.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 325 ],
325 'all_dependent_settings': { 326 'all_dependent_settings': {
326 'include_dirs': [ 327 'include_dirs': [
327 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
328 '<(webkit_src_dir)/Source/Platform/chromium' 329 '<(webkit_src_dir)/Source/Platform/chromium'
329 ] 330 ]
330 } 331 }
331 }, 332 },
332 ], 333 ],
333 } 334 }
OLDNEW
« no previous file with comments | « no previous file | cc/delegated_renderer_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698