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

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: use WeakPtr for tasks posted to main thread in ThreadedTests Created 8 years 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') | cc/test/layer_tree_test_common.cc » ('J')
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'resource_update_queue.h', 198 'resource_update_queue.h',
199 'scheduler.cc', 199 'scheduler.cc',
200 'scheduler.h', 200 'scheduler.h',
201 'scheduler_state_machine.cc', 201 'scheduler_state_machine.cc',
202 'scheduler_state_machine.h', 202 'scheduler_state_machine.h',
203 'scoped_ptr_deque.h', 203 'scoped_ptr_deque.h',
204 'scoped_ptr_hash_map.h', 204 'scoped_ptr_hash_map.h',
205 'scoped_ptr_vector.h', 205 'scoped_ptr_vector.h',
206 'scoped_resource.cc', 206 'scoped_resource.cc',
207 'scoped_resource.h', 207 'scoped_resource.h',
208 'scoped_thread_proxy.cc',
209 'scoped_thread_proxy.h',
210 'scrollbar_animation_controller.cc', 208 'scrollbar_animation_controller.cc',
211 'scrollbar_animation_controller.h', 209 'scrollbar_animation_controller.h',
212 'scrollbar_animation_controller_linear_fade.cc', 210 'scrollbar_animation_controller_linear_fade.cc',
213 'scrollbar_animation_controller_linear_fade.h', 211 'scrollbar_animation_controller_linear_fade.h',
214 'scrollbar_geometry_fixed_thumb.cc', 212 'scrollbar_geometry_fixed_thumb.cc',
215 'scrollbar_geometry_fixed_thumb.h', 213 'scrollbar_geometry_fixed_thumb.h',
216 'scrollbar_geometry_stub.cc', 214 'scrollbar_geometry_stub.cc',
217 'scrollbar_geometry_stub.h', 215 'scrollbar_geometry_stub.h',
218 'scrollbar_layer.cc', 216 'scrollbar_layer.cc',
219 'scrollbar_layer.h', 217 'scrollbar_layer.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 320 ],
323 'all_dependent_settings': { 321 'all_dependent_settings': {
324 'include_dirs': [ 322 'include_dirs': [
325 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 323 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
326 '<(webkit_src_dir)/Source/Platform/chromium' 324 '<(webkit_src_dir)/Source/Platform/chromium'
327 ] 325 ]
328 } 326 }
329 }, 327 },
330 ], 328 ],
331 } 329 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest.cc » ('j') | cc/test/layer_tree_test_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698