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

Side by Side Diff: cc/cc.gyp

Issue 11571068: Use WeakPtr for posting cc tasks to main thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/layer_tree_host_unittest.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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_deque.h', 206 'scoped_ptr_deque.h',
207 'scoped_ptr_hash_map.h', 207 'scoped_ptr_hash_map.h',
208 'scoped_ptr_vector.h', 208 'scoped_ptr_vector.h',
209 'scoped_resource.cc', 209 'scoped_resource.cc',
210 'scoped_resource.h', 210 'scoped_resource.h',
211 'scoped_thread_proxy.cc',
212 'scoped_thread_proxy.h',
213 'scrollbar_animation_controller.cc', 211 'scrollbar_animation_controller.cc',
214 'scrollbar_animation_controller.h', 212 'scrollbar_animation_controller.h',
215 'scrollbar_animation_controller_linear_fade.cc', 213 'scrollbar_animation_controller_linear_fade.cc',
216 'scrollbar_animation_controller_linear_fade.h', 214 'scrollbar_animation_controller_linear_fade.h',
217 'scrollbar_geometry_fixed_thumb.cc', 215 'scrollbar_geometry_fixed_thumb.cc',
218 'scrollbar_geometry_fixed_thumb.h', 216 'scrollbar_geometry_fixed_thumb.h',
219 'scrollbar_geometry_stub.cc', 217 'scrollbar_geometry_stub.cc',
220 'scrollbar_geometry_stub.h', 218 'scrollbar_geometry_stub.h',
221 'scrollbar_layer.cc', 219 'scrollbar_layer.cc',
222 'scrollbar_layer.h', 220 'scrollbar_layer.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 323 ],
326 'all_dependent_settings': { 324 'all_dependent_settings': {
327 'include_dirs': [ 325 'include_dirs': [
328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
329 '<(webkit_src_dir)/Source/Platform/chromium' 327 '<(webkit_src_dir)/Source/Platform/chromium'
330 ] 328 ]
331 } 329 }
332 }, 330 },
333 ], 331 ],
334 } 332 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698